應用于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
上傳用戶:佳期如夢
From your fax application view point it s a fax modem pool. From IP network view point it s a H.323 endpoint with T.38 fax support. From your view point it s a gateway between a fax application and IP network.
標簽: point From view application
上傳時間: 2015-03-26
上傳用戶:lnnn30
C++完美演繹 經典算法 如 /* 頭文件:my_Include.h */ #include <stdio.h> /* 展開C語言的內建函數指令 */ #define PI 3.1415926 /* 宏常量,在稍后章節再詳解 */ #define circle(radius) (PI*radius*radius) /* 宏函數,圓的面積 */ /* 將比較數值大小的函數寫在自編include文件內 */ int show_big_or_small (int a,int b,int c) { int tmp if (a>b) { tmp = a a = b b = tmp } if (b>c) { tmp = b b = c c = tmp } if (a>b) { tmp = a a = b b = tmp } printf("由小至大排序之后的結果:%d %d %d\n", a, b, c) } 程序執行結果: 由小至大排序之后的結果:1 2 3 可將內建函數的include文件展開在自編的include文件中 圓圈的面積是=201.0619264
標簽: my_Include include define 3.141
上傳時間: 2014-01-17
上傳用戶:epson850
在Visual C++6.0 WinXp下編譯通過采用類來實現,從CString繼承而來數據運算的結果保存在CString類中理論上可對任意長的數據進行相加在Release目錄下有可執行文件,將*.txt拖放到longadd.exe上即可,*.txt為數據文件
標簽: CString Release Visual WinXp
上傳時間: 2013-12-12
上傳用戶:四只眼