搜索资源列表
fit
- D:\\matlab\\nmm\\fit.rar插值-D : \\ Matlab \\ nmm \\ fit.rar interpolation
nihe4
- 四次及四次以下多项式拟和程序,可在c或c++环境下运行-Polynomial fit arithmetic witch could been run in C or C++ environment
2296_Regression
- Polynomial fit functions === === RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high de
一个拟合预测的MATLAB源程序
- 一个相当好的拟合预测的MATLAB源程序-a very good fit forecast MATLAB source
line-fit
- 曲线拟合向导 ( Matlab 程序 )-Curve Fitting Wizard (Matlab procedure)
cal_line
- 可以用来拟合任意阶的曲线,属于非加权最小二乘法-can be used to fit the curve of arbitrary order, belonging to the non-weighted least squares method
qumianNihe
- 自己做课题时编写的一个可以拟合45个数据点的曲面拟合程序-own topics can be prepared in a fit 45 data points the surface fitting procedure
fit
- D:\matlab\nmm\fit.rar插值-D : \ Matlab \ nmm \ fit.rar interpolation
svdfit
- 通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
MEMORY_1
- 存储器管理模拟程序,本模拟程序采用首次适应算法-memory management simulation, the simulation program using the first-fit algorithm
Memory_assign
- 操作系统实验模拟,存储器动态分配空间 可选首次适应算法和最佳适应算法-experimental operating system simulation, dynamic memory allocation options first space adaptation algorithm and the best fit algorithm
ZCKJFPHS
- 主存空间的分配与回收.采用可变分区存储管理,使用首次适应算法、循环首次适应算法、最佳适应算法三种算法完成设计。-main memory space for the distribution and recovery. Using variable storage area management, the use of the first-fit algorithm, the first cycle of adaptation algor
fit
- 最小二乘法的曲面拟合方法代码,可以下载!-Least squares surface fitting method code, you can download!
weightpercent
- Returns weighted percentiles of a sample given the weight vector w % The idea is to give more emphasis in some examples of data as compared to % others by giving more weight. For example, we could give lower weights
fitcircle
- 一个高效的matlab代码,用来拟合图像中的圆-An efficient matlab code used to fit the image of a round
CurveFit_Poly
- 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions
Least-Squares-Ellipse-Fit
- MATLAB实现的一种基于最小二乘的椭圆拟合直接算法源代码.附件中的源代码是matlab编写的,实现一种对于椭圆的稳定的数据拟合算法。当然必须要提供至少5个点的数据,椭圆x,y轴的中心点,最大轴最小轴-err
yang
- 首次适应算法(First Fit): 从空闲分区表的第一个表目起查找该表,把最先能够满足要求的空闲区分配给作业,这种方法目的在于减少查找时间。为适应这种算法,空闲分区表(空闲区链)中的空闲分区要按地址由低到高进行排序。该算法优先使用低址部分空闲区,在低址空间造成许多小的空闲区,在高地址空间保留大的空闲区。 -Algorithm to adapt the first time (First Fit): free the par
least-square-fit
- 最小二乘拟合算法C程序,N为拟合点数,T为拟合阶数。-Least-squares fitting algorithm C procedures, N for the fitting points, T for the fitting order.
fit_ellipse
- fit_ellipse - finds the best fit to an ellipse for the given set of points. a matalb realization-fit_ellipse- finds the best fit to an ellipse for the given set of points. a matalb realization