CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - B样条曲线

搜索资源列表

  1. B样条插值 C++

    3下载:
  2. 详细的B样条曲线生成程序
  3. 所属分类:数学计算/工程计算

  1. 样条曲线

    0下载:
  2. 显示绘制B样条曲线
  3. 所属分类:源码下载

    • 发布日期:2010-11-25
    • 文件大小:37326
    • 提供者:xueshanfy
  1. 样条曲线的算法C++代码实现

    0下载:
  2. 样条曲线的算法C++代码实现,包含三个文件spline.cpp/spline.h/spline_prb.cpp,其中sline_prb为测试程序。此库中包含常见的多项式样条、hemitt样条、B样条等八种样条算法。devc++/vc/gcc下均通过,Spline curve algorithm C++ Code, including the three documents spline.cpp/spline.h/spline_prb.cpp, which sline_prb for the te
  3. 所属分类:图形图象

    • 发布日期:2017-03-23
    • 文件大小:42092
    • 提供者:rene
  1. B

    0下载:
  2. B样条曲线,用java实现,有良好的交互用户界面-B-spline curve, using java to achieve, and a good interactive user interface
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:15130
    • 提供者:wangxing
  1. 非均匀有理B样条曲线曲面实现、实例

    5下载:
  2. Matlab实现非均匀有理B样条曲线曲面实现、实例,基函数可以实现任意阶数的求解
  3. 所属分类:matlab例程

    • 发布日期:2014-01-01
    • 文件大小:346810
    • 提供者:2277291013
  1. B样条曲线

    1下载:
  2. 用c语言编写的关于b样条曲线绘制的程序,大家可以参考参考
  3. 所属分类:图形图象

  1. B样条曲线反求_OpenGL环境--数据点加入输出点列

    0下载:
  2. 三次非均匀B样条曲线反求:给定数据点列,反求控制点,节点向量,按照给定精度,等分参数区间,离散B样条曲线,输出离散点列,模拟真实曲线.此算法包括德布尔-考格斯算法,节点向量算法,反求控制点,以及节点插入技术.对搞图形学的朋友比较有参考作用.(Three non uniform B spline curve in reverse: given data points, reverse control points, node vector, according to the given preci
  3. 所属分类:OpenGL

    • 发布日期:2017-12-16
    • 文件大小:978944
    • 提供者:沙-粒
  1. OpenGL的B样条曲线曲面的绘制

    0下载:
  2. B样 绘制,均匀,非均匀,BEZIER,准均匀(Bspline Curve include non-uniform curve and Bezier curve.)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-19
    • 文件大小:790528
    • 提供者:CTYJR
  1. 用c语言编程绘制二维三次b样条曲线

    0下载:
  2. 采用C语言编写程序,根据已知点绘制样条曲线,可以用于开发gambit脚本功能进行飞机翼型参数化建模(The program is written in C language, and the spline curve is drawn according to the known points)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:107520
    • 提供者:陈秀平
  1. 3次B样条曲线拟合

    10下载:
  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 inversion process, and the final
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:溜溜蘑
  1. 三次B样条轨迹规划

    4下载:
  2. 根据三次B样条公式,算出样条曲线,并取样,把三维坐标写进txt,再用matlab绘制三维三次B样条曲线(According to the cubic B-spline formula, calculate the spline curve, and sample, the three-dimensional coordinates into the txt, and then draw three-dimensional cubic B-spline curve)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:2540544
    • 提供者:liwei007
  1. B样条曲线及法矢

    0下载:
  2. b样条曲线求解过程及其法矢方向的求取,上传共享一下(B spline curve solving process and its normal vector direction, and upload to share)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:2849792
    • 提供者:东大大
  1. B样条

    0下载:
  2. 调用Opengl,在vs2013平台下实现实现B样条曲线的绘制的功能(Using Opengl to draw B spline curve)
  3. 所属分类:图形图象

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:鑫鑫001
  1. MATLAB绘制B样条曲线

    2下载:
  2. 三种b样条曲线的绘制,beizer曲线、以及两种B样条曲线的绘制(draw Bezier Bspline)
  3. 所属分类:matlab例程

    • 发布日期:2020-02-21
    • 文件大小:2048
    • 提供者:goldenpine
  1. 利用de Boor算法绘制B样条曲线

    6下载:
  2. 运用计算机图形学的知识,采用4阶B样条基函数,节点向量取为[0,0,0,0,1/4,2/4,3/4,1,1,1,1] 先绘制控制多边形,再用分段直线段绘制B样条曲线(Using the knowledge of computer graphics, the 4 order B spline basis function is used, and the node vector is taken as [0,0,0,0,1/4,2/4,3/4,1,1,1,1]. First, draw
  3. 所属分类:图形图象

    • 发布日期:2019-11-01
    • 文件大小:47104
    • 提供者:zgwxc116
  1. matlab绘制B样条曲线正算反算

    2下载:
  2. 介绍利用matlab绘制B样条曲线时进行正算反算,有一定参考价值。(This paper introduces the use of MATLAB to draw the B spline curve, and it has some reference value.)
  3. 所属分类:matlab例程

    • 发布日期:2019-05-04
    • 文件大小:12288
    • 提供者:stlu2008
  1. 二、三次均匀B样条曲线

    4下载:
  2. 根据输入点坐标画出二次或三次均匀B样条曲线(According to the input point coordinates, draw two or three uniform B spline curves.)
  3. 所属分类:Windows编程

    • 发布日期:2019-06-03
    • 文件大小:1024
    • 提供者:我是真的
  1. 三次四阶b样条插值算法(Deboor算法)

    2下载:
  2. 本代码为三次B样条曲线插值算法,ZIP压缩包为整个工程,可直接使用(This code is cubic B-spline curve interpolation algorithm, ZIP compression package for the whole project, can be used directly.)
  3. 所属分类:Windows编程

    • 发布日期:2020-04-29
    • 文件大小:39255040
    • 提供者:陈哈
  1. matlab绘制B样条曲面代码

    2下载:
  2. 利用matlab绘制自定义的B样条曲线和曲面,有例子(Using matlab to draw custom B-spline curves and surfaces, some examples are given.)
  3. 所属分类:其他

    • 发布日期:2019-11-27
    • 文件大小:4096
    • 提供者:哇塞太棒啦
  1. b样条

    1下载:
  2. b样条曲线程序和gui界面,输入参数画出曲线(B-spline curve program and GUI interface, input parameters to draw the curve)
  3. 所属分类:绘图程序

    • 发布日期:2019-12-12
    • 文件大小:8192
    • 提供者:习爱国
« 12 3 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com