资源列表
jwdis
- 此函数通过两点的大地经纬度(Ja,Wa)和(Jb,Wb)计算两点间距离 Dis -this function through the 2:00 and Geodesy (Ja, Wa) and ( `, mg) calculated the distance between two points Dis
eig_mifa
- 用幂法求矩阵的特征值,求出来的是矩阵最大的特征和对应的特征向量。-method for using the power of the matrix eigenvalue, seeking the Matrix is the biggest character and the corresponding eigenvector.
zhuiganfa111
- 加算方法中的追赶法的例子,例子经过了最优化处理,可以最小开销的实现追赶法
hj
- 该程序编写了四束光干涉形成三维全息光子晶体的图
四点插值细分曲线绘制
- 这是学校布制的作业用C语言实现四点插值细分曲线绘制-cloth it is the school system's operations with C language sub 4:00 interpolation Curve
Guass-mode
- 最基本的高斯消元法.主要分为消元与回带求解两个部分.采用C++语言,使用Vs2008进行编写.-The basic Gaussian elimination method. Mainly divided into elimination and the back with a solution of two parts. Using C++ language, using Vs2008 to write.
line
- 三点式非线性软件矫正,用于信号传感器的非线性补偿和硬件电路的非线性补偿-Three-point non-linear software correction, non-linear compensation for signal sensors and hardware, non-linear compensation circuit
ruchi4
- to find the all possible subset of any given set.
matrix_transpose.c
- 适用于大型稀疏矩阵 矩阵转置 c语言 来自于有限元方法编程-From the finite element method suitable for large-scale sparse matrix matrix transpose c language programming
curvefit
- 用最小二乘法进行曲线拟合. 用p-1 次多项式进行拟合,p<= 10 x,y 的第0个域x[0],y[0],没有用,有效数据从x[1],y[1] 开始 nNodeNum,有效数据节点的个数。 b,为输出的多项式系数,b[i] 为b[i-1]次项。b[0],没有用。 b,有10个元素ok-Using least squares curve fitting. With p-1 order polynomial fit, p <= 10 x, y 0 of
Knapsack_problem3
- 动态规划算法实现的背包问题:// 背包问题,容量m,n种货物,分别重量W1,W2......Wn,利润分别P1,P2......Pn,求最大利润 -Knapsack problem dynamic programming algorithm:// knapsack problem, the capacity of M, N type of cargo weight, respectively W1, W2... Wn, profits were P1, P2... Pn, maximum p
RLS
- Example of implementation and using of RLS algorithm