资源列表
e
- 本程序是一个校园导游咨询系统,提供校园内各景点的信息咨询和最点路径查询功能。
pai xu wen ti
- 几种基本的排序算法 ,希望对某些人有点帮助-several basic sorting algorithm, and I hope to help some people a bit
ecs
- 这是一个关于数据结构实验二叉树的实验代码非常好大家可以利用-This is an experiment on the binary tree data structure of the experimental code very good we can make use of
Queen
- 算法设计与分析中,对N皇后进行编程,主要运用到的是贪心算法。-Algorithm design and analysis, on the N s programming, the main use of the greedy algorithm.
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-恨)
wwww
- Use Message Queue... But I don t know-Use Message Queue... But I don t know...
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
HuffmanCode
- 程序可以对Huffman树的构造编码实现-Huffman tree structure coding to achieve
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
