搜索资源列表

  1. Work3_lyl

    0下载:
  2. 对已有的坐标数据用B样条插值的方法进行曲线拟合,左边可以显示数据,并可通过调用文件的方法输入数据。-have the right coordinates data with B-spline interpolation method of curve fitting, and to the left shows data, as well as by calling the document the input data.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-23
    • 文件大小:174080
    • 提供者:lyl
  1. 三次样条曲线拟合

    0下载:
  2. 三次样条曲线拟合 这个也是数学方法中的常用计算程序 学过的人都知道的-cubic spline curve fitting This is a mathematical method of calculation procedures used to learn the know
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:282624
    • 提供者:郑双明
  1. vb_bezierfit

    0下载:
  2. 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curv
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:qiao
  1. zhp20060416

    0下载:
  2. 任意给定点坐标,可以拟合出B样条曲线,用Matlab写的,算法明确。-arbitrary coordinates to the spot, could fit the B-spline curves, using Matlab written in the algorithm clear.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:赵鹏
  1. 3BSpline

    0下载:
  2. 三次B样条拟合计算非穿过所有已知点的光滑曲线上的坐标组(其中List为动态数组类型)-Three B-spline fitting calculation of non-through all known points of smooth curves on the coordinates of group (which List to dynamic array type)
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:zls
  1. bsplines

    0下载:
  2. 计算机绘图程序,三次B样条函数曲线,包含源代码及Delphi图形范例,适合曲线拟合用途-Computer graphics procedures, the three B-spline function curve, and Delphi source code contains examples of graphics for curve fitting purposes
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-23
    • 文件大小:11264
    • 提供者:mahuixun
  1. BSpline_interpolation

    1下载:
  2. B样条曲线的绘制和插值.MFC 中画图,很精确的实现 拟合数据点-B-spline curve rendering and interpolation. MFC in the drawing, it is precisely the realization of fitting data points
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-23
    • 文件大小:62464
    • 提供者:liuxing
  1. 8pointsBspline

    0下载:
  2. 对于8个顶点B样条曲线进行拟合,采用有理三次B样条算法-8 vertex for B-spline curve fitting, using rational cubic B-spline algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:董斌
  1. image_demo

    0下载:
  2. 使用vc++2005完成,实现B样条曲线拟合曲线.单文档视图结构.可打开显示图片,可使用B样条曲线对对象轮廓进行拟合.显示B样条曲线的次数,控制点个数,控制点坐标,节点向量等-Using vc++2005 completed, the realization of B-spline curve fitting. The structure of a single document view. To open the display pi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:9703424
    • 提供者:Rongbin
  1. Bspling_fitting

    0下载:
  2. 本软件的主要功能是用B样条曲线去拟合输入的若干个数据点,同时用圆弧逼近该曲线生成数控加工G代码。 如上图所示:线上的红点为输入点,线旁的绿点为反算出的控制点,列表框中则是数控加工G代码。 本软件还有自动判错的功能如下图所示当文本框为空或输入的点数少于两个时将会分别弹出警告消息框。本软件主要的设计思路为利用一定的算法根据已知道的型值点反求控制点后根据控制点画出B样条曲线,本软件通过VB语言实现的 -Three B-spline
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-23
    • 文件大小:88064
    • 提供者:wangzhidong
  1. bicubicBsplinecode

    0下载:
  2. 双三次B样条曲线的拟合代码,有助于进一步了解B样条曲线-Bicubic B-spline curve fitting code, and contribute to a better understanding of B-spline curve
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:254976
    • 提供者:徐亮胜
  1. bicubicHermiteBsplinecode

    1下载:
  2. 双三次B样条曲面的拟合程序,有助于进一步了解B样条曲线-Bicubic B-spline surface fitting process, help to further understanding of B-spline curve
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:232448
    • 提供者:徐亮胜
  1. BSPLine

    0下载:
  2. B样条曲线给出了一种方法,用具有 连续性的k-1次的多项式曲线对n个控制点集合进行拟合,B样条曲线允许任意阶连续。因此,在计算机图形学中优先选择B样条曲线来定义非常平滑的曲线。如果要通过任意数量的点生成满足C2或更高阶连续性的曲线,B样条曲线是一种较好的选择。-B-spline curve presents a method, the continuity of k-1 times on the n-polynomial curve f
  3. 所属分类:绘图程序

    • 发布日期:2024-05-23
    • 文件大小:3523584
    • 提供者:
  1. Bezier

    0下载:
  2. MFC绘制Bezier曲线,B样条曲线,曲线拟合-MFC Drawing Bezier curves, B-spline curve, curve fitting
  3. 所属分类:绘图程序

    • 发布日期:2024-05-23
    • 文件大小:3630080
    • 提供者:tina
  1. Bspline_MFC

    0下载:
  2. MFC绘制Bezier曲线,B样条曲线,曲线拟合-MFC Drawing Bezier curves, B-spline curve, curve fitting
  3. 所属分类:绘图程序

    • 发布日期:2024-05-23
    • 文件大小:1935360
    • 提供者:liu
  1. myselfB

    0下载:
  2. 通过四重节点办法算出控制点坐标,根据控制点拟合通过型值点的3次B样条曲线(The coordinate of control points is calculated by four nodes method, and the 3 B spline curve of the control point is fitted through the value point of the type)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:jinlong0186
  1. 3次B样条曲线拟合

    1下载:
  2. 离散点曲线 进行3次B样条曲线拟合 包括节点参数化过程 基函数计算过程 控制点反求过程 到最后拟合曲线的显示(The discrete point curve is fitted with 3 B spline curves, including the node parameterization process, the basis function calculation process, the control point in
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:溜溜蘑
  1. 三次样条曲线拟和

    0下载:
  2. 三次样条曲线拟合类,可用于样条插值、拟合、预测等算法场合。(The Cubic Spline Interpolation class can be used for spline interpolation, fitting, prediction and other algorithms.)
  3. 所属分类:图形图象

    • 发布日期:2024-05-23
    • 文件大小:3072
    • 提供者:bbmmss
  1. B-spline

    1下载:
  2. 均匀三次B样条曲线插值,定义插值函数,B样条拟合三维曲面(Interpolation of B spline curves)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:花里胡哨
  1. matlabBspline

    0下载:
  2. MATLAB软件对b样条曲线曲面进行拟合(B-spline curve and surface fitting)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:3072
    • 提供者:a速度a
« 12 3 »

源码中国 www.ymcn.org