资源列表
odeEuler
- 求解常微分方程数值解的Euler算法matlab源程序。-ordinary differential equation solving numerical solution of Euler algorithm Matlab source.
cca
- 计算典型相关算法,求出最大投影向量,以及最大投影向量对应的相关系数 -calculate canonical correlations, find the largest correlation coefficients
li1
- 设有由n个不相同的整数组成的数列,记为: a(1)、a(2)、……、a(n)且a(i)<>a(j) (i<>j) 例如3,18,7,14,10,12,23,41,16,24。 若存在i1<i2<i3< … < ie 且有a(i1)<a(i2)< … <a(ie)则称为长度为e的不下降序列。如上例中3,18,23,24就是一个长度为4的不下降序列,同时也有3,7,10,12,16,24长度为6的不下降序列。程序要求,当原
posttoin
- postfix to infix converter
factsort
- Factorial & Bubble sort of number
Maze
- 走迷宫,迷宫搜索算法,对于一个任给的迷宫,给定入口,自动给出出口及走迷宫的路径-Maze, maze search algorithm, for a term to the maze, given the import, export and automatic paper path Maze
LCS
- LCS问题具有最优子结构和重叠子问题的性质,因此采用动态规划算法自底向上计算该问题的解,并输出求到的LCS。-LCS problem with sub-optimal substructure and overlapping nature of the problem, so a bottom-up dynamic programming algorithm for computing the solution of the problem, and the output request to
QuickSort
- 快速排序,在1024*1024时速度是非常快的,-Quick Sort, in the 1024* 1024 when the speed is very fast,
qishibianli
- 骑士遍历的小程序。可以控制遍历地图的大小,控制复杂度,程序会输出遍历的路径,方便用户检查。-Knight through the small program. Map can be controlled through the size, control complexity, the program will traverse the path of the output, user-friendly examination.
prim
- 最小树的prim算法 使用一个数组作为辅助空间 达到最优的目的-Most trees in the prim algorithm
L2311
- 单链表的建立程序,长度为2331,思路很好,结构易懂-Single linked list program, a length of 2331, the idea of good, easy to understand structure
111
- 编一个冒泡排序的成员函数模板实现降序排序。可用小于比较,冒泡采用从上往下;也可用大于比较,冒泡采用从下往上。-Compiled a bubble sort member function templates in descending order. Available less than a bubbling using from top to bottom can also be used more than, bubbling from the bottom up.