-
哈希表姓名查找
资源描述利用哈希表进行姓名查找,实现了快速查找姓名功能、哈希表展示功能,并且会统计出平均查找长度,数据结构哈希表的应用以及课程设计可参考。
- 2022-04-06 23:27:36下载
- 积分:1
-
sybase数据库同步备份1采用了tcp通信。
2实现自由选择主辅库。...
sybase数据库同步备份1采用了tcp通信。
2实现自由选择主辅库。
- 2023-03-26 05:15:04下载
- 积分:1
-
实现一个B*Tree的添加和查找,输入数据为一组字典文件
实现一个B*Tree的添加和查找,输入数据为一组字典文件-achieve a B* Tree Search and the addition, the input data for a group of documents dictionary
- 2022-01-25 20:47:50下载
- 积分:1
-
图书馆系统
创建一个随机访问文件,为图书馆的书,它将只包含基本信息关于每一个书记录列表将有一个独特的国际标准书号没有、 书类别、 书名和作者姓名、 出版商名称、 出版年月和价格.程序应该能够从文件加载书籍列表。 书本中。程序应该能够添加到列表中的新书,从列表中删除一本书更新本书的详细信息,显示列表中的图书信息和书籍列表保存到一个文件存储
- 2022-12-04 09:40:03下载
- 积分:1
-
最小生成树问题
若要在n个城市之间建设通信网络,只需要架设n...
最小生成树问题
若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。
(1)利用克鲁斯卡尔算法求网的最小生成树。
(2)实现教科书6.5节中定义的抽象树类型 MFSet。以此表示构造生成树过程中的连通分量。
(3)以文本形式输出生成树中各条边以及他们的权值。
-minimum spanning tree problem to the n-city building communications networks needed to put up only n-1 lines can be. How the lowest economic cost of building the communications network, the network is a minimum spanning tree problem. (1) using Kelushikaer network algorithm for the minimum spanning tree. (2) to achieve 6.5 textbook definition of the abstract tree types MFSet. Spanning Tree Construction said this process of connectivity components. (3) the form of text output spanning trees and the edge of their weights.
- 2023-06-26 07:25:03下载
- 积分:1
-
顺序表的基本操作
顺序表的基本操作-order the basic operation
- 2022-02-03 07:21:59下载
- 积分:1
-
data on the structure of the matrix transpose algorithm.
关于数据结构中矩阵转置的算法。-data on the structure of the matrix transpose algorithm.
- 2022-11-28 11:05:03下载
- 积分:1
-
大整数乘法的详细实行
比如说1246*2566用此法可降低时间复杂度并且能过有效算出...
大整数乘法的详细实行
比如说1246*2566用此法可降低时间复杂度并且能过有效算出-large integer multiplication detailed implementation of the 1246* 2566 for instance, tried to use this method can reduce the time complexity and can Guo calculated effective
- 2023-07-11 22:25:04下载
- 积分: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
-
有各种排序算法,比如直接排序,快速排序,希尔排序和选择排序,二叉树排序,链表排序...
有各种排序算法,比如直接排序,快速排序,希尔排序和选择排序,二叉树排序,链表排序-There are various sorting algorithms, such as direct sequencing, Quick Sort, Hill sort and select sort, tree sort, sort list
- 2023-05-15 20:45:03下载
- 积分:1