搜索资源列表
算法与数据结构_俄罗斯方块程序的另类算法-C语言
- 算法与数据结构_俄罗斯方块程序的另类算法-C语言-algorithm and data structure _ Russia squares algorithm for the alternative procedure-C Language
mintwo-C
- * 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和 * 输入: m--已知数据点的个数M * f--M维基函数向量 * n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * a--无用 * 输出: 函数返回值为曲线拟和的均方误差 * a为用基函数进行曲线拟和的系数, * 即a[0]f[0]+a[1]f[1]+...+a[M]f[M]. -* The alg
Squares
- 用Visual c++写的九宫格程序,适合初学者-Squares by Visual c++
IconMenu.rar
- windows mobile 用的九宫格 Icon 界面,用WTL开发,主要用 CListViewCtrl 类。可以设置背景、间隔、文字颜色、文字背景等属性。mobile 上的 WTL 相关的例子很少。,windows mobile using squares Icon interface, using WTL development, the main category CListViewCtrl. Can set the background, spacing, text color, te
Leastsquaremethod
- 基于非等距节点的正交多项式的最小二乘法拟合算法之程序实现-Nodes based on non-isometric orthogonal polynomial least squares fitting algorithm of the program
myfit
- 用matlab编的最小二乘法拟合的GUI程序,可以实现最小二乘法的计算-Matlab made by the least squares fitting procedure of the GUI, you can achieve the least square method of calculation
MedianFilter
- 图像处理中比较常见的中值滤波的源程序,先加入噪声,再滤去,效果明显。-Image processing of the more common source filter before adding noise, and then least squares, the effect clearly.
Least_squares_method
- 最小二乘法在GPS领域中的应用相信大家都很清楚,这里向大家献上最小二乘法的C代码,希望对大家有用-Least-squares method in the application of GPS in the field we all know very well, here we present the least square method to the C code, in the hope that useful
squares.c
- read a camera image with opencv
Contour
- 等值线生成算法,用C编写的,用趋势面加权最小二乘法计算网格点高程。-Contour generation algorithm, written using C, using trend surface weighted least squares method to calculate grid point elevation.
zuixiaoerchengfa
- 此程序时数值分析中的最小二乘法实验,步骤详细。-Numerical analysis of this program in the least-squares method experiment, the steps in detail.
GOODMovingLeastsquaresmethod
- 一个优秀的移动最小二乘法算法,使用c++实现。是我多年工作留下来的,什么也不说上传给大家使用-A good moving least squares algorithm, using c++ implementation. I have years of work left behind, not saying anything uploaded for everyone to use the
C
- c语言例题程序,还有最小二乘法支持向量机的MATLAB调试测试运行-Example programs c language, as well as least squares support vector machines to run MATLAB Debugging and Testing
LSM22
- nonlinear least squares algorithms in C/C-nonlinear least squares algorithms in C/C++
svd.c
- SVD算法可用来求解大多数的线性最小二乘法问题.对矩阵进行奇异值分解。-SVD algorithm is used to solve most of the linear least squares problem. Of the matrix singular value decomposition.
zuixiaoerchengfa
- 一个计算最小二乘法的C语言代码,可以修改数组长度来进行至少100个点的计算。-A calculation of least squares C language code, you can modify the length of the array for the calculation of at least 100 points.
least-squares
- * FILE: least-squares.c * This program computes a linear model for a set of given data. * * PROBLEM DEscr iptION: * The method of least squares is a standard technique used to find * the equation of a straight line from a set of data.
least-square-method-using-c-language
- 该程序通过依次输入已知点个数n,输入已知点的X坐标,输入已知点的Y坐标直接得到经最小二乘法拟合得到的一元线性方程。-The procedure followed by the number of known points in the input n, enter the coordinates of a known point X, Y coordinates of a known point input directly from the least squares fitted by a
数据拟合c++
- 有关数据拟合的c++程序,采用了最小二乘的原理,与excel数据趋势生成的结果很相似(Data fitting c++ procedures, using the principle of least squares, and Excel data trends generated results are very similar)
russian squares
- c++ 俄罗斯方块游戏的视线 仅一个cpp文件(Russiansquare game in c++)