搜索资源列表

  1. deBoor

    1下载:
  2. de Boor 求值算法求作二次和三次B-样条曲线非插值,给定顶点-algorithm evaluates demand for secondary and cubic B-spline - curve interpolation, given vertex
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2691
    • 提供者:jo Wang
  1. deBoorCH

    0下载:
  2. de Boor 求值算法求作二次和三次B-样条插值曲线,Hartley-Judd法确定节点矢量,使用基于基的运算的插值法求控制顶点-algorithm evaluates demand for secondary and cubic B-spline interpolation curve, Hartley-Judd determine node vector-based computing interpolation method f
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4993
    • 提供者:jo Wang
  1. deBoor

    0下载:
  2. de Boor 求值算法求作二次和三次B-样条曲线非插值,给定顶点-algorithm evaluates demand for secondary and cubic B-spline- curve interpolation, given vertex
  3. 所属分类:matlab例程

    • 发布日期:2024-06-14
    • 文件大小:2048
    • 提供者:jo Wang
  1. deBoorCH

    0下载:
  2. de Boor 求值算法求作二次和三次B-样条插值曲线,Hartley-Judd法确定节点矢量,使用基于基的运算的插值法求控制顶点-algorithm evaluates demand for secondary and cubic B-spline interpolation curve, Hartley-Judd determine node vector-based computing interpolation method f
  3. 所属分类:matlab例程

    • 发布日期:2024-06-14
    • 文件大小:5120
    • 提供者:jo Wang
  1. deBoor_Cox

    1下载:
  2. 读取指定格式的文本数据文件后,绘制Bezier曲线-Read a prescribed format text data files, rendering Bezier curves
  3. 所属分类:图形图象

    • 发布日期:2024-06-14
    • 文件大小:2048
    • 提供者:xu
  1. BSpline

    0下载:
  2. 三次四阶b样条插值算法(Deboor算法)的mfc程序实现-Three fourth-order b-spline interpolation algorithm (Deboor algorithm) of mfc program
  3. 所属分类:绘图程序

    • 发布日期:2024-06-14
    • 文件大小:55296
    • 提供者:litchi
  1. UsingMPI2.tar

    0下载:
  2. The example for Boor USING MPI2
  3. 所属分类:书籍源码

    • 发布日期:2024-06-14
    • 文件大小:36864
    • 提供者:chube
  1. de_boor

    0下载:
  2. De Boor s algorithm is a generalization of de Casteljau s algorithm. It provides a fast and numerically stable way for finding a point on a B-spline curve given a u in the domain.
  3. 所属分类:绘图程序

    • 发布日期:2024-06-14
    • 文件大小:210944
    • 提供者:mirre
  1. coxDeBoor

    1下载:
  2. Cox de boor algorithm for NURBS tesselation
  3. 所属分类:2D图形编程

    • 发布日期:2024-06-14
    • 文件大小:2048
    • 提供者:John Cancer
  1. rcs

    1下载:
  2. :为了提高计算的精度和效率,将NURBS参数曲面应用到电大尺寸目标的RCS预估中。使用CAD软件建立模型,通 过对模型IGES文件中数据结构的分析,并以IGES文件为接口,从CAD软件模型中提取出NURBS曲面信息,然后用Cox—De Boor算法把NURBS曲面转换为Bezier益面,结合物理光学法和渐进积分展开法精确、高效的求解出任意理想导体目标曲面的 RCS-: In order to improve the calc
  3. 所属分类:OpenGL

    • 发布日期:2024-06-14
    • 文件大小:2046976
    • 提供者:小叶
  1. bspline

    0下载:
  2. 用matlab开发的B-样条工具箱,包括B-样条近似,de-boor算法等-Developed with matlab, B-spline toolbox, including B-spline approximation, de-boor algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-06-14
    • 文件大小:20480
    • 提供者:lmf
  1. Doo-Sabin

    0下载:
  2. Doo-Sabin细分算法,利用de-boor算法实现对立方体的n次细分-Doo-Sabin subdivision. With de-boor algorithm to subdivision cube subdivision several times
  3. 所属分类:CAD

    • 发布日期:2024-06-14
    • 文件大小:25600
    • 提供者:何姗姗
  1. B样条曲线反求_OpenGL环境--数据点加入输出点列

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

    • 发布日期:2024-06-14
    • 文件大小:978944
    • 提供者:沙-粒
  1. spline

    0下载:
  2. 绘制B样条曲线,以及相应的De-boor算法程序(Bspline drawing and the corresponding De-boor algorithm)
  3. 所属分类:绘图程序

    • 发布日期:2024-06-14
    • 文件大小:288768
    • 提供者:moon_king
  1. 利用de Boor算法绘制B样条曲线

    0下载:
  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/
  3. 所属分类:图形图象

    • 发布日期:2024-06-14
    • 文件大小:47104
    • 提供者:zgwxc116

源码中国 www.ymcn.org