-
设计一个计算机管理系统完成图书管理基本业务1,每种书的登记内容包括书号、书名、著作者、现存量和库存量;2)对书号建立索引表(线性表)以提高查找效率3)系统主要功...
设计一个计算机管理系统完成图书管理基本业务1,每种书的登记内容包括书号、书名、著作者、现存量和库存量;2)对书号建立索引表(线性表)以提高查找效率3)系统主要功能如下:
采编入库:新购一种书,确定书号后,登记到图书帐目表中,如果表中已有,则只将库存量增加;
借阅:如果一种书的现存量大于0,则借出一本,登记借阅者的书证号和归还期限,改变现存量;
归还:注销对借阅者的登记,改变该书的现存量。
1)系统功能的进一步完善2)索引表采用树表。3)设计内容4)程序流程图5)源程序6)软件测试报告(包括所用到的数据及结果)
-Books Management System
- 2022-02-24 14:53:07下载
- 积分:1
-
学生成绩管理系统实现学生成绩的查询,修改,删除等
学生成绩管理系统实现学生成绩的查询,修改,删除等-Student achievement management system to achieve student performance of the query, modify, delete, etc.
- 2022-01-26 06:20:26下载
- 积分:1
-
这是一个编码解压密码的小程序,初学者下下来,对你编码有好处...
这是一个编码解压密码的小程序,初学者下下来,对你编码有好处-This is an encoded password extracting a small program for beginners under the down is good for you code
- 2023-08-29 04:05:04下载
- 积分:1
-
Exhaustive Cipher/In many cases we need to exhaustive combinations of algorithms...
穷举密码算法
/在许多情况下我们需要穷举组合的算法,比如密码词典。
//这个算法的关键是密码下标进位的问题。
//另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。
//如果要提高写文件的效率,可以使用缓冲区,分批写入。-Exhaustive Cipher/In many cases we need to exhaustive combinations of algorithms, such as the password dictionary.// This algorithm, the key is password subscript binary problems.// Another example of this statement to write a document relatively low efficiency, in order to reduce the algorithm complexity is not optimized.// If you want to improve the efficiency of writing documents, you can use the buffer, write in batches.
- 2023-09-07 14:55:03下载
- 积分:1
-
数据结构算法,稀疏矩阵的存储,两矩阵相乘,两矩阵相加的实现...
数据结构算法,稀疏矩阵的存储,两矩阵相乘,两矩阵相加的实现-data structure algorithms, sparse matrix storage, two matrix multiplication, the sum of two matrix to achieve
- 2022-12-16 07:55:03下载
- 积分:1
-
基于SQL Server数据库和JAVA语言的学生信息管理系统
基于SQL Server数据库和JAVA语言的学生信息管理系统;完整源代码,JAVA语言实现,NetBeans开发环境,可以导入Eclipse
- 2022-02-20 21:45:58下载
- 积分:1
-
K路归并算法,用贪心算法构造霍夫曼树,采用加入虚节点的思想求出最优的归并模式...
K路归并算法,用贪心算法构造霍夫曼树,采用加入虚节点的思想求出最优的归并模式-K Road, merge algorithm, greedy algorithm using Huffman tree constructed using the idea of adding virtual nodes to derive the optimal merging pattern
- 2022-04-21 22:46:18下载
- 积分:1
-
they use a C series of examples of the greedy algorithm, compressed bundle with...
一个自己用C编的关于贪婪算法的例子,压缩包里带有原题目与原测试数据-they use a C series of examples of the greedy algorithm, compressed bundle with the original title and the original test data
- 2022-07-28 15:33:21下载
- 积分:1
-
vb6 访问access技术
适合初学者调试学习
vb6 访问access技术
适合初学者调试学习-VB6 visit debug access technique is suitable for beginners to learn
- 2022-02-22 02:46:27下载
- 积分:1
-
项目的焦炭工作室巴基斯坦
我的项目是关于巴基斯坦焦炭演播室系统。我输入季节的歌手专辑焦炭工作室名称或等然后我储存这是我所连接的数据库。然后插入此记录在数据库中,也在数据网格视图中显示该记录。我还附上的清楚我的表单中的按钮,要是想输入另一条记录,然后按清除按钮清除按钮清除所有记录,然后我们都提交新记录。
- 2022-01-26 03:53:08下载
- 积分:1