-
简单计算器
这是一个delphi版的简单计算器,源码版,大家可以参考,无第三方控件,支持D7-XE5。
- 2022-03-13 10:19:19下载
- 积分:1
-
该程序详细解读了各种的排序方法的原理对初学者非常有帮助...
该程序详细解读了各种的排序方法的原理对初学者非常有帮助-the procedures detailed explication of the various methods of sorting principle to be very helpful to beginners
- 2022-03-30 18:19:57下载
- 积分: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
-
阐述C++实现构造函数和解析函数的使用
详细讲解利用C++实现构造函数和解析函数-Elaborate on the use of C++ Realize constructor and analytic functions
- 2022-03-02 22:39:19下载
- 积分:1
-
锁定模块频点的命令.t xt锁定模块频点的命令.t
锁定模块频点的命令.t xt锁定模块频点的命令.t -锁定模块频点的命令.txt锁定模块频点的命令.txt锁定模块频点的命令.txt
- 2022-01-23 10:26:13下载
- 积分:1
-
Arabic characters will be converted into, for example: 1.56089 million turn into...
将阿拉伯数字转成中文字,例如:1560890 转成 "壹佰伍拾陆万零捌佰玖拾"。-Arabic characters will be converted into, for example: 1.56089 million turn into a " zero-Ba rented furnishings Fifty thousand nine hundred land."
- 2022-08-20 02:20:17下载
- 积分:1
-
这是一个Visual C++编写的实现文件随寄存储的小程序,在Visual C++6.0中编译通过....
这是一个Visual C++编写的实现文件随寄存储的小程序,在Visual C++6.0中编译通过.-This is a Visual C achieve document prepared by the pin with a small storage procedures, Visual C 6.0 compile.
- 2022-02-24 13:18:11下载
- 积分:1
-
data structure 2nd edition (C) of the source code, such as the purchase of this...
数据结构第二版(C++)上的源程序代码,如买了这本书的,可下载-data structure 2nd edition (C) of the source code, such as the purchase of this book, downloadable
- 2023-09-04 01:50:03下载
- 积分:1
-
几个分形图形(Couch曲线,树等) 主要思想是递归算法
几个分形图形(Couch曲线,树等) 主要思想是递归算法-several Fractal Graphics (Couch curve, tree, etc.) The main idea is recursive algorithm
- 2022-03-18 10:42:59下载
- 积分:1
-
VC多线程扫描程序
VC多线程扫描程序-VC multithreading Scan
- 2022-08-12 08:59:13下载
- 积分:1