资源列表
Prim
- 这是一个图论问题中最小生成树的一种构造算法。 按普里姆算法构造最小生成树的过程为:在所有“其一个顶点已经落在生成树上,而另一个顶点尚未落在生成树上”的边中取一条权值为最小的边,逐条加在生成树上,直至生成树中含有 n-1条边为止。 -This is a problem in graph theory, a minimum spanning tree construction algorithm. Primm constructed by the minimum spanning tree
update-and-delete
- 用链表实现对数据的增查删改,可以把记录保存到文件数据库中-Achieved with the list of data deletion by check, the file can be saved to the database record
insertSort
- 插入排序法的应用。插入排序是基本元素排序的简单应用;循行时间取决于元素的比较和交换。-Application of Insertion Sort. Insertion sort is the sort of simple application of the basic elements through the line depends on the elements of comparison and exchange.
A star
- 这是A*算法,一种评估函数算法,广度优先搜索其实是A*算法的特例,它的评估函数只有深度-Search
Huffman
- 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统对待传输预先编码,在接收端将传来的数据进行译码。对于双工通道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。(功能非常完全)-The use of Huffman coding can greatly improve the communication channel utilization, reduce the info
paking
- 设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的在最北端),若停车场内已经停满n辆车,那么后来的车只能在场外等候,一旦有车开走,则等候在第一位的车即可开入(这是一个队列);当停车场内某辆车需要开出,则在它之后的车辆必须给它让道,当这辆车驶出停车场后,其他车辆按序入栈。每辆车按时间收费。-The parking lot is a narrow channel n cars parking, and
expression
- 数据结构中输入表达式,求解答案的算法程序-Enter the expression data structures, algorithms for solving the answer program
lib1
- 图书馆管理系统,是数据结构的课程设计-Library management system, the data structure of curriculum design .....................................
yunsuan
- 大整数 四则运算 质量不错 源码 文档都有的-Large Integer Arithmetic of good quality are the source documents
Employee
- 线性链表,某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -Linear list, a software company about 30 employees, each employee has a name, job number, position and other attributes, and employee t
Experimental_data_structure
- 我学数据结构时自己做的很多实验题目都在这里,和大家一起分享啊,-Data structure, I do a lot of their own experimental subject are here, and we share ah, huh
hough
- Hough convert 基于Hough变换的简单形状检测-Hough convert Hough convert Hough convert Hough convert Hough convert Hough convert Hough convert Hough convert Hough convert
