搜索结果
找到约 2,198 项符合
DVB-H 的查询结果
其他书籍 h.263英文协议 详细介绍了h.263协议
h.263英文协议 详细介绍了h.263协议
uCOS 应用于ucGUI的16*16点阵字库文件 只要将该文件加入ucGUI的工程中, 再在GUI.H中如下声明: extern const GUI_FONT GUI_Font6x8 ...... exter
应用于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 */ ...
编译器/解释器 /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
编译器/解释器 /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
编译器/解释器 /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
编译器/解释器 /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
编译器/解释器 /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
编译器/解释器 /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
传真(Fax)编程 From your fax application view point it s a fax modem pool. From IP network view point it s a H.323
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.
VC书籍 C++完美演绎 经典算法 如 /* 头文件:my_Include.h */ #include <stdio.h> /* 展开C语言的内建函数指令 */ #define PI 3.141
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 ...