-
(1) 用一个4*20的二维数组M,第1行存放按从小到大排序的20个所给出的ai和bi,第2行存放相应的作业序号,第3行存放1或2(1代表是来自ai,2代表是来...
(1) 用一个4*20的二维数组M,第1行存放按从小到大排序的20个所给出的ai和bi,第2行存放相应的作业序号,第3行存放1或2(1代表是来自ai,2代表是来自bi), 第4行存放0或1(0代表作业序号未进入最优调度方案;1代表作业序号已进入最优调度方案)
(2) 排序完后,按课本所述方法求一种最优调度方案,存放在S中。
-(1) with a 4* 20 two-dimensional array M, the first a line to deposit a small to large order of 20 given by ai and bi, line 2 store operation corresponding serial number, the first three lines deposited one or 2 (a representative from the ai, 2 representatives from the bi), the first four rows stored 0 or 1 (0 for job number to gain access to optimal scheduling programs a job number has been entered on behalf of the optimal scheduling scheme) ( 2) Sort exhausted, according to the methods described in textbooks, seeking the optimal scheduling of a program stored in the S in.
- 2022-05-07 13:53:40下载
- 积分:1
-
list方法,包含创建list和创建节点
list方法,包含创建list和创建节点-function of list
- 2022-07-23 18:42:27下载
- 积分:1
-
最小生成树,基本满足最小生成树的所有的要求。
最小生成树,基本满足最小生成树的所有的要求。-Minimum spanning tree, minimum spanning tree basically meet all the requirements.
- 2022-03-24 11:23:48下载
- 积分:1
-
西门子与计算机通讯程序包括源代码 程序说明 可以进行时时数据采集记录,并可以显示实时数据 曲线,数据报表功能还未增添,以后有机会会添上,有问题请email我。...
西门子与计算机通讯程序包括源代码 程序说明 可以进行时时数据采集记录,并可以显示实时数据 曲线,数据报表功能还未增添,以后有机会会添上,有问题请email我。
通讯控件及控件使用手册
使用西门子prodave 控件
程序中使用了tchar控件
这是第二版-Siemens and computer communication procedures, including source code description of the procedures for data acquisition times can be recorded and can display real-time data curve, data reporting capabilities have not yet added to the future, will have the opportunity to add, have questions, please email me. Communication control and control the use of manual control procedures for the use of Siemens prodave used TCHAR control This is the second edition
- 2022-03-04 09:19:27下载
- 积分:1
-
OSDemoView warehouse management system FOSS
OSDemoView仓库管理系统源码-OSDemoView warehouse management system FOSS
- 2022-04-18 22:58:20下载
- 积分:1
-
这是一个简单的数据库管理系统。它不使用任何其他的代码(即外径…
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
-This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wr
- 2022-04-20 06:29:24下载
- 积分:1
-
哈夫曼树的基本运算与实现的基本算法,对于数据结构初学者很有用...
哈夫曼树的基本运算与实现的基本算法,对于数据结构初学者很有用
-Huffman tree basic operations and realization of the basic algorithm, for data structures useful for beginners
- 2022-01-25 22:18:10下载
- 积分:1
-
读取串口的源码
串行口是计算机一种常用的接口,具有连接线少,通讯简单,得到广泛的使用。常用的串口是 RS-232-C 接口(又称 EIA RS-232-C)它是在 1970 年由美国电子工业协会(EIA)联合贝尔系统、 调制解调器厂家及计算机终端生产厂家共同制定的用于串行通讯的标准。它的全名是"数据终端设备(DTE)和数据通讯设备(DCE)之间串行二进制数据交换接口技术标准"该标准规定采用一个 25 个脚的 DB25 连接器,对连接器的每个引脚的信号内容加以规定,还对各种信号的电平加以规定。传输距离在码元畸变小于 4% 的情况下,传输电缆长度应为 50 英尺。
- 2022-02-16 05:22:04下载
- 积分:1
-
用C++写的寻找公共祖先,实现树的先序后序中序层次遍历,内有实验报告可以参阅。...
用C++写的寻找公共祖先,实现树的先序后序中序层次遍历,内有实验报告可以参阅。-C wrote for the public ancestors, the first realization of the tree sequence after sequence traversal sequence level, there are experimental report can be found.
- 2022-03-06 21:06:58下载
- 积分:1
-
C#.net酒店管理系统
基于c#.net编写的酒店管理系统 里面附带数据库 能完成普通酒店需要的所有功能
- 2022-09-07 11:20:08下载
- 积分:1