资源列表
ch8soft
- These codes require an ASCII input file interp.dat of the following form: N: Number of Polynomial Interpolation Points (Small) First Sample (x1,y1) Second Sample (x2,y2) ... Nth Sample (xN,yN) N1: Number of Error Eval
ch9soft
- 主要是研究这方面内容:Piecewise-Polynomial Reconstruction-This code will produce two ASCII output files: spline.out. This contains the polynomial coefficients in Taylor series form for each interval defined by the spline interpolation points. spline.plt.
Matlab6xKalman
- 基于Matlab+6x的Kalman滤波器的设计与仿真-Matlab+6 x based on the Kalman filter design and simulation
ch11soft
- 这个主要是研究:Simple Numerical Methods for Scalar Conservation Laws-These codes will produce two ASCII output files: btcs.out or ctcs.out. Lists delta_t, delta_x, and lambda. Also lists the final time requested vs. actual final time (these may differ if
ch17soft
- 这个主要是研究:Basic Numerical Methods for Scalar Conservation Laws -These codes will produce two ASCII output files: lf.out, lw.out, roe.out, or bwsplit.out. Lists delta_t, delta_x, and lambda. Also lists the final time requested vs. actual final time
polyfit1
- a function for fitting a set of data by a curve with degree n
53607894use
- 里面包括了一些acm比赛是常用的函数,以及一些算法。很是使用,不过如果去网上把更多的源码下来那就更好了-Included a number of commonly used acm is a function of competition, as well as some algorithm. It is to use, but if the Internet to source more down so much the better
methodofmathematical
- 完整的数学建模方法,数据.信息技术安全系统的风险评估问题-Complete method of mathematical modeling, data. Information technology security risk assessment system
ploynomial
- M元多项式的表示以及一些运算,-Polynomial expression of M and a number of computing
Calculationprocedure
- 该程序包括了计算方法基本需要的程序,诸如高斯列主元,拟合,牛顿插值,对分,雅克比等.-The program includes the calculation of the basic needs of the program, such as Gaussian , fitting, Newton interpolation of points, Jacobian.
HauntedMaze2
- A sort of PacMan game wirtten in Visual Basic 6.0
string
- 求一个字符串的最长不下降子序列,利用动态规划的方法,递归求解。-For a string of maximum decline in sequence, using dynamic programming method for solving recursive.