资源列表
graph
- 这个源代码包含了图的邻接矩阵和链表的两种存储方式、深度和广度的遍历以及prim 和kruskal最短路径两种算法。-The source code contains the adjacency matrix and list two storage mode, the breadth and depth of the traversal and prim And kruskal shortest path of two algorithms.
Dynamic-programe
- 这个程序描述的是动态规划算法,方便初学算法分析的成员参考。-This procedure describes the dynamic programming algorithm, a member of reference convenient beginner algorithm analysis
merge
- 这个源代码包含递归合并和迭代合并两种算法,方便初学算法分析成员,希望站长验收下!-The source code contains a recursive consolidation and iterative combination of two algorithms, convenient beginner Algorithm members, I hope the owners acceptance under
Sort
- 编程实现选择、冒泡、直接插入、希尔、快速、堆、归并等几种排序算法,并计算每种算法的比较、移动次数。-Programming options, bubbling directly into the Hill, quick, heap, merge, etc. of several sorting algorithms, and calculate each algorithm, the number of moves.
Traffic-Map
- 数据结构中的交通图咨询程序,能让旅客咨询从任一城市顶点到另一城市顶点之间的最短路径(里程)或最低花费或最少时间等问题。对于不同咨询要求,可输入城市间的路程或所需时间或所需费用。-Traffic map in the data structures in the consultation process that allows the Visitor Information from the culmination of any one city to another city the short
Huffman
- 数据结构的一个哈夫曼树程序,建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。压缩文件即读文件,统计文件中的字符个数,对文件进行哈夫曼编码和译码,并将编码译码后的字符存储在文件中。-The data structure of a Huffman tree program, create a text file, the statistical character frequency in the
sss_fix
- 秘密共享算法程序,带有素数判断头文件,主程序中为了简化没有使用。-Secret sharing algorithm program with the prime number judgment header files, and does not use in order to simplify the main program
link
- 数据结构一个小程序,实现链表元素的插入、删除等功能-A small program of data structure linked list element insert, delete, and other functions
circular_buffer
- 使用C语言实现一个循环缓冲区,用于生产者和消费者。-circular buffer
MyB_Tree
- 用了树形控件的数据结构,还有一些很重要的算法-This is a family tree, using a tree data structure of control
paixu2
- 一组随机数放在存储区地址连续的10个单元内,采用冒泡排序方法,将此组数据按升序排序。(随机数排序后仍然放在这里)-duijishu paixu
Calgorithm
- c语言算法,用于学习算法思路,提高编程技巧-c language algorithm for the learning algorithm ideas, to improve programming skills
