资源列表
odeEuler
- 求解常微分方程数值解的Euler算法matlab源程序。-ordinary differential equation solving numerical solution of Euler algorithm Matlab source.
cca
- 计算典型相关算法,求出最大投影向量,以及最大投影向量对应的相关系数 -calculate canonical correlations, find the largest correlation coefficients
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
RMQ
- The template of Range Minimum Query algorithm. The time complexity of this algorithm is O(N*logN).
QuickSort
- 快速排序,在1024*1024时速度是非常快的,-Quick Sort, in the 1024* 1024 when the speed is very fast,
zuixiaoerchengfa
- 一个计算最小二乘法的C语言代码,可以修改数组长度来进行至少100个点的计算。-A calculation of least squares C language code, you can modify the length of the array for the calculation of at least 100 points.
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.
The-assembly-line-scheduling-problem
- 御用动态规划思想和策略,解决装配线调度问题。-Queen dynamic programming ideas and strategies to address the assembly line scheduling problem.