/*** *****词法分析程序*** *****/ # 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
上传用户:佳期如梦
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
本程序用于测试实时时钟模块SD2000系列功能之一:四种中断功能 程序功能如下: 1.在SD2000试验板上显示实时时间的小时和分钟? 2./Int1 到指定时刻时输出低电平. 3./Int2输出固定频率32768HZ. 4.测试每分钟边沿中断输出(Int MODE3)和每分钟固定中断输出(Int MODE4)功能
上传时间: 2015-03-31
上传用户:lindor
餐饮管理系统数据库设计文档 表名:bzqbj(保质期报警表) 字段名 字段类型 字段长度 (0表示不允许NULL,1为允许) id bigInt 8 0 id ylid varchar 50 1 原料id ylmc varchar 50 1 原料名称 diffbzq bigInt 8 1 距离保质期的时间 diffbzqyj bigInt 8 1 距离保质预警期的时间 bzq bigInt 8 1 保质期 表名:cdb(菜单表) id varchar 50 1 mc varchar 50 1 名称 price float 8 1 价格 lbbh bigInt 8 1 类别编号(typelist) dlmc varchar 50 1 大类名称 tj float 8 1 特价 sftj Int 4 1 是否特价 sfjl Int 4 0 是否酒类
上传时间: 2015-04-01
上传用户:royzhangsz
/** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<Int,Int> test * test.Add("Number2",4) * test.Add("Number1",2) * prIntf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/
上传时间: 2015-04-09
上传用户:我干你啊
此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象: IF,AND,OR,<,<=,>,>=,<>,=,== 数字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,EXP,ABS,SQRT,Int,LN,LOG,MIN,MAX.
上传时间: 2015-04-09
上传用户:love1314
A C++ framework for creating Linux and Windows communications applications that contain Dialogic/Intel NetStructure products. Includes media and network classes (analog, digital, SIP, H323), multithreaded event handling, distributed app support.
标签: communications applications framework creating
上传时间: 2014-01-11
上传用户:mhp0114