-
一个通讯录程序 ,用编C++编的
一个通讯录程序 ,用编C++编的-a correspondence program, Part C series
- 2022-10-27 01:20:03下载
- 积分:1
-
严蔚敏数据结构的源c代码,非常的经典,很适合初学者的使用...
严蔚敏数据结构的源c代码,非常的经典,很适合初学者的使用-YAN Wei-min data structure c source code, very classic, very suitable for beginners to use
- 2022-04-16 19:50:22下载
- 积分:1
-
后台管理
用户名 admin 密码 admin
后台管理
用户名 admin 密码 admin
---------------------------------------------------
功能说明
系统本着简洁实用的原则开发,便于使用者查询浏览,以及
查看药品库存情况和经营情况,实时操作药品库存数据。
前台部分:
药品信息、查询、库存操作、销售统计
后台管理部分:
管理员管理、分类管理、规格管理、产地管理、进货商管理、
药厂管理、药品添加、药品管理
---------------------------------------------------
相关说明
本系统基于WEB浏览,须上传到服务器或自行建立IIS
本系统系自行设计自行开发,内部使用而制作,无后续升级版本-background management user name admin password admin--------------------------------------------------- system functionality In simple practical principles developed to facilitate users of Wikipedia, and check inventory of drugs and the operation of Real-time operating medicine inventory data. Prospects : drug information, inquiries, and inventory operations, the sale of statistical background management component : Administrators management, management, management specifications, production management, purchase management of pharmaceutical management, chemical additives, Drug Management---------------------------
- 2022-03-24 19:09:08下载
- 积分:1
-
外部合并排序内存分配
应用背景外部排序是一个类排序算法,可以处理大量的数据。外部排序时,需要做数据排序不适合在主存储器的计算设备(通常是内存),相反,他们必须驻留在较慢的外部存储器(通常一个硬盘驱动器)。外部排序通常采用混合排序合并策略。在排序阶段,数据块足够小在主内存中进行读取、排序和写入到一个临时的文件。在合并阶段,排序的子文件合并成一个单一的较大文件。关键技术大多数外部排序例程是基于归并排序。他们通常打破一个大的数据文件转化为一个较短的,排序的运行。这些可以通过反复读取数据文件中的一段数据,生成内存,它与普通的快速排序,排序,排序后的数据写入磁盘。经过排序的运行已产生,一个合并算法是用来将排序文件组合成更长的排序文件。最简单的方案是使用双向合并:合并排序2排序文件到一个文件,然后合并2等等,直到有一个大的排序文件。一个更好的计划是一种多路归并算法:它可能合并也许128更短的运行起来。
- 2023-05-07 15:35:02下载
- 积分:1
-
南开大学数据库大作业
用Java连接数据库实现数据的插入,删除,查找,修改等功能
- 2022-07-28 05:35:08下载
- 积分:1
-
使用ODBC封装的CDatabase和CRecordset类
使用ODBC封装的CDatabase和CRecordset类- Uses CDatabase and CRecordset kind which ODBC seals
- 2022-08-15 06:18:07下载
- 积分:1
-
这是用QB编的排序程序。利用条形显示冒泡排序、快速排序、等五种排序方法。 效果一流,对于C语言,数据结构爱好者是不错的选择。...
这是用QB编的排序程序。利用条形显示冒泡排序、快速排序、等五种排序方法。 效果一流,对于C语言,数据结构爱好者是不错的选择。-This is the sort made by QB procedures. Strip shows that the use of Bubble Sort, Quick Sort, five sorting method. The effect of first-class, for C language, data structure enthusiasts is a good choice.
- 2022-06-15 06:19:40下载
- 积分:1
-
快递服务编排系统
快递服务编排系统是捡项目从客户的跟踪和记录。
- 2023-07-22 19:45:03下载
- 积分:1
-
一个快速排序算法的实现例子,数据结构课程作业,可作研究学习之用。 包含源文件和详细的开发文档,可方便移植到C等语言平台。...
一个快速排序算法的实现例子,数据结构课程作业,可作研究学习之用。 包含源文件和详细的开发文档,可方便移植到C等语言平台。-a fast algorithm to achieve example, the data structure course work and can be used for research and study purposes. Includes source document and detailed documentation, will facilitate the transplantation of languages such as C platform.
- 2022-04-15 16:19:00下载
- 积分:1
-
K路归并算法
* 本程序用来实现K路归并算法
* 在Turbo C2.0编译器下编译通过
* 算法过程中
* K由用户输入
* 用...
K路归并算法
* 本程序用来实现K路归并算法
* 在Turbo C2.0编译器下编译通过
* 算法过程中
* K由用户输入
* 用户选择需要归并的数据的个数
* 由程序生成随机数据,数据结构为链表,并展示给用户
* 然后程序告诉用户需要增加的虚节点的个数
* 并把虚节点加入到链表中去,最后进行归并
-K Road merge algorithm* This procedure used to realize the way merging algorithm for K* in Turbo C2.0 compiler compiler under the process through the* algorithm* K* by the user input the user select the number of merging the data* generated by the random data , data structure for the list, and display to the user* and then the procedure to tell the user the need to increase the number of virtual nodes and virtual nodes* added to the list going, and finally to merge
- 2023-07-07 22:05:03下载
- 积分:1