资源列表
eluar
- 解微分方程的欧拉法,龙格-库塔法及其 MATLAB 简单 实例欧拉方法(Euler method)用以对给定初值的常微分方程(即初值问题)求解 分为前进 EULER 法、后退 EULER 法-Solution of differential equations of Euler, Runge- Kutta method and MATLAB simple example Euler (Euler method) for a given initial value ordinary differe
judge_shudu
- 判断某个数独的解是否合法,合法输出YES,不合法输出NO-Determine whether a legitimate solution Sudoku
greatest
- 使用C#控制台程序,求最大公约数和最小公倍数-Using the C# console program, seeking the greatest common divisor and least common multiple
myIntegration
- 数值计算 等间距的数值积分算法 包括 梯形法,辛普森法,牛顿科斯特算法,以及对应的复合算法,-Numerical calculation pitch numerical integration algorithms, including trapezoidal method, Simpson, Newton Coster algorithm, and the corresponding complex algorithms,
GS
- 在电子工程数值分析方法中使用高斯-塞德尔迭代进行求解。-In the electronic engineering numerical analysis method using Gauss-Seidel iteration algorithm.
clarke
- 克拉克变换的C程序,用于坐标变换,电力系统-c program for clarke transformation
krigvar.m
- This file calculate kriging variance of a set of data.
nudan3
- 基于最优控制理论的诺顿法典型迭代MATLAB 程序-Norton based on optimal control theory method typical iterative MATLAB program
dijkstra
- Dijkstra algorith for finding the shortest path
ex4
- another erett example-another erett example..
matrix
- 在一个N*N的矩阵中,元素可以用A(i,j)来表示(0<=i,j<n),使用SHIFT运算能够把某一行的元素循环右移,即对该行的每个整数,把它移到右边一位的位置,将最右边的整数移动到最左边。可以使用任意多次SHIFT运算,求最大列和的最小值 -In a N* N matrix, the elements can be used A (i, j) to represent (0 < = i, j <n),使用SHIFT运算能够把某一行的元素循环右移,即对该行的每个整数,把
jacobime1
- 数值分析 ,雅克比矩阵分解方法实例 ,好好学习-Numerical analysis, Jacobian matrix decomposition method instance, learn