资源列表
biaozhunjisuanqi
- 基本的计算器功能 带科学计算器 额...就这些-Basic scientific calculator with calculator function
Finite_element_analysis
- 有限元分析,我自己使用delphi写的代码,用了递归,运行速度有点慢-Finite element analysis, I use delphi write the code, using a recursive, runs a little slow
A_LU
- bool lu(double *a, int *pivot, int n);矩阵的LU分解。 假设数组an*n在内存中按行优先次序存放,此函数使用高斯列选主元消去法,将其就地进行LU分解。pivot为输出函数.pivot[0,n)中存放主元的位置排列. 函数成功时返回false,否则返回true. bool guass(double const *lu, int const *p, double *b, int n) 求线性方程组的解。 假设矩阵lum*n为某个矩阵a
A_QR
- void qr(double *a, double *d, int n) 矩阵的QR分解 假设数组an*n在内存中按行优先次序存放,此函数使用HouseHolder变换将其就地进行QR分解。 d为输出参数,d[0,n)存放QR分解的上三角矩阵对角线元素。 bool householder(double const *qr, double const *d, double *b, int n) 求线性代数方程组的解。 假设矩阵qrn*n为某个矩阵an*n的QR分解,在内
FastICA_25
- this a algorithm Fast PCA, it is very suitable for beginer who want to understand PCA, it is demo step by step-this is a algorithm Fast PCA, it is very suitable for beginer who want to understand PCA, it is demo step by step
Fortran95CD
- 与彭国伦Fortran 95程序设计配套的光盘!!!很难找到的-Fortran 95 Programming with Peng Guolun matching CD! ! ! Hard to find! ! !
PROJECT
- Texture analysis & Synthesis using wavelet transform
Banker
- 用VC编写的学生学习用的银行家算法程序,设计得比较简单。-Prepared students with the VC with the bankers algorithm program, designed to be simple.
GAUSS_Flow
- 用原始高斯法算潮流 迭代简单 思路简单 编程易于实现-Gauss power system calculation
themost
- 给定含有n个元素的多重集合S,每个元素在S中出现的次数称为该元素的重数。多重集S中重数最大的元素称为众数。 例如,S={1,2,2,2,3,5}。 多重集S的众数是2,其重数为3。 -the most number
Unary_polynomial
- 两个一元多项式相乘的算法,假设A(x)和B(x)为多项式,则M(x)=A(x)*B(x)其中,每一项都是一个一元多项式-Two unary polynomial multiplication algorithm, assume that A (x) and B (x) is polynomial, then M (x) = A (x)* B (x) which is a one dollar each polynomial
alg_FFT
- FFT(快速傅里叶变换)的实现,思想源于《算法导论》-FFT (Fast Fourier Transform) implementation
