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

搜索资源列表

  1. BezierCurve

    0下载:
  2. 用C语言编写的简单的贝泽尔曲线生成程序,即写出将非均匀B样条曲线转化为一系列首尾相连的Bezier曲线的C语言程序-Written in C language with a simple Baesel curve generation process, that is to write non-uniform B-spline curve into a series of Bezier curves connected end to end C-language program
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:254316
    • 提供者:张立龙
  1. B_SplineWavelet

    0下载:
  2. 准均匀三次B样条曲线曲面的多分辨率显示及编辑程序。能够实现随机生成指定次数的准均匀三次B样条曲线和曲面,并能显示其在不同分辨率层次下的曲面及细节部分,且可实现在不同层次下修改曲面及细节以达到曲面编辑的效果。-Quasi-uniform cubic B-spline curves and surfaces of the multi-resolution display and editing program. To achieve the specified number of randomly
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-11
    • 文件大小:18973004
    • 提供者:曾锴珊
  1. CG

    0下载:
  2. 是计算机图形学的二维绘图程序,包括: 1.图元的生成:直线、椭圆、区域填充 2.样条曲线的生成:Bezier曲线、B-样条曲线 3.分形图形的生成:Julia集、蕨类植物
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:2027685
    • 提供者:肖海
  1. PathGenerate

    0下载:
  2. 路径生成程序,实现了三维路径生成算法,基于b样条曲线算法,具有实时显示功能-
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-25
    • 文件大小:8252431
    • 提供者:zchy
  1. Bezier

    0下载:
  2. 用某种方法实现圆的生成算法 2. 实现橡皮筋直线、圆、矩形。 3. 实现基本几何变换(平移、旋转、缩放)。 4. 实现Bezier曲线或B样条曲线。 5. 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来-1. Using a method to achieve a circle generation algorithm 2. To achieve a rubber band straight, round, rectangular. 3. The realization of
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-06
    • 文件大小:1318885
    • 提供者:上官菲菲
  1. duobianxing

    0下载:
  2. 用某种方法实现圆的生成算法 2. 实现橡皮筋直线、圆、矩形。 3. 实现基本几何变换(平移、旋转、缩放)。 4. 实现Bezier曲线或B样条曲线。 5. 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来 -Round with some way to generating algorithm 2. To achieve a rubber band line, circle, rectangle. 3. To achieve the basic geometric transf
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-06
    • 文件大小:1307075
    • 提供者:上官菲菲
  1. Bspline

    0下载:
  2. 程序操作说明 运行程序后,在窗口去点击左键,确定B样条顶点的位置及数目, 在确定最后一个顶点时,点击右键。 然后进入调整模式,可以用鼠标拖动顶点,观察动态生成的B样条曲线效果。 -After the program run the program instructions, left-click in the window to determine the location of B-spline and the number of vertices in determining
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:126111
    • 提供者:liu
  1. BSplineCurve_zp

    1下载:
  2. 用VC++开发的B样条曲线生成代码,包括pigel和tiller的“the NURBS book”中,相关用到程序,均已调试成功-B-spline curves generated code, including pigel and the tiller of " the NURBS book" , the relevant procedures are used, have been successful commissioning
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-11-09
    • 文件大小:275790
    • 提供者:lmf
  1. BytmianFangzhen

    0下载:
  2. B样条的方阵生成图形,利用MATLAB生成B样条的源码-B spline matrix generated graphics, the use of MATLAB source code generated B-spline
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:637
    • 提供者:KOBE
  1. BYT

    1下载:
  2. B样条的插补代码,通过MATLAB生成图形-B-spline interpolation code generated by MATLAB Graphics
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1219
    • 提供者:KOBE
  1. juzhen

    0下载:
  2. B样条的定义,并通过软件生成输出矩阵的数值-B-spline is defined and the output matrix generated by the numerical software
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:637
    • 提供者:KOBE
  1. capi

    0下载:
  2. Bspline曲线生成程序Catmull-Rom Spline, Lagrange, Natural Cubic Spline, and NURBS方法获得B样条曲线-Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spl
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-26
    • 文件大小:481682
    • 提供者:zhuwh
  1. BLineSample

    0下载:
  2. 生成贝塞尔曲线和B样条曲线,实现折线的光滑和光顺等作用-GGenerate bezier curve and B spline curve to realize the smooth and light the line functions
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:19171
    • 提供者:WangYidan
  1. curve_editor

    0下载:
  2. 曲线曲面,生成Bzier曲线和B样条曲线,两者互转,Bezier曲面,扫层面-Curves and surfaces, generate Bzier B-spline curve and the two system conversion, Bezier surface, level sweep
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:1250473
    • 提供者:孙俊杰
  1. Curves-and-Surfaces

    0下载:
  2. vc6.0编写的,各种曲线和曲面算法生成的实用程序。包括bezier曲线曲面和b样条曲线曲面等 -vc6.0 written, curve and surface algorithm to generate a variety of utility. Including bezier curves and surfaces, and b-spline curves and surfaces, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:83138
    • 提供者:周磊
  1. curve

    0下载:
  2. 这是一个基于Visual C++ 6.0的windows程序,利用说三次样条插值,B样条插值,和Bezier曲线实现了曲线的生成-This is based on Visual C++ 6.0 for windows programs, the use of that cubic spline interpolation, B-spline interpolation, and Bezier curves to achieve the generation of the curve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:2006436
    • 提供者:zhouting
  1. BSpline

    0下载:
  2. 根据鼠标单击的点序列,自动生成B样条曲线,并绘制出来。vc6代码,可编译通过,可运行。-According to the mouse click point sequence, automatic generation of B-spline curve, and draw out. vc6 code can be compiled, can be run.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:50216
    • 提供者:小江
  1. MFCtemple_me

    0下载:
  2. B样条曲线程序生成,能够动态模拟样条曲线,实现可视化。-B-spline curve program generation, spline curves, can the dynamic simulation to visualize.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:2671809
    • 提供者:小孙
  1. ChildView

    0下载:
  2. 3次B样条曲线的绘画,你可以在里面改变代码,使其变成B样条曲面的生成。-It is a example about three B, you can add your code to practice.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:1022
    • 提供者:万云鹏
  1. shiyan2

    0下载:
  2. 根据输入的点,自动反算控制点并生成B样条曲线-According to the input point, auto inverse control points and generate B-spline curve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:1164
    • 提供者:小王子
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com