/*** *****词法分析程序*** *****/ # 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
TCP/IP祥解 卷一:协议。作者(美)W.Richard Stevens 机械工业出版社
上传时间: 2014-01-12
上传用户:源码3
TCP/IP祥解。卷二:协议具体实现。 作者(美):w.Richard stevens 机械工业出版社
上传时间: 2015-03-28
上传用户:爱死爱死
TCP/IP祥解。卷3。 作者(美):w.richard stevens. 机械工业出版社。
上传时间: 2015-03-28
上传用户:熊少锋
将压缩包里的头文件memory.h加入VC的INCLUDE目录下,在程序中写入Memory() 单步执行可以检查内存泄露
上传时间: 2015-03-28
上传用户:685
C语言圣经 The C programming Language By Brian W. Kernighan and Dennis M. Ritchie.
标签: M. W. programming Kernighan
上传时间: 2013-12-29
上传用户:q123321
Java编写的,可以在你的手机上实现了“快艇”棋游戏,具有相当优秀的图像和声音效果,支持不小于176(W) x 188(H)大小的屏幕
上传时间: 2013-12-26
上传用户:13188549192