资源列表
Correlation1
- //=== === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------ 拟合多项式的阶数(已知条件) // double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件) // double *x--- 结点x轴数据(已知条件) // double *y--- 结点y轴数据(已知条件) // double
juzhengni
- 这是一个求解矩阵逆的算法,可对任意维数的矩阵实现求逆过程,实践证明精度很高。
BGINV
- 求行列式值的全选主元高斯消去法。 内附形参说明-Determinant value of the whole pivoting Gaussian elimination. Enclosing the parameter descr iption
na7
- Orthogonal Polynomials Approximation 数值分析,计算正交基多项式的系数 -Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m poin
SD_GEN
- 防伪电码算法,根据不同的地址码获得不同的防伪电码-Security code algorithm, according to a different address code different security codes...
ODE_solver
- This is a program for solving first order ODE s with initial condition using Euler method.
TLBO
- this a source code written in the matlab format for the teaching learning optimization algorithm.-this is a source code written in the matlab format for the teaching learning optimization algorithm.
partition
- 贪心算法-会场安排问题的源代码 【问题描述】 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的算法进行安排。 这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。 编程任务:对于给定的 k 个待安排的活动,编程计算使用最少会场的时间表。 【贪心策略】 根据会场安排问题的定义,首先将问题简化为:找出两个活动i和j,若它们满足start
10-to-2
- 将十进制转换成二进制,能够有效的实现该功能,且可以实现矩阵等数据类型转换。-To convert decimal to binary, can effectively implement this feature, and can achieve a matrix such as data type conversion.
xq
- 高斯消去法求解线性方程组,全选主元高斯消去算法,求解线性方程组-Gaussian elimination method for solving linear equations
yiweiwentaidaore
- 一维稳态导热问题,可以计算温度场,方便计算物体内部和边界的温度分布-One-dimensional steady-state heat conduction problem, we can calculate the temperature field, internal and boundary objects to facilitate calculation of the temperature distribution
MLS
- 移动最小二乘法程序,用MATLAB编写的函数形式,直接可以调用-Moving Least Square Method
