-
school materials management system
教材管理系统
- 2022-03-10 11:21:33下载
- 积分:1
-
development with a small database management system DBMS
一个用c开发的小型数据库管理系统dbms-development with a small database management system DBMS
- 2022-07-07 09:42:27下载
- 积分:1
-
PB仓库管理系统
PB仓库管理系统-PB Warehouse Management System
- 2022-04-07 23:52:03下载
- 积分:1
-
有关B
有关B-树的删除添加修改操作-the B-tree to add amendments to delete operation
- 2022-03-05 00:00:09下载
- 积分:1
-
外部合并排序内存分配
应用背景外部排序是一个类排序算法,可以处理大量的数据。外部排序时,需要做数据排序不适合在主存储器的计算设备(通常是内存),相反,他们必须驻留在较慢的外部存储器(通常一个硬盘驱动器)。外部排序通常采用混合排序合并策略。在排序阶段,数据块足够小在主内存中进行读取、排序和写入到一个临时的文件。在合并阶段,排序的子文件合并成一个单一的较大文件。关键技术大多数外部排序例程是基于归并排序。他们通常打破一个大的数据文件转化为一个较短的,排序的运行。这些可以通过反复读取数据文件中的一段数据,生成内存,它与普通的快速排序,排序,排序后的数据写入磁盘。经过排序的运行已产生,一个合并算法是用来将排序文件组合成更长的排序文件。最简单的方案是使用双向合并:合并排序2排序文件到一个文件,然后合并2等等,直到有一个大的排序文件。一个更好的计划是一种多路归并算法:它可能合并也许128更短的运行起来。
- 2023-05-07 15:35:02下载
- 积分:1
-
数据结构最短路径算法的实现
应用背景可实现交通路线的最优路线;修建主干道路的设计路线;修建网络主干的最优路线等等都可以通过最短路径算法实现关键技术从某个源点到其余各顶点的最短路径,其中有按长度递增的迪杰斯塔拉算法,带权的迪杰特斯拉算法能有效的实现最短路线的设计
- 2022-03-30 11:42:42下载
- 积分:1
-
汉语拼音对照表
汉语拼音对照表,xls文件,带汉字的拼音、声调,可转换成数据库用于数据查询。参考文件Unihan.txt-correction Pinyin CRT, the original schedule from the Internet to collect and then after correction, but without changing the original schedule, based on users change their own circumstances. Unicode Chinese characters are the Chinese characters, reference documents Unihan.txt
- 2022-06-19 21:25:56下载
- 积分:1
-
使用递归 - 汉诺塔游戏
这个程序使用递归解决汉诺塔游戏的问题。 这个程序将所有盘从嘴左边的指针处移动到最右边,并满足以下要求1) 一次仅移动一个盘子.2)移除的盘子必须放到一个指针下面 3)大盘子不能放在小盘子上面
- 2022-08-11 12:59:27下载
- 积分: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
-
数制转换,将二进制数转换为十进制数。数制转换
数制转换,将二进制数转换为十进制数。数制转换-shuzhizhuanhuan
- 2022-01-28 03:54:30下载
- 积分:1