资源列表
AllDist
- Floyd算法,用于求最短路径,使用C++描述-Floyd Algorithm, Shortest path
CPPStrassen_-matrix
- implementation of strassen matrix in C++. strassen algorithm is faster than standard matrix multiplication algorithm
UVaOJ-401(Palindromes)
- 判断输入字符串是否为镜像或回文串。 来源于UVaOJ - 401. 水题。-A regular palindrome is a string of numbers or letters that is the same forward as backward. For example, the string "ABCDEDCBA" is a palindrome because it is the same when the string is read from left to rig
4_11
- 求最佳路径:用户输入几条路径的权值,通过计算,最后输出从某一点到某一点的最短路径。
main
- 用栈实现的求一个十进制数的二进制与八进制的形式,刚学数据结构不久时,自己写的-Using a stack for the realization of the binary decimal octal form with just the structure of the near data, they write
fenzhifa
- 分治法的应用 将序列A(0:n-1)中元素按照升序排序方法:归并排序和快速排序((1)对于快速排序,主元采用三者A(low),A(high),A((low+high)/2)中其值居中者-Divide and conquer the application of the sequence A (0: n-1) elements in ascending sorted by: Merge sort and quick sort ((a) for Quick Sort, the main elemen
huffman
- Huffman编码,实现二叉树,对于任给的结构,用huffman进行编码-Huffman coding, to achieve a binary tree, for any given structure is encoded using huffman
kuohaopipeisuanfa
- 数据结构 中 括号匹配算法 用栈做的 c-Bracket matching data structures to do with the stack
0
- 假设以两个元素依值递增有序排列的线性表A和B分别表示来年各个几何(即 同一表中的元素值各不相同),现要求另辟空间构成一个线性表C,其元素为 A和B中元素的交集,且表C中的元素也依值递增有序排列。试对顺序表编写 求C的算法-Assuming the two elements by increasing the value of an ordered arrangement of the linear forms A and B, respectively, in the coming
DecisionAlgorithm
- 开发环境WinCC,用于维修决策优化算法!-Development environment WinCC, for decision-making algorithm!
BubbleSort
- 数据结构里的排序算法,冒泡排序,有说明文字-Sort of data structure algorithms, bubble sort, there are captions
strrep_
- 实现string类中的strrep(char *a,char *b,char *c) 在a字符串中查找b并替换成c-strrep function program