搜索资源列表

  1. 绘制三次B样条

    0下载:
  2. 所属分类:绘图程序

    • 发布日期:2024-06-17
    • 文件大小:8192
    • 提供者:lll
  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-06-17
    • 文件大小:174080
    • 提供者:lyl
  1. 三次样条曲线拟合

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

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

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

    • 发布日期:2024-06-17
    • 文件大小: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-06-17
    • 文件大小:1024
    • 提供者:赵鹏
  1. CUBIC_B-SPLINE

    0下载:
  2. 三次B样条插值曲面及其实现::目前在CAM/CAM的自由曲面构造方法中,较流行的有B样条曲面,Bezier曲面、Ball曲面等方法,但由这几种方法和成都是拟合曲面,而百插值曲面,常常不能满足一些工程实际中严格插值的要求,本文构造了一种自由插值曲面生成方法-B样条母线法,所生成曲面达到C^2级光滑,适用机械,模具、汽车、造船等制造加工行业的复杂曲面设计。-Three B-spline interpolation surface and r
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:138240
    • 提供者:ttcorner
  1. Lee

    0下载:
  2. Lee的经典的多分辨率B样条拟合方法(multi-level B-spline fitting)的VC源代码。广泛应用于图形图像处理,CAD等领域。-Lee s classic multi-resolution B-spline fitting method (multi-level B-spline fitting) of the VC source code. Widely used in graphic image process
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-17
    • 文件大小:2721792
    • 提供者:yangocean
  1. spine

    0下载:
  2. 样条类的C++,该类包括三次样条的插值,拟合和B样条的插值,拟和等功能 。自己编写的简单适用的函数,粘上即可用。-Spline type of C++, Such including the cubic spline interpolation, fitting and B-spline interpolation, to be and functions. I have written a simple application of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-17
    • 文件大小:5120
    • 提供者:饶宾
  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-06-17
    • 文件大小:1024
    • 提供者:zls
  1. bspline_fortran

    0下载:
  2. Fortran写的B样条拟合及显示程序, 供计算机图形学爱好者使用-Fortran to write B-spline fitting and display procedures for the use of computer graphics enthusiasts
  3. 所属分类:图形图象

    • 发布日期:2024-06-17
    • 文件大小:5120
    • 提供者:刘导
  1. opengl7

    0下载:
  2. 结合opengl的函数库对船体进行b样条拟合 万方数据的文章-Opengl binding on the hull of the function library for b-spline fitting data万方article
  3. 所属分类:OpenGL

    • 发布日期:2024-06-17
    • 文件大小:60416
    • 提供者:chenxi
  1. Bspling_fitting

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

    • 发布日期:2024-06-17
    • 文件大小:88064
    • 提供者:wangzhidong
  1. BBB

    0下载:
  2. 风力机叶片翼型拟合,非均匀B样条拟合MATLAB程序(Wind turbine blade airfoil fitting, non-uniform B spline fitting MATLAB program)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:jinlong0186
  1. matlab绘制B样条曲面代码

    1下载:
  2. B样条拟合的4种方法介绍。MATLAB运行,十分简单。效率高。(Introduction of 4 methods of B spline fitting)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:杨帅1
  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-06-17
    • 文件大小:1024
    • 提供者:溜溜蘑
  1. 三次样条曲线拟和

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

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

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

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:花里胡哨
  1. byangtiao 5.0 -1228

    0下载:
  2. 利用b样条函数实现曲线拟合,matlab程序,函数拟合(Using B spline fitting)
  3. 所属分类:绘图程序

    • 发布日期:2024-06-17
    • 文件大小:8192
    • 提供者:雨幕同学
  1. B spline

    0下载:
  2. B样条拟合程序,用于多点拟合,拟合情况较好,不是插值(B spline fitting procedures for multi-point fitting, better fitting, not interpolation.)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:xiong。
  1. matlabBspline

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

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:a速度a
« 12 3 4 5 »

源码中国 www.ymcn.org