-
PowerBuilder应用开发经验及示例
PowerBuilder应用开发经验及示例-PowerBuilder application development experience and example
- 2022-01-23 10:54:42下载
- 积分:1
-
using c++ to write for ic design layout source routing tools used btree structur...
用c++写的用于ic设计中布图布线的工具源码,采用btree结构,包含文档-using c++ to write for ic design layout source routing tools used btree structure, including documentation
- 2022-03-22 21:38:36下载
- 积分:1
-
很好的教程实例,教务管理系统,Access数据库实现~
很好的教程实例,教务管理系统,Access数据库实现~-Very good tutorial examples of educational management system, Access database, to achieve ~
- 2022-01-26 05:09:00下载
- 积分:1
-
图的常用算法,比较全面
并有一种求图的最短路径的算法,
欢迎指正,...
图的常用算法,比较全面
并有一种求图的最短路径的算法,
欢迎指正,-map commonly used algorithms, a more comprehensive and a map for the shortest path algorithm welcome correction, thank you
- 2022-07-16 14:52:58下载
- 积分:1
-
彩电故障维修信息管理系统
彩电故障维修信息管理系统-TV Maintenance Management Information System
- 2022-04-30 02:08:46下载
- 积分:1
-
数据结构学习点滴
数据结构学习点滴-bit data structure study
- 2022-09-16 02:45:03下载
- 积分:1
-
航空售票系统
航空售票系统- Aviation booking system
- 2022-07-02 17:02:30下载
- 积分:1
-
1, for providing patients with better and faster and more efficient services and...
1、为病人提供更好更快、更快的服务,提高医院在医疗市场的竞争力以及吸引更多的病人到本医院就医;
2、人力工资昂贵,迫使医院采用计算机以提高劳动效率;
功能:1、门诊挂号:为病人提供就医卡方便病人;
2、住院病人管理系统:是医院可以随时了解病人情况;
3、药房管理系统:提高了药品管理的质量,和工作效率;
4、门诊医生工作站、住院费用的管理、病历管理系统、以及外部接口等。-1, for providing patients with better and faster and more efficient services and improve the hospital in the medical market competitiveness and to attract more patients to the hospital 2, manpower, high cost of labor, forcing hospitals to improve the working efficiency of the computer function : 1, out-patient registration: In order to provide patients with the convenience of patients for medical treatment card 2, patients management system: a hospital patient can understand 3, pharmacy management system: To improve the quality of drug management, and efficiency 4, the doctor-patient workstations, the cost of hospital management, medical records management system, as well as external interfaces.
- 2023-05-18 04:40:04下载
- 积分:1
-
动态数组的实现
该工程是动态数组的实现,其中已经1. 实现了异常处理模块(C语言实现,非C++);2. 实现了内存管理模块,可以很轻松的申请内存,释放内存;3. 实现了动态数组的创建、释放等操作欢迎下载,欢迎回复
- 2022-10-28 19:20:03下载
- 积分:1
-
程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带...
程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示文件个数。接下来的1 行中,有n 个正整数,表示程序存放在磁带上的长度。 结果输出: input.txt output.txt 6 50 5 2 3 13 8 80 20 -program storage problem : There n procedures (1,2, ..., n) to be stored in the length of the L tape. I kept in the proceedings on the tape length is Li, 1 i n storage procedures to seek to establish that n procedures on tape storage of a program that allows the tape to store as much as possible the procedure. Programming tasks : to the n procedures stored in the tape length, calculated programming on tape can store up to the number of procedures. Data input : from the document input.txt given input data. The first line is a positive integer n, said the document number. Following a visit, n is an integer, said procedures stored on tape length. Results output : input.txt output.txt 6 50 5 2 3 13 8 80 20
- 2023-01-10 04:30:04下载
- 积分:1