资源列表
kruskal
- kruskal最小生成树的一种解决方法 自己编写的 已加注释-kruskal minimum spanning tree of a solution
jisuanqi
- 一个一元稀疏多项式简单计算器: 1 输入并建立多项式; 2 输出多项式,输出形式为整数序列n,c1,e1, c2,e2,,,,,,, cn,en,其中n是多项式的项数,ci,ei,分别是第i项的系数和指数,序列按指数降序排序; 3 多项式a和b相加,建立多项式a+b;如果用单链表存储多项式,则用a存储多项式(a+b)。如果用队列存储多项式,则需为多项式(a+b)另外创建一个队列。 4 多项式a和b相减,建立多项式a-b;如果用单链表存储多项式,则用a存储多项式(a+b)。如果用队
datatreat
- 数据处理程序,对于有大量数据的处理程序。-Data processing program, for a large number of data processing procedures.
horse
- 这个经典的马踏棋盘问题的源代码,采用了回溯的方法,适合爱好算法编程的人参阅!-Horse riding this classic problem of the source code of the board, using the retrospective method, suitable for people who love programming algorithm see!
408367206PRAGH_caq
- 关键路径法,求最早开始、最晚开始和工期,求出关键路径-Critical path method, find the early start, late start and duration, find the critical path
normalization
- 如何对数据进行规范化,希望对大家有所帮助-How to achieve standardization, complete source code, we hope to help
Kruskal-dlg
- Kruskal_最小生成树算法 图 树 算法-Kruskal Minimum_spanning_tree
tree
- 数据结构 二叉树的查找 一次简单的查找的应用课后作业-Data structures binary tree to find a simple search of homework
0203
- 利用赫夫曼树的编码思想,构造一个完整的赫夫曼编码系统。 要求如下: ①从键盘读入字符集大小n,以及n个字符和n个权值,建立赫夫曼树,然后对赫夫曼树进行编码,输出结果。 ②使用上述字符集创建一个任意的明文,对该明文进行编码,输出该明文的电文序列。 ③利用上述创建的编码集合,输入任意的电文序列,输出该电文的明文。-Use Huffman coding tree thinking, construct a complete Huffman coding syst
ParkingLotSimulation
- Parking Lot Simulation: Parking lot attendants often park cars bumper-to-bumper, several cars deep. This maximizes the number of cars they can fit into a parking lot at the expense of complicating the process of retrieving someone s car when they w
ydm3
- 有关于二差树的遍历,对于初学者有很大的帮助,
xian
- 数据结构中线性表链式结构的操作,基本上都有了!-Data structure in a linear chain structure of the operating table, basically everything!
