资源列表
main.cpp
- TSP algorithm using bruteforce
impliciteconduction
- Program for solving 2D conduction problems
kalman1.1
- vc++编写的卡尔曼滤波器的模型 基于卡尔曼滤波器的5个基本公式 简单易懂-written in vc++ Kalman filter model is based on 5 basic Kalman filter equation is straightforward
LU
- 矩阵的三角分解c程序,以矩阵A=[2 4 4 2;3 3 12 6;2 4 -1 2;4 2 1 1]为例。-C triangular matrix decomposition process, the matrix A = [2 4 4 2 3 3 12 6 2 4-1 2 4 2 1 1] as an example.
cinv
- 一般复矩阵求逆,cinvo.c中的static double ar[4][4]为复矩阵的实部,static double ai[4][4]为复矩阵的虚部。-General complex matrix inversion, cinvo.c the static double ar [4] [4] for the real part of complex matrix, static double ai [4] [4] for the imaginary part of complex matri
ssgj
- 求对称正定矩阵的逆矩阵,以矩阵static double a[4][4]={ {5.0,7.0,6.0,5.0}, {7.0,10.0,8.0,7.0}, {6.0,8.0,10.0,9.0}, {5.0,7.0,9.0,10.0}} 为例-Symmetric positive definite matrix of order matrix static double a [4] [4] = {{5.0,7.0,6.0,5.0}, {7.0,10.0,8.0,7.0}, {6.0,8
gaussliezhuyuanxiaoqufa
- 经过VC开发的一个数值计算程序,经过调试运行正常-After the development of a numerical calculation VC program, after commissioning the normal
Romberg
- 一款经典的数值计算程序,经过软件调试可以正常运行,运行时需要注意环境-A classic numerical calculation program to normal operation after a software debugging, run-time environment needs attention
Lagrange
- 拉格朗日插值法的编程语言,经典的数值计算程序,经过程序的调试-Lagrange interpolation of programming languages, classic numerical calculation procedure, after debugging
ABCverygoooood
- artificial bee colonoy algorithm
FFT
- 快速傅里叶变换c程序,用FFT实现离散傅里叶变换 -Fast Fourier transform c program, with the discrete Fourier transform FFT
inv
- 用Gauss-Jordan消去法求N阶实矩阵A的逆矩阵-Gauss-Jordan elimination method using N-order real matrix A find the inverse matrix
