-
A source of commercial software, including databases, graphics and other operati...
一个商业软件的源码,含数据库,图形等多种操作-A source of commercial software, including databases, graphics and other operating
- 2022-02-03 08:59:00下载
- 积分:1
-
数据备份与恢复源码,给需要的一个参考,可以直接运行
数据备份与恢复源码,给需要的一个参考,可以直接运行-Data backup and recovery source, a reference to the need, you can directly run
- 2022-08-14 20:53:26下载
- 积分:1
-
基于C、c++排序大全
//希尔排序void ShellSort(int r[], int n){ int i; int d; int j; for (d=n/2; d>=1; d=d/2) //以增量为d进行直接插入排序 { for (i=d+1; i0 &am
- 2022-03-05 10:56:55下载
- 积分:1
-
DELPHI processing data on the use EXCEL, it would be imported into the database...
关于用DELPHI处理EXCEL数据,将它导入进数据库和从数据库导出到EXCEL文件,对初学者很有帮助。-DELPHI processing data on the use EXCEL, it would be imported into the database and exported to the EXCEL file from the database, useful for the beginner.
- 2022-06-28 10:50:26下载
- 积分:1
-
银行业务模拟系统
假设某银行有4个窗口对外接待客户,从早晨银行开门起不断有客户进入银行,由于每个窗口在某个时刻只能接待一个客户。因此在客户人数众多时需要在每个窗口前顺次排队,对于刚进入银行的客户。如果某个窗口的业务员正空闲,则可上前输业务。反之,若个窗口均有客户所占,他便会排在为数最少的队伍后面。编制一个程序模拟银行的这种业务活动并计算一天中客户在银行的平均逗留时间。
- 2022-07-19 00:37:28下载
- 积分:1
-
pb 源码 拷贝文件
pb 源码 拷贝文件-pb code copy file
- 2022-02-15 22:40:52下载
- 积分:1
-
最好用的数据库管理助手,帮助大家方便管理和使用数据库
最好用的数据库管理助手,帮助大家方便管理和使用数据库-The best use of database management assistant to help facilitate the management and use of U.S. data
- 2022-02-11 20:03:18下载
- 积分:1
-
涵盖多种算法,非常全面,可以下载到硒…
包罗各种算法,相当全面,可以下载看看,具体有单元加、求进制、汉诺塔、底层编程、小写数字转为大写数字、数据结构、算法基础等等。-Cover a variety of algorithms, is very comprehensive and can be downloaded to see the specific unit plus, and band, Tower of Hanoi, the underlying programming, lower case to upper case the number of figures, data structures, algorithms, etc. basis.
- 2022-01-22 13:32:15下载
- 积分:1
-
delphi写的读股票K线源代码
delphi写的读股票K线源代码-stock was read source code K Line
- 2022-03-24 17:36:21下载
- 积分:1
-
算法设计与分析的经典书籍,从算法分析的基础到最新的概率算法,深入浅出...
算法设计与分析的经典书籍,从算法分析的基础到最新的概率算法,深入浅出-classical textbook of algorithm development and analysis
- 2022-05-22 03:23:13下载
- 积分:1