资源列表
step-RK4
- 四阶RK方法计算单波方程,偏微分方程数值解,Fortran编写。
number
- 解N元一次方程从文件读入整数 N, 然后读入N*( N+1)矩阵,得到解并输出到文件中。
79419111hausdorff
- hausdoff公式 距离计算,效果很不错,原与大家一起共享
Runge_KuttaAndsquar_least
- 常微分方程数值解法Runge_Kutta解法-Numerical Solution of Ordinary Differential Equations Solution Runge_Kutta
Stack
- 简单模拟栈的操作:包括栈的初始化,压栈,栈顶元素弹出以及取栈顶元素;采用C实现-Analog stack easy steps: including the stack initialization, push, pop elements as well as the Top-Top-check elements implementation using C
migong
- 以一个Maze(m, n)的长方阵表示迷宫, 迷宫的入口是Maze(1,1), 出口是Maze(m, n), Maze(i,j)等于0表示通路, Maze(i,j)等于1表示障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。各个命令以及相关数据的输入格式如下: 输入迷宫:C,接下来一行是m n,其中m是迷宫矩阵行数,n是迷宫矩阵列数,接下来的m行数据是迷宫矩阵,每行n个值,表示一个m*n的迷宫矩阵 求迷宫的一条通路:Q 当输入的命令为E时,程序
Gauss
- Gauss-Seidel ecuation resolution
insertionsort
- 插入排序,通过输入数据规模,以随机数作为待排序元素,得出运行时间,分析时间效率,数量级可达10^7-Insertion sort, through the input data size to be sort of random numbers as the elements come running time, analytical time efficiency of magnitude up to 10 ^ 7
87715470number
- 这个是C语言从文件读入整数 N, 然后读入N*( N+1)矩阵,得到解并输出到文件中。-This is read from the file into the C language integer N, and then read into the N* (N+1) matrix, the solution and get the output to a file.
01
- 0-1背包问题,涉及到计算哪个背包加入了所选的结果中。-0-1 knapsack problem, which involves the calculation of the backpack to join the selected results.
LMS
- LMS算法,自适应算法中的最小均方误差算法。-LMS algorithm, adaptive algorithm, the minimum mean square error algorithm.
exam5-3
- 采用三元组存储稀疏矩阵,设计两个稀疏矩阵相加的运算算法。-Triples stored sparse matrix, the design of the addition of two sparse matrix computation algorithm.