-
基于C++和sql 的旅馆管理系统
使用C++语言,基于sql sever 2000数据库 ,编写的一个旅馆管理系统。运行时,需要提供ODBC数据源。该系统可以为学习数据库提供入门参考。
- 2022-09-06 08:15:03下载
- 积分:1
-
1 可执行程序TestLexicon.exe必须与数据库文件在同一个目录下
2 数据库文件名为: lexicon.mdb,可以是access 97版格式的数...
1 可执行程序TestLexicon.exe必须与数据库文件在同一个目录下
2 数据库文件名为: lexicon.mdb,可以是access 97版格式的数据库,
也可以是access 2000版格式的数据库
3 双击TestLexicon.exe启动程序
4 选择“词典数据库”下“词库查询1”等进行查询,状态栏显示每个查询的
区别。程序反馈消息框响应用户的查询-One executable program TestLexicon.exe must be consistent with database files in the same directory 2 database file is named: lexicon.mdb, can access 97 database format, as well as access 2000 format database 3 Double-click TestLexicon.exe startup procedure 4 select
- 2022-03-18 13:15:27下载
- 积分:1
-
这是数据结构中图的全部实现代码,对学习数据结构的同学很有帮助...
这是数据结构中图的全部实现代码,对学习数据结构的同学很有帮助-this is a code of data structure
- 2022-05-23 07:02:24下载
- 积分:1
-
直接插入排序
排序过程:整个排序过程为n
直接插入排序
排序过程:整个排序过程为n-1趟插入,即先将序列中第1个记录看成是一个有序子序列,然后从第2个记录开始,逐个进行插入,直至整个序列有序-Direct Insertion Sort to sort the process: the whole process of sorting times for the n-1 insert, that is, first sequence of the first one recorded as an orderly sequence, and then from the first two records began to insert one by one until the entire sequence has Preface
- 2022-05-17 09:28:42下载
- 积分:1
-
jsp网上选课系统
本系统是简易的网上选课系统,包括学生的选课查成绩、教师打分以及管理员的一些后台操作。本系统是基于jsp环境下进行设计的,学习运用JSP 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-18 14:07:33下载
- 积分:1
-
在二维的AVL树的显示格式
AVL tree display format in two dimensional
- 2022-01-26 06:26:12下载
- 积分:1
-
huffman编码
给定信源符号概率,自动huffman编码,建立二叉树,打印符号编码,还可打印二叉树的外形,对于数据结构二叉树一节的学习很有帮助。
- 2023-03-03 15:40:03下载
- 积分: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
-
NexusDB manual (chm format)
NexusDB manual (chm format)
- 2023-06-28 12:00:05下载
- 积分:1
-
利用桶排序给数组a排序,建立的桶为b和e,其中b为含有十万个桶,e为只有一个链表的桶,然后对b和e使用插入算法排序,比较两种算法的时间,b需要40毫秒左右,e需...
利用桶排序给数组a排序,建立的桶为b和e,其中b为含有十万个桶,e为只有一个链表的桶,然后对b和e使用插入算法排序,比较两种算法的时间,b需要40毫秒左右,e需要9到10分钟。-use barrels a ranking to the array, in order to establish the barrels of b and e, b to contain 100,000 barrels of only one e Chain barrels, and then to b e used to insert sorting algorithm, the algorithm for comparing two hours, b needs about 40 milliseconds, e needs 9 10 minutes.
- 2023-05-18 05:00:04下载
- 积分:1