c++实现输入法窗口自定义的代码
摘要:#pragma once #include #include #include #pragma comment ( lib , "imm32.lib" ) //字符串临时缓存长度 #ifndef _MAX_BUF_ #define _MAX_BUF_ 25...
阅读全文
posted @
2014-04-24 23:47
袁晓平
阅读(4149)
推荐(0)
在固定长方形里产生渐变
摘要:/* CPSC 2100: redgreen.c This program creates a ppm file for a 600x400 box, that is red in the left half and green in the right half. The ppm image is written to the file specified on the command line, e.g. the program is initiated as: ./redgreen output-filename which would create th...
阅读全文
posted @
2014-04-05 18:40
袁晓平
阅读(262)
推荐(0)