资源列表
zuobiao
- 实现三大坐标系转换!方便快速的转换直角坐标、球坐标、极坐标-Realize three coordinate system transformation! Convenient fast conversion right-angle coordinate, coordinate, polar coordinates ball
Interpolation_Method
- 数值计算方法:拉格朗日插值方法和牛顿插值方法,C语言版本-Numerical Methods: Lagrange interpolation method and Newton interpolation method, C language version
permanent-calendar
- 万年历的程序编写,通过c++写的万年历的程序,显示日历的界面-Calendar program, written by c++ calendar program, calendar display interface
LMI_SOLVE
- 运用线性矩阵不等式(LMI)求解鲁棒优化问题。该LMI不等式求解代码,更具有一般性,结合matlab中help命令,能够方便的对新的LMI问题求解-This programme code is useful for the common optimization problem, combined with the descr iption of matlab help statement, a new LMI problem can be easy to solve.
6CGAS
- 这是解复数系方程组的全主元高斯消去法。用c实现的
Lagrange2
- 这是一个用java高级编程语言编写的程序,实现了用“向上/向下修正方法”的拉格朗日插值公式计算某个函数的值,方便实用。-Java This is a high-level programming languages used in the preparation of procedures, implementation of the " up/down correction method," Lagrange interpolation formula of the valu
numerical_shocktube_ranga
- it s a numerical simulation of shock tube code. which is basically used in computational fluid dynamics. the resluts can be validated with anlytical solution, which is available in all major gas dynamics text books
crc
- this program talks about crc , crc12 , crc16 and crc ccip of error detection method
temperature-fitting
- 观察原始数据,做出图形图形,观察其特征设拟合曲线方程,编写程序 气温拟合-Observation of the original data, the to make Graphics Graphics observed characterized set fitting equation, programming temperature fitting
SHIFT
- 以随机的中弱大气湍流为背景,可用于计算大气湍流下准直高斯光束的光强分布,光束扩展以及光束角漂移-The random weak atmospheric turbulence as the background can be used to calculate atmospheric turbulence of collimated Gaussian beam intensity distribution and beam propagation and beam angle drift
VByangtiao
- 用vb编写的B样条曲线!!直接运行即可,它主要是数值计算的一个有用软件-prepared with the B-spline curves! ! Direct operation can be, it is primarily a numerical calculation of useful software! !
curvefit_C_edition
- c语言版的多项式曲线拟合。 用最小二乘法进行曲线拟合. 用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。-c language version of the polynomial curve fitting. Using least-squares met
