资源列表
grapgh_prim
- 数据结构:图的Prim算法开发环境visual C/C-图的Prim算法,开发环境visual C/C++
magic
- 将魔王的语言抽象为人类的语言:魔王语言由以下两种规则由人的语言逐步抽象上去的:α-〉β1β2β3…βm ;θδ1δ2…-〉θδnθδn-1…θδ1 设大写字母表示魔王的语言,小写字母表示人的语言B-〉tAdA,A-〉sae,eg:B(ehnxgz)B解释为tsaedsaeezegexenehetsaedsae对应的话是:“天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅”。(t-天d-地s-上a-一只e-鹅z-追g-赶x-下n-蛋h-恨)
k
- 双亲表示法实现二叉树,用链表实现,和堆栈,能更好的找到根节点-Parents to achieve binary notation, with the linked list implementation, and the stack, can find a better root
DFS
- DFS算法,我自己写的,主要用邻接矩阵存储图-DFS algorithm, I wrote it myself, the main memory map with the adjacency matrix
linked_list
- 学习数据结构中的双向链表的例子,自己实现了一遍并经过验证,供需要者学习。-source code for data struct linked list
TSP
- 使用邻接表记录存贮村庄两点的ID和村庄之间的权值。采用广度搜索,利用邓俊辉老师的模板BFS。先任取一点,搜索到它的距离最远的点(带权值)i,点i必然是关键路径上的一个最远点。再以该点为起始点搜索离他距离最远的点(带权值),所得到的一定是donfood即最远路径。-Using adjacency table records the ID stored villages and villages between the two weights. Using breadth search, use D
dynamiclink
- 动态链表的设计与使用,数据结构常用的 ,供大家参考-dynamic design and use of the data structure used for reference
Kruskal
- MATHEMATICA 软件运用 最小生成树的Kruskal算法
dan
- 运筹学单纯形表算法,简单明了。直接得出答案-Operations Research tableau algorithm is simple. Directly to the answer
bag
- 背包问题。算法中的背包问题、是我的作业。可能仍有不足。不过能基本实现背包的基本功能-Knapsack problem. Algorithm knapsack problem, is my job. May still be inadequate. But can basically achieve the basic functions of backpack
currency
- Simple currency calculator in C++.
src
- ACM题目用优先队列法解决0-1背包问题c++源代码-ACM topic with priority queuing method to solve 0-1 knapsack problem c++ source code