利用C语言开发图形界面的例程,使用前先察看包里的help.txt
上传时间: 2013-12-29
上传用户:LIKE
餐饮管理系统数据库设计文档 表名: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
一个access数据库管理系统,用于学生管理,sql查询功能是在后台实现,详细说明请看程序中的说明.txt
上传时间: 2015-04-03
上传用户:曹云鹏
zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). These documents are also available in other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
标签: data compression general purpose
上传时间: 2013-12-09
上传用户:894898248
C62xDSPLIB Library C62xDSPLIB_v104b.exe - Contains the installation program for the C62x DSPLIB Library Readme.txt - This file.
标签: installation the xDSPLIB_v Contains
上传时间: 2014-01-20
上传用户:270189020
串口调试精灵,可以收发ASCII和HEX两种格式的数据,简单实用。
标签: 串口调试
上传时间: 2015-04-05
上传用户:epson850
可以自动识别一个程序中调用的所有函数,并写入到 output.txt文件中。
上传时间: 2015-04-06
上传用户:569342831
ads仿真arm920t的设置 附件中有两个文件 1、sdram配置文件,用obey c:\setm.txt进行配置 2、sdram设置图片
上传时间: 2013-12-23
上传用户:水中浮云
Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt
上传时间: 2014-01-12
上传用户:athjac
/** * 动态数组的模板类 * 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
上传用户:我干你啊