漫談Familiar + QPE在iPAQ的安裝與使用Windows CE, Palm O.S 兩者都提供一個完善的開發平臺
上传时间: 2013-12-26
上传用户:a673761058
一个简单的C/S服务器编程,程序简单易懂,实现也很方便.
上传时间: 2014-01-22
上传用户:熊少锋
应用于ucGUI的16*16点阵字库文件 只要将该文件加入ucGUI的工程中, 再在GUI.H中如下声明: extern const GUI_FONT GUI_Font6x8 ...... extern const GUI_FONT GUI_Font_HZ16x16 //汉字字体 即可使用. 使用实例: static void DemoHZ(void) { const char str[] = GUI_UC_START"中国人民万岁"GUI_UC_END /* Set ShiftJIS font */ GUI_SetFont(&GUI_Font_HZ16x16) GUI_DispString(str) }
标签: ucGUI GUI_FONT GUI_Font extern
上传时间: 2014-12-02
上传用户:woshini123456
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
标签: include lt iostream fstream
上传时间: 2015-03-25
上传用户:璇珠官人
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
标签: include lt iostream fstream
上传时间: 2015-03-25
上传用户:cc1
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
标签: include lt iostream fstream
上传时间: 2013-12-27
上传用户:baiom
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
标签: include lt iostream fstream
上传时间: 2013-12-29
上传用户:风之骄子
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
标签: include lt iostream fstream
上传时间: 2015-03-25
上传用户:xieguodong1234
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
标签: include lt iostream fstream
上传时间: 2013-12-19
上传用户:佳期如梦
ADT串的实现:主要包括以下操作:§ copy(s1,s2)把串s1复制到s2 § concat(s,s1,s2)连接S1,S2,结果放在S中 § delete(s,i,j)将串s中从第i个字符开始的连续j个字符删除,如果i+j>s.len则一直删除到串尾 § insert(s,s1,i)将串S1插入串S的第i个字符后
上传时间: 2013-12-11
上传用户:奇奇奔奔