资源列表
Fibonacci
- 斐波那契数列算法,很经典,用VC编写,适合初学者-Fibonacci Fibonacci series algorithm, very classic, suitable for beginners, prepared by VC
Randomly--winning-numbers-
- 随机产生中奖号码的算法,用VC编写,很实用,适合初学者-Randomly generate the winning numbers of the algorithm, VC prepared, very practical, suitable for beginners
Untitled
- 航迹起始中的逻辑航迹起始算法源代码,本代码具有很好的航迹起始效果! -Track initiation logic for track initiation algorithm source code, this code has the effect of track initiation
bipartite-graph-algorithms
- 本文初步介绍了二分图有关的基本算法,和常用的建模方法-The paper initially describes the bipartite graph algorithms, and modeling
kmp_test
- 实现KMP算法,输入三组主串S和模式串P,输出模式串的Next(j)函数值,以及该P在S中的位置的定位函数值,即序号值。其中S的长度为15~25,P的长度为5~8。-KMP algorithm, enter the three main string S and pattern string P output mode string Next (j) The function value, as well as the P position in the S orientation funct
BranchAndBoundMethod
- 分支与界法的算法,结合一些具体的例子,可以直接输出结果-Branch and bound method, algorithm, combined with some specific examples
Cpp1
- 算法分析,回溯法原理及基本实现,实现基本逻辑,完成主要功能-Algorithm analysis and backtracking principle and the basic realization of basic logic to complete the main function
3
- 对所给出的城市路口、道路信息,分别用Dijkstra 算法和Floyd算法,求出两两之间的最短距离和路径,结果输出到文件,每行一组最短路径,其格式为逗号分割的信息,分别为起点、终点、最短距离、中间依次经过的路口编号,各行按照起点编号、终点编号从小到大排序,只输出起点编号小于终点编号的部分。 -Information given city intersection, road, Dijkstra algorithm and Floyd algorithm to calculate the sh
main
- 重言式判断的学习代码,利用栈,队列,树来解决问题-Tautology type of judgment to learn code, stacks, queues, trees to solve the problem
Huffman
- 哈夫曼树的编写,程序语言为C语言,数据结构与算法范畴。-Huffman written by C progamming language,Data structure and algorithm
List-of-application
- 数据结构课程设计 链表应用应用链表实现对数据的插入,删除,查找,排序。-A student achievement management system, uses linked list for data inserting, deleting, sorting and querying, C-C.
Huffman_1
- 对输入的一串电文字符实现赫夫曼编码,再对赫夫曼编码生成的代码进行译码,输出电文字符串。-For the entry of a string of message character realize hoffman (coding, again to hoffman (code generated code decode, output message strings.
