搜索资源列表

  1. 绘制三次B样条

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

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

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

    • 发布日期:2024-10-20
    • 文件大小:282624
    • 提供者:郑双明
  1. 实验2-插值与拟合

    0下载:
  2. 1、掌握用MATLAB计算拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析。 2、掌握用MATLAB作线性最小二乘的方法。 3、通过实例学习如何用插值方法与拟合方法解决实际问题,注意二者的联系和区别。-1. Grasp by matlab calculating Lagrange, segement linear, 3rd order spline these 3 interpolation met
  3. 所属分类:matlab例程

    • 发布日期:2024-10-20
    • 文件大小:119808
    • 提供者:葛林
  1. vb_bezierfit

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

    • 发布日期:2024-10-20
    • 文件大小: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-10-20
    • 文件大小:1024
    • 提供者:赵鹏
  1. polyfit

    0下载:
  2. 曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-20
    • 文件大小:4096
    • 提供者:石林
  1. twoSample

    0下载:
  2. delphi语言实现的二次样条拟合离散样本程序-delphi language of the quadratic spline fitting discrete sample program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-10-20
    • 文件大小:152576
    • 提供者:
  1. CUBIC_B-SPLINE

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

    • 发布日期:2024-10-20
    • 文件大小: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-10-20
    • 文件大小: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-10-20
    • 文件大小: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-10-20
    • 文件大小:1024
    • 提供者:zls
  1. CehuiSource

    0下载:
  2. 测绘相关源码 包括:角度化弧度、弧度化角度、计算两点间的方位角、B_三次样条函数(曲线拟合)、贝赛尔曲线。-Surveying and Mapping-related source, including: the angle of curvature, arc angle of the calculation of the azimuth between two points, B_ cubic spline function (c
  3. 所属分类:其他行业

    • 发布日期:2024-10-20
    • 文件大小:2048
    • 提供者:Tranlynn
  1. MATLAB_jingtong

    0下载:
  2. Matlab教程一,包括多项式、曲线拟合、三次样条等。-Matlab Tutorial 1, including polynomials, curve fitting, cubic spline and so on.
  3. 所属分类:matlab例程

    • 发布日期:2024-10-20
    • 文件大小:640000
    • 提供者:张立青
  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-10-20
    • 文件大小: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-10-20
    • 文件大小:60416
    • 提供者:chenxi
  1. BBB

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

    • 发布日期:2024-10-20
    • 文件大小:1024
    • 提供者:jinlong0186
  1. 光滑样条

    0下载:
  2. 光滑样条拟合,采用交叉验证选取df ,观测选取不同df值时的拟合效果图(The code of smooth splines,first we find the best df by cross-validation,then we choose different df to compare the result.)
  3. 所属分类:其他小程序

  1. Desktop

    0下载:
  2. 主要用于三次样条拟合,对离散点进行拟合插值,(Three order spline fitting)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-20
    • 文件大小:1024
    • 提供者:gaoxb
  1. 数据拟合

    0下载:
  2. 数据拟合:一元函数插值、样条插值、多项式插值或拟合、曲线拟合、各种边界条件的样条插值、样条拟合、二元函数插值、拉格朗日插值法(Data fitting: interpolation of unary functions, spline interpolation, polynomial interpolation or fitting, curve fitting, spline interpolation of various bou
  3. 所属分类:matlab例程

    • 发布日期:2024-10-20
    • 文件大小:19456
    • 提供者:porter传奇
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org