资源列表
LCS
- 最长公共子序列的算法LCS:包括随机输入两个字符串,输出这两个字符串的最长公共子序列。-The longest common subsequence algorithm LCS: including random two input strings, the longest common subsequence outputs of the two string.
QuickSort
- 算法导论中的快速排序算法的具体实现,包括对该算法的简单变形,其中采用文件输入,包括正序,逆序,随机情况的不同输入-Introduction to Algorithms concrete realization of fast sorting algorithms, including the algorithm is simple deformation, which uses the file input, including positive, reverse, random situati
ansys-APDL-programme
- ansys apdl programme ,集合了大部分ansys APDL的源程序,有各个模块的数值分析-ansys apdl programme,it contains many parts of numerical analysis
test
- 数据结构 求解城市间最短路径 课程设计 交通图-数据结构 求解城市间最短路径
With-partition-method-of-quick-sort
- 快速排序的主要思想:找出数组的第一个数字作为参照物,从数组第一个数字往后开始比较,同时,从数组最后一个数字往前比较,如果前面的数字比参照值大,找出来,后面的数字比参照值小找出来,他们相互交换位置,当他们相遇了,停止。这样的结果是,相遇点的前面的数字都是比参照值小的,相遇点后面的值都是比参照值大,然后再相遇点分割成两块,各自进行刚才的操作。-The main idea of the quick sort: find the first number as a reference, the arra
houzuishuzhu
- 后缀数组的代码模板,讲解了俩种RMQ方法-Suffix array code templates, explained the two kinds of methods RMQ
boyi
- 巴什博奕+威佐夫博奕+尼姆博弈(及Staircase)讲解及代码-Bash Game+ 威佐夫博奕+ Nimes game (and Staircase)
juzhenchengfa
- 矩阵乘法的基本代码实现过程,模板,便于理解矩阵乘法-The basic code matrix multiplication implementation process
hash
- 字符串Hash函数各种方法及各种哈希函数的C语言程序代码-C language code string Hash functions in various ways and various hash function
shuzhuangshuzu
- 一维树状数组和二树状数组的基本数据结构的表示及代码-Basic data structures and code represents one-dimensional arrays and two tree tree array
sushu
- 求最大k使m^k是n!的约束, 分解m的质因子,然后求质因子的最小幂-Seeking maximum k so m ^ k is n! Constraints, the decomposition m of prime factors, then the minimum power factor for quality
stack
- 数据结构常见抽象数据类型--栈的自定义实现-The custom implementation of common abstract data types--stack in data structure