搜索资源列表
zuigansuanfa
- 用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链表,用时候根据自己情况可以修改,核心算法不动即可。-point for a number of discrete smooth curve fitting, and optimized to catch up with the law applicable to this case is not closed and the closur
实例116 多点曲线光滑拟和
- 基于离散多点的曲线拟合 把多个离散点拟合成曲线-based on discrete multiple points of curve fitting from multiple discrete points to the composite curve
Lagrange
- 拉格朗日插值计算穿过所有已知点的光滑曲线上的坐标组(其中List为一个动态数组)
Newton
- 牛顿插值计算穿过所有已知点的光滑曲线上的坐标组(其中List为动态数组类型)
2BSpline
- 二次B样条拟合计算非穿过所有已知点的光滑曲线上的坐标组(其中List为动态数组类型)
3BSpline
- 三次B样条拟合计算非穿过所有已知点的光滑曲线上的坐标组(其中List为动态数组类型)
3yangtiao
- 利用三次样条函数做的一个绘图函数,根据给定的点数(自定,3点以上)的横纵坐标绘制连续光滑曲线。
fivepointcur
- 曲线用5点光滑算法,通过5个点便可绘制光滑曲线
绘制曲线函数
- 绘制曲线函数(曲线光滑)-curve mapping function (smooth curves)
优化了的过关键点的光滑曲线拟合算法
- 该程序是离散点平滑程序,可实现对一组有序离散数据进行闭合和不闭合情况的情况.-that the procedure was discrete points smoothing procedures, to be able to achieve an orderly group discrete data for closure and closure of the situation.
sanciyangtiao
- 三次样条和最小误差法进行曲线拟合,对于离散分布的点通过三次曲线拟合方法生成光滑曲线-Three times spline and minimum error curve fitting method, the distribution of point for discrete, through three spline proceed fitting connate into smooth curve
MovingLeast-SquaresMLS
- 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具 有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散 乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲 面的光滑性和拟合质量 表明了该方法的优越性和有效性-W
fast_way
- 数学实验中的最速落径问题 A,B是不在一条铅垂线上的两点,在链接A,B两点的所有光滑曲线中,找出一条曲线,使得初速度为零的质点,在重力的作用下,自A点下滑到B点所需的时间最短 -Mathematical experiment steepest drop Path problems A, B is not a vertical line of two points, the link A, B two points in all the smooth curve, to find a cu
youhualisan
- 大家好,这是一段有关根据离散点得到光滑曲线的程序,大家看看,也许对大家有用。-Hello everyone, this is a discrete point in accordance with the procedures to be smooth curves, let us look at, perhaps useful to everyone.
DRAW
- 这是一个用鼠标划光滑曲线的函数,利用matlab编写-This is a smooth curve with the mouse draw a function of the preparation of the use of matlab
spline3
- 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。-Cubic spline interpolation (hereinafter referred to Spline interpolation) is through a series of point-shaped curve of a smooth, mathematically by solving the three-moment equations derived
threesplinebezier
- 设计签名 三次样条插值函数 贝塞尔曲线 光滑曲线-Design Signature cubic spline interpolation function is a smooth curve of Bezier curves
quxianVC
- vc中进行离散点得到光滑曲线的程序曲线拟合,方便初学者学习参考-vc discrete point in the procedure by fitting a smooth curve to facilitate reference for beginners to learn
quxiannihe
- 曲线拟合的程序,将离散的数列拟合成光滑曲线-Curve fitting procedures, the discrete series of smooth curves fitted
vb光滑曲线
- 曲线三次样条涉及到数值分析啊,不知道GDI里面有没有现成的函数,用贝塞尔曲线画也能够实现光滑效果!(Curve three times the sample involves the numerical analysis ah, do not know GDI there is no ready function, with the Bezier curve painting can also achieve smooth effect!)