资源列表
Leastsquarespolynomialfitting
- 这是最小二乘法多项式拟合的算法 很有参考价值的程序,
JM97B
- 98年全国大学生数学建模竞赛B题\"水灾巡视问题\"模拟退火算法。-98 National Mathematical Contest in Modeling B and that the "flood inspections" simulated annealing.
Partial-least-squares
- 偏最小二乘法回归。使用这个方法计算出一组数据的回归方程-Partial least squares regression. Use this method to calculate the regression equation of a set of data
2
- 掌握二叉树的链式和顺序存储结构,利用队列对二叉树进行运算。 二、实验内容: 1) 编写函数creatbt,其功能是将一维数组方式存储的二 叉树转化为链式存储的二叉树,返回root指针。 2) 编写函数freebt,其功能是释放二叉树链表节点的存储 空间。函数原型为:void freebt (TNODE * root) 3) 编写函数实现前序、中序和后序遍历; -Master chain and sequential storage structure of the binar
achol0
- 用全选主元高斯—约当消去法求解系数矩阵为稀疏矩阵的大型方程组
FT
- 用FT法实现相关函数快速估计程序.包括c,for几种格式。-FT method used to achieve rapid estimation procedures related function.
fdtdabc1d2d
- 1d and 2d abc implementation in fdtd
1
- 1、 某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -1, a software company, there are about 30 employees, each employees name, job number, position and other property each year, employee tur
juzhenxiangche
- 矩阵相乘,用C++实现的,有两个例子-Matrix multiplication, using C++ implementation, there are two examples
New-folder-(2)
- Rule29 of cellular automata &240 & some others
jacobi
- 对于方程组AX=b,当系数矩阵非奇异时,对原方程进行改写,利用公式X^k=BX^(k+1)+g进行迭代求解。-For equations AX = b, when the coefficient matrix is nonsingular, rewriting the original equation, using the formula X ^ k = BX ^ (k+1)+g for iterative solution.
spline
- 这是一个样条函数的MATLAB代码,对研究样条曲线的朋友会有所帮助。-This is a MATLAB code spline function, the study of spline friends will help.
