搜索资源列表
-
1下载:
基本图形的生成与填充VC源码。实现了:
1,点与直线生成算法(数值微分法(DDA算法),中点画线法,Bresenham画线法)。
2,圆的生成算法(中点画圆算法,Bresenham画圆算法)。
3,椭圆生成算法。
4,区域填充(种子填充算法,扫描线填充算法)。
5,汉字的显示技术。
6,曲线的生成(最小二乘直线拟合,三次Bezier直线生成,任意次Bezier直线生成 )。-Basic graphics generation and fill VC source. Rea
-
-
0下载:
直线的最小二乘法拟合,输入一条曲线,经拟合后输出一条直线-The least squares fitting a straight line, enter a curve, by fitting a straight line after the output
-
-
0下载:
fitting function for data curve fitting using least mean square
-
-
0下载:
曲线拟合的最小二乘法在数据采集中的应用,内有一个直线拟合的简单的例子,有代码表示-The least squares curve fitting of the data collection
-
-
0下载:
最小二乘法 比较常用的拟合方法 可以拟合直线 曲线-Least squares method is commonly used fitting method can be fitted straight line curve
-
-
1下载:
最
小二乘法通常用于曲线拟合(least squares fitting) 。
这里有拟合圆曲线的公式推导过程和vc 实现。-The least squares method is usually used for curve fitting (least squares fitting). Here is the derivation of the formula of the circular curve fitting and vc achieve.
-
-
0下载:
最小二乘法拟合曲线,对于数据的拟合做法给与了详细解释,本人实验过,很有用。-Least-squares fitting curve fitting approach for the data to give a detailed explanation, I experimented, very useful.
-
-
0下载:
我把它做成一个简单的GUI界面这个程序的核心是用最小二乘法进行曲线拟合。通过界面来操作非常的方便 很实用的-I made it the core of a simple GUI interface of this program is to use the least squares method of curve fitting. Through the interface is very easy to operate very practical
-
-
0下载:
基于visual c++,可实现图像的曲面拟合, 使用最小二乘方法来拟合曲面方程,得到拟合图像。-Based on visual c++, can realize the image surface fitting, using a least squares method to fit the curve equation, fitting the image.
-
-
2下载:
代码实现2014 CAD 文章 Progressive and iterative approximation for least squares B-spline curve and surface fitting(The code implementation of Progressive and iterative approximation for least squares B-spline curve and surface fitting)
-