搜索资源列表
PolyFitSingle
- //=== === === === === === === = //函数说明 //函数名称:PolyFit //函数功能:最小二乘法曲线拟合 //使用方法:double *x ---- 存放n个数据点的X坐标 // double *y ---- 存放n个数据点的Y坐标 // int n -------- 给定数据点个数 // double *a ---- 返回m-1次拟合多项式的m个系数 // int m -------- 拟合多项式的项数,即拟合多项式的
FormulaProcessor_beta1_CSharp
- 功能说明: 次组件提供的功能有二: 1、解析出数学表达式中的参数 2、计算数学表达式 此组件不但可以解析和计算数学表达式,还提供了一系列的数学基本函数,可应用于表达式中一块处理。提供的数学基本函数有:将值舍入到最接近的整数 rount(x)、向下取整函数 int(x)、向上取整 ceiling(x)、求两个数中最大数的函数 max(a,b)、求两个数中最小数的函数 min(a,b)、幂函数 pow(x,n)、求平方根的函数 sqrt(x)。 下载地址:http
Max-IntMax-MinMin-Min
- 极小 算法(Min-Min)、极大极小算法(Max-Min)、最大时间跨度算法(Max-Int)三种典型的映射算法的算法原理以及计算程序
min
- 这是一个集交互式和命令式于一体的一个程序。 % 首先程序提示你输入数据,如果你输入的数据正确,则程序继续进行。 % 如果你输入的x,y的大小不一致,程序会提示你输入数据有误,然后程序返回再次让你输入数据。 %待你输入数据正确后,程序会给你一段提示信息, % 通过下面的交互式图形,你可以事先估计一下你要拟合的多项式的阶数,方便下面的计算 % polytool()是交互式函数,在图形上方[Degree]框中输入阶数,右击左下角的[Export]输出图
数列极差
- 在黑板上写了N个正整数作成的一个数列,进行如下操作: 每一次擦去其中的两个数a和b,然后在数列中加入一个数a×b+1, 如此下去直至黑板上剩下一个数,在所有按这种操作方式最后得到的数中, 最大的max,最小的为min,则该数列的极差定义为M=max-min。
WLS_MM.rar
- 加权最小二乘法&最大最小化优化算法 weighted least-squares + weighted min-max optimization ,Weighted least square method
CalculatorTest
- calculator with java (include add, min, multi, div)
MAX-MINAntSystem
- MAX MIN Ant System -MAX MIN Ant System ......
mcFlo
- mcFlo reads a wflograph from stdin, computes a min cost maximum flow using the method specified by the argument and then prints the wflograph with the computed flow.
MMAS
- 最大最小改进蚁群优化算法,c++工程,编译即可-Max Min Ant Colony Optimization Algorithm, c++ projects can be compiled
min
- 以负梯度方向作为下降方向的极小化算法的最速下降法-To decrease the negative gradient direction as the direction of minimizing the steepest descent algorithm
min
- 最小二乘法,实现了直线拟合,和曲线拟合的功能-Least squares method, to achieve a straight line fitting, and curve fitting function
max-min
- 编写一个程序,读入5个整数,然后确定并显示这组数中的最大整数和最小整数。-Write a program that reads five integers, then determine and display this group of the number of the biggest integer and smallest integer.
zhenhaoyongxxmb
- 线性规划问题的数学模型的一般形式 (1)列出约束条件及目标函数 (2)画出约束条件所表示的可行域 (3)在可行域内求目标函数的最优解及最优值-Min z=CX S.T. AX =b X>=0
noisynoncvx
- 不等式优化,可用于压缩感知,解决形如 min ||x||_p subject to ||y-Ax||_q<e的问题-optimization of the form min ||x||_p subject to ||y-Ax||_q<e
min
- 非线性最小二乘问题的源码,希望对初学者有帮助-Non-linear least squares problem code, hope to help beginners
turev
- Simple Derivation and Min. Max. Point calculation For FORTRAN 77.
the-min-two
- 在C语言的环境中实现了最小二乘法。参数个数可以根据需要设定。-In C language environment to realization of least squares. The number of parameters can be set according to need.
mainGA1
- 基于matlab的实数编码,求函数极值,内设四个经典测试函数,以验证算法有效性,三个没有问题,其中一个有小问题,细心的人可以发现-based on matlab ,real genetic algorithm,in search for the max or min point of function ,4 functions are tested ,proved it to be a good code .just so
randproc
- 伪随机数的产生算法,利用线性同余法产生在(min,max)上精度为4位小数的平均分布的随机数,实现在min 到max 范围内产生服从正态分布的随机数-Pseudo-random number generation algorithm, using the linear congruential method to generate the (min, max) on the accuracy of four decimal evenly distributed random numbers, t
