资源列表
[数据结构常用算法] ShortRoute
说明:本源代码使用C语言,根据运筹学最短路径算法思想,实现了求解最短路径问题-Source code using the C language, according to the shortest path algorithm operations research ideas for solving the shortest path to achieve<Raymond> 在 2025-06-11 上传 | 大小:213kb | 下载:0
[数据结构常用算法] RK
说明:实验RK算法,即利用Hash方法和素数理论,首先定义一个Hash函数(hash (r) = r mod q),然后将模式串P和文本串T中长度为m的子串利用Hash函数转换成数值。显然只需比较那些与模式串具有相同Hash函数值的子串。 当然因为Hash冲突的存在,还要进一步进行字符串比较,但只要选择适当的素数q, Hash冲突的概率就会很小 -Experimental RK algorithm, namely the use of Hash methods and prime number<chenb> 在 2025-06-11 上传 | 大小:213kb | 下载:0
[数据结构常用算法] banker
说明:用银行家算法 ,实现资源分配 ,具有显示或打印各进程依次要求申请的资源数以及依次分配资源的情况-With the banker' s algorithm, resource allocation, with the display or print the application of the process followed by the number of resources required and the allocation of resources in order<李倩> 在 2025-06-11 上传 | 大小:213kb | 下载:0
[数据结构常用算法] 3625_kruskal
说明:图论基础算法 解决最小生成树问题 克鲁斯卡尔算法加并查集优化-Graph theory based algorithm to solve the problem Kruskal minimum spanning tree algorithm for optimal set of plus and check<宇之宙> 在 2025-06-11 上传 | 大小:213kb | 下载:0
[数据结构常用算法] eightqueen
说明:此程序是数据结构中简单的八皇后问题,通过栈思想在VC++来实现该程序-This program is a simple data structure in the eight queens problem, thinking through the stack in VC++ to implement the program<胡佩> 在 2025-06-11 上传 | 大小:213kb | 下载:0
[数据结构常用算法] collection
说明:集合划分,数据结构中运用队列操作,将互斥元素分在不同集合中-Set partitioning, data structure, the use of queue operations<qwerty> 在 2025-06-11 上传 | 大小:213kb | 下载:0
[数据结构常用算法] Huffman-codec
说明:数据结构课设,赫夫曼编码译码,功能很强大,编码译码都很实现-Data structures class set, the decoding of the Huffman coding, is very powerful, the codecs are to achieve<王道> 在 2025-06-11 上传 | 大小:213kb | 下载:0
[数据结构常用算法] Address-book-management-system
说明:通讯录是用来记载、查询联系人通讯信息的工具。请设计一个电子通讯录,包括输入、显示、查找、插入、删除、保存、读入、排序、修改、移动等基本功能。-The address book is used to record inquiries contact communications and information tool. Please design an electronic address book, including input, display, find, insert, delete,<xinxinwag> 在 2025-06-11 上传 | 大小:213kb | 下载:0