资源列表
SYStestNew
- C source code for numerical integration and system simulation using the Runge–Kutta methods
daniel3
- 基于最优控制理论的MATLAB daniel迭代法典型程序-Based on optimal control theory MATLAB daniel typical iteration procedures
FFT
- 本程序是关于1dfft计算相关的,经过调试成功,希望大家多多参考并提建议-1dfft
juzhen1
- 一个在c++环境里可以运行的c语言为基础的矩阵连乘的程序,数组的值有键盘输入-One in c++ environment can be run based on c language by a matrix with the program, the value of the array have keyboard input
doolittle
- LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不然。 -LU decomposition is esse
kfft
- 傅里叶变换的调用程序,可以实现正、逆傅里叶变换。函数返回结果为变换后的实部与虚部,用法简单。其中n为变换的点的个数,为2的幂次方,l和l0控制变换的正逆。-Fourier transform of the caller, can be achieved and inverse Fourier transform. Function returns the result of the transformed real and imaginary parts, use simple. Where n
longbeige
- c语言编程龙贝格积分算法;很容易根据从低阶的计算劫夺推出高阶的近似值-c programming language Romberg integration algorithm
Trotter1
- Johnson Trotter Algorithm to solve a problem of asignation.
diedaifa-methods
- 雅克比迭代法,GS迭代法,SOR迭代法。用来求解非线性方程组的解-Jacobi iterative method, GS iteration, SOR iterative method. Used to solve the solution of nonlinear equations
fftbianhuan
- 一个c++编写的简单的FFT变换仿真曲线,进行了详细的文字说明。-A c++ write simple FFT transformation simulation curve, and carried on the detailed the text of the.
solve-fomula
- 解方程组,消元法求解,非常实用,只需要修改一下输入矩阵-method for solving fomula
2011
- 已知长度最大为200位的正整数n,请求出2011^n的后四位。输入第一行为一个正整数k,代表有k组数据,k<=200接下来的k行, 每行都有一个正整数n,n的位数<=200输出每一个n的结果为一个整数占一行,若不足4位,去除高位多余的0-The known maximum length of 200 positive integer n, requesting the four 2011 ^ n after the. Enter the first acts of a po