h.263英文協(xié)議 詳細(xì)介紹了h.263協(xié)議
標(biāo)簽: 263 協(xié)議 英文 詳細(xì)介紹
上傳時間: 2013-12-26
上傳用戶:yzhl1988
應(yīng)用于ucGUI的16*16點(diǎn)陣字庫文件 只要將該文件加入ucGUI的工程中, 再在GUI.H中如下聲明: extern const GUI_FONT GUI_Font6x8 ...... extern const GUI_FONT GUI_Font_HZ16x16 //漢字字體 即可使用. 使用實(shí)例: static void DemoHZ(void) { const char str[] = GUI_UC_START"中國人民萬歲"GUI_UC_END /* Set ShiftJIS font */ GUI_SetFont(&GUI_Font_HZ16x16) GUI_DispString(str) }
標(biāo)簽: ucGUI GUI_FONT GUI_Font extern
上傳時間: 2014-12-02
上傳用戶:woshini123456
/*** *****詞法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
標(biāo)簽: include lt iostream fstream
上傳時間: 2015-03-25
上傳用戶:璇珠官人
/*** *****詞法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
標(biāo)簽: include lt iostream fstream
上傳時間: 2015-03-25
上傳用戶:cc1
/*** *****詞法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
標(biāo)簽: include lt iostream fstream
上傳時間: 2013-12-27
上傳用戶:baiom
/*** *****詞法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
標(biāo)簽: include lt iostream fstream
上傳時間: 2013-12-29
上傳用戶:風(fēng)之驕子
/*** *****詞法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
標(biāo)簽: include lt iostream fstream
上傳時間: 2015-03-25
上傳用戶:xieguodong1234
/*** *****詞法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
標(biāo)簽: 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.
標(biāo)簽: point From view application
上傳時間: 2015-03-26
上傳用戶:lnnn30
C++完美演繹 經(jīng)典算法 如 /* 頭文件:my_Include.h */ #include <stdio.h> /* 展開C語言的內(nèi)建函數(shù)指令 */ #define PI 3.1415926 /* 宏常量,在稍后章節(jié)再詳解 */ #define circle(radius) (PI*radius*radius) /* 宏函數(shù),圓的面積 */ /* 將比較數(shù)值大小的函數(shù)寫在自編include文件內(nèi) */ 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("由小至大排序之后的結(jié)果:%d %d %d\n", a, b, c) } 程序執(zhí)行結(jié)果: 由小至大排序之后的結(jié)果:1 2 3 可將內(nèi)建函數(shù)的include文件展開在自編的include文件中 圓圈的面積是=201.0619264
標(biāo)簽: my_Include include define 3.141
上傳時間: 2014-01-17
上傳用戶:epson850
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1