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

搜索资源列表

  1. 绘制b样条曲线

    1下载:
  2. 生成、显示B样条曲线: (1)用鼠标或者光标输入控制点,在屏幕上用图形符号标记显示。 (2)自定义输入曲线次数。 (3)可选择4种曲线类型。 (4)可以对顶点位置,曲线次数,曲线类型进行修改。-generation, showed that B-spline curves : (1) to use the mouse or the cursor input control points on the screen with graphic symbols marking sho
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:48706
    • 提供者:王静
  1. BSplineCtrl B样条空间线

    1下载:
  2. BSplineCtrl B样条空间线,在空间绘制可以用鼠任意拖动来改变形状的B样条平滑曲线。用到的知识有:B-Spline ,鼠标三维拾取。-BSplineCtrl B-spline space line drawing in space can be used arbitrarily drag mouse to change the shape of B-spline smoothing curves. The knowledge is used : B-Spline, 3D mouse pi
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:111359
    • 提供者:华文广
  1. b样条曲面

    0下载:
  2. b样条曲面绘制-b-spline surface mapping!
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:36347
    • 提供者:dd
  1. B样条贝塞尔曲线vb源码

    3下载:
  2. 在vb下绘制了简单的贝塞尔B样条曲线,还可升阶与降阶的切换-in vb, produced a simple Bessel B-spline curves, but also with the reduction or the band switch
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:5199
    • 提供者:丁光
  1. 二次B样条曲线的绘制

    0下载:
  2. 从用c语言编出程序要用文件输入数据。 绘制二次B样条曲线的表达式: P(0,2)(t)=P0*G(0,2)(t)+P1*G(1,2)(t)+P2*G(2,2)(t) 0<=t<=1-from using language out to document procedures with the input data. Drawing II B-spline curves of expression : P (0,2) (t) = P0 * G (0,2) (t) * G P1 (1,2
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:886
    • 提供者:李南宁
  1. 绘制三次B样条

    1下载:
  2. 一个绘制三次B样条的类,可通过型值点计算控制点,可进行拆分,可计算拟合误差-a cubic B-spline drawing of the category, through point-value calculation control points can be split, translate fitting error
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:8770
    • 提供者:lll
  1. 样条曲线

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

    • 发布日期:2010-11-25
    • 文件大小:37326
    • 提供者:xueshanfy
  1. 三次B样条,一二三阶导矢图像

    5下载:
  2. 可用于机器人关节B样条轨迹的位移、速度、加速度、加加速度图像的绘制
  3. 所属分类:matlab例程

    • 发布日期:2011-08-18
    • 文件大小:1158
    • 提供者:santana
  1. BSpline

    0下载:
  2. B样条绘制 输入四个点,按B即可绘制以这四个点为控制点出B样条。-draw Bspline by using four reference points.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:1296
    • 提供者:woka
  1. B样条曲线

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

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

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

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:鑫鑫001
  1. 非均匀有理B样条程序

    4下载:
  2. 能够计算出非均匀有理B样条,给定控制点,及样条阶次,即可绘制出想要的光滑曲线(The inhomogeneous rational B spline can be calculated)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:43008
    • 提供者:chenweix
  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. 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
    • 提供者:哇塞太棒啦
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com