资源列表
[数据结构常用算法] Expressiontree
说明:this is program on scientfic calculator.<manish gupta> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] banker
说明:银行家算法的基本思想是分配资源之前,判断系统是否是安全的 若是,才分配。它是最具有代表性的避免死锁的算法-Banker' s Algorithm The basic idea is the allocation of resources, are to determine whether the system is safe If so, before the distribution. It is the most representative of the algorithm to<wulan> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] bMinusTree
说明:b-树的增加,因为我看到的资料里的最大关键字数目为m-1,我考虑了一下,2-3树的删除会比较麻烦,后来看了下算法导论,别人的数目是2t-1,所以相同情况下是2-3-4树,我考虑按照这个因子再写一个,增加删除部分,有问题可以联系我,联系方式在程序中已注明.-b-tree increases, because the information I have seen in the largest number of keywords for the m-1, I consider a bit ,2-3<杨毅> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] prim
说明:自己编的,在VB中实现普里姆最小生成树算法的代码,有图的,边的权值是随机生成的,5个节点,点“generate tree”,就会显示出最小树。-Own, and in VB in the minimum spanning tree algorithm prim implementation code, there is graph, edge weights are randomly generated, five nodes, point " generate tree" ,<> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] shuangxianglianbiao
说明:实现双向链表所存储线性表的各种操作。要求提供数据的插入、删除、查找、两个数据交换、求所有数据平均值、最大值、最小值的操作。先利用随机函数产生100个随机整数,建立线性表的存储结构,然后完成上述的功能。分析程序的时间、空间复杂度。-Achieve bi-directional linear list stored various operating table. Request for data insert, delete, search, both for data exchange, and<黄啸尘> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] nibolan
说明:数据结构课程设计,逆波兰算法的实现 。-Data structure curriculum design, implementation Reverse Polish Algorithm.<xuezhanfei > 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] yueshefuhuanwenti
说明:设计求解约瑟夫环问题的出列顺序。具体的要求和说明如下: (1)利用单向循环链表存储结构模拟此过程,按照出列的顺序输出个人的编号。 (2)m的初值为20;n=7,7个人的密码依次为:3,1,7,2,4,8,4,首先m的值为6(正确的出列顺序应为:6,1,4,7,2,3,5)。 (3)程序运行后,首先要求用户指定初始报数的上限值,然后读取个人的密码。可设n<=30,此题所用的循环链表中不需要“头结点”,请注意空表和非空表的界限。 (4)将上述功能改为在顺序结构上实现。-<chen> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] TSP_branch_and_bound_method
说明:用来解决旅行商问题 可以直接运行 很好的代码-Used to solve the traveling salesman problem can be directly run a very good code<罗兰> 在 2025-06-15 上传 | 大小:2kb | 下载:0