资源列表
main
- 1.掌握图的基本存储方法:邻接矩阵和邻接表(本程序中使用邻接矩阵); 2.掌握有关图的基本操作算法并能使用高级语言实现(本程序使用C语言); 3.掌握图的深度优先搜索遍历和广度优先搜索遍历算法; 4.掌握图的最小生成树的两种算法:prim算法和kruskal算法。 5.掌握图的最短路径的两种算法:DIJ算法和floyd算法。 -1 The basic storage methods mastered graph: adjacency matrix and adjacency
main
- 1.模式匹配:子串在主串中的定位,也叫字符串匹配。模式匹配成功是指在主串S中能够找到模式串T,否则,称模式串T在主串S中不存在。 2.模式匹配的应用在非常广泛。例如,在文本编辑程序中,我们经常要查找某一特定单词在文本中出现的位置。 3.模式匹配算法的研究能极大地提高文本编辑程序的响应性能。 -1 pattern matching: substring positioned in the main string, also called string matching. Pattern
main
- 1.某银行有四个窗口。编制程序记录银行的客户服务情况,并计算当天客户的平均逗留时间。 2.事件 类型:客户到达和四个窗口的客户离开。 时间:时间发生时间 3.事件考虑用“链表”进行存储。 -1 There are four windows of a bank. Programming the bank s customer service record, and calculate the average length of stay of customers that da
main
- 1.在电报收发等数据通讯中,常需要将传送的文字转换成由二进制字符0、1组成的字符串来传输。为了使收发的速度提高,就要求电文编码要尽可能地短。此外还要保证任意字符的编码都不是另一个字符编码的前缀,这种编码称为前缀编码。 2.Huffman树可以用来构造编码长度不等且译码不产生二义性的编码。 -1 In the telegram send and receive data communications, and often need to send the text into a stri
main
- 1.动态构造一个带头结点的线性表。 2.每个链表的元素个数,和每个结点的值均由用户输入。 3.将构造线性表的函数独立出来。 4.另外实现一个函数,用户输入序号,程序能够根据序号输出对应结点的元素值。 -1.Dynamically construct a linear form junction point lead. 2.The number of elements in each list, and the value of each node by the user i
kdmonds_karp
- kdmonds_karp算法 kd monds_karp算法-kdmonds_karp function
ahoCorasick
- search algorithm implementation using c-search algorithm implementation using cpp
nibolan
- 基于数据结构栈的知识实现逆波兰表达式的代码,c++版-data structure Nipolan
Realize-Hill-Sort-using-C
- 用VC6.0实现希尔排序,显示输入待排序的序列和输出排序后的序列-Realize Hill Sort using C
shujujiegou
- 这是数据结构的一个实验报告,做的是城市位置导航、商品货架管理,内容丰富,代码简洁,适合大家参考-This is an experimental report data structure to do is navigate city location, commodity shelf management, content-rich, concise code for your reference
HYPERLINK
- 动态规划经典算法之装配站调度问题源代码,对装配线仿真很有帮助-Find the minimum time to reach optimal assembly
huojia
- c语言货架管理系统,简单的c语言课程设计,满足货架管理的基本需求。-c language shelf management system