-
简单的解释器脚本
非常简单的解释器框架,具体实现了一些简单的画图脚本,纯qt+c ++开发
- 2023-03-10 17:35:04下载
- 积分:1
-
atmel公司的at24系列ic卡的通用读、写子程序,及一个应用实例源程序。...
atmel公司的at24系列ic卡的通用读、写子程序,及一个应用实例源程序。-ATMEL at24 series of generic id cards read, write subroutine, and an application example source.
- 2023-05-27 09:15:03下载
- 积分:1
-
社区检测遗传算法代码
社区 detection.this 代码 GA 代码将解决大型网络 areasit 将有用的社交网络和其他网络社区发现
- 2023-04-21 14:05:05下载
- 积分:1
-
ssd6的系列内容,一种发展范式的分布式内存…
这是icarnegie系列ssd6的内部内容,一个有关内存分派的开发示例,还需要优化,拿来大家可以看一下,见识一下-ssd6 series of internal content, a distributed memory of the development paradigm, but also optimized for use we can look at, to see what
- 2022-08-05 09:53:27下载
- 积分:1
-
Guangdong weight charges DLL developed using BCB2007
广东计重收费DLL
使用BCB2007开发-Guangdong weight charges DLL developed using BCB2007
- 2022-03-13 02:06:31下载
- 积分:1
-
Program receives the user types a line character (the number of no more than 80...
程序接收用户键入的一行字符(字符个数不超过80个,该字符串用回车符结束),并按字母、数字及其他字符分类计数,然后将结果存入以letter、digit和other为名的存储单元中。-Program receives the user types a line character (the number of no more than 80 characters, the string end with a carriage return), according to letters, numbers and other characters were counted, and the results stored in order to letter, digit and the other in the name of the storage unit.
- 2023-05-14 03:05:03下载
- 积分:1
-
它是一个网页制作工具…只是要求
its a web building tool... just for requirment-its a web building tool... just for requirment....
- 2022-01-25 23:08:15下载
- 积分:1
-
software for the electronics sales compiled by the shopping center management so...
本软件是为家电销售商场编制的商品管理软件-software for the electronics sales compiled by the shopping center management software products
- 2022-01-25 23:33:49下载
- 积分:1
-
图书信息管理系统
图书信息管理系统包含class BOOK //一、图书类{private:int num; //编号string name; //书名int B_class; //等级string publishing; //出版社int isbn; //ISBNint stock; //剩余量int sale; //销量public:BOOK(){} //构造函数void add1(); //添加图书信息void add2();void setnum(int a) //在添加第二本书的信息时设置编码{num=a;}int getnum() //得到编号{return num;} string getname() // 得到名称{return name;}void show(); //显示图书信息 int getB_class(){return B_class;}int getsale(){return sale;}
- 2023-06-21 15:35:03下载
- 积分:1
-
桌面时钟
使用vs编辑器和GDI+技术绘制动态时钟,可以看到不同窗体之间的数据传递和GDI+的使用方法。
- 2022-02-26 02:19:15下载
- 积分:1