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

搜索资源列表

  1. B样条插值 C++

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

  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. Bezier-and-B-spline-Techniques

    1下载:
  2. 贝塞尔曲线和B样条曲线外文原版讲义,需要看英文著作的朋友请下载-Bezier curves and B-spline curve foreign original notes, need to see a friend in English literature download
  3. 所属分类:图形图象

    • 发布日期:2013-11-18
    • 文件大小:1454129
    • 提供者:shang
  1. B

    0下载:
  2. opengl 作业,用与在OPENGL中绘制B洋条曲线,已经编译通过,在运行前请设置你计算机的OPENGL编译环境-opengl operating and use with OPENGL Drawing Yang B curve has been compiled through, before running set up your compiler environment OPENGL computer
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:52852
    • 提供者:zhang
  1. B

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

    • 发布日期:2017-04-03
    • 文件大小:15130
    • 提供者:wangxing
  1. Bezier2D

    0下载:
  2. 这是一个用VC写的2D Bezier曲线生成演示程序,可以根据鼠标点击实时生成B曲线。-This is a written with VC to generate 2D Bezier curve demo program can be generated in real time in accordance with the click of a mouse B curve.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-15
    • 文件大小:9294
    • 提供者:zhouqingrang
  1. Shiyan5

    0下载:
  2. 图形学,三种算法画直线,园,区域填充,图形转换,Bezier曲线和B曲线算法-Graphics, drawing a straight line of three algorithms, park, area filling, graphics converter, Bezier curves and B curve algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2073900
    • 提供者:飓风
  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. BLine

    0下载:
  2. 实现了B曲线的源码,一种新的Bspline反求控制点算法,(Achieved a B-source curve, a new control point Bspline Reverse algorithm)
  3. 所属分类:绘图程序

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

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

    • 发布日期:2017-12-18
    • 文件大小: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. 样条曲线曲面实现

    0下载:
  2. 用C语言实现B样条曲线曲线和NURBS曲线曲线插补(Implementation of NURBS curve interpolation)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-18
    • 文件大小:100352
    • 提供者:gxushine
  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-19
    • 文件大小:1024
    • 提供者:溜溜蘑
  1. B-spline

    2下载:
  2. 用于求解5阶B样条曲线,绘制曲线。新手上传请多指教(Used to solve the 5 order B spline curve, draw curves. Novice upload, please enlighten)
  3. 所属分类:其他

  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-23
    • 文件大小:2540544
    • 提供者:liwei007
  1. B

    0下载:
  2. 根据初始参数及相关数据拟合出非线性曲线,从激光器的热稳速方程出发,结合数据,优化参数(According to the initial parameters and related data to fit out the nonlinear curve)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:23552
    • 提供者:MiaJake
  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. 经典三次B样条细分算法;四个控制点;细分曲线(cubic B spline subdivision algorithm; curve)
  3. 所属分类:绘图程序

    • 发布日期:2017-12-24
    • 文件大小:9022464
    • 提供者:0_9
« 12 3 4 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com