CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - B 样条

搜索资源列表

  1. 样条演示

    0下载:
  2. 实现了图形学中的几种样条的绘制算法.包括二次、Bezier、B样条(二次、三次)等.-achieve the graphics of several samples of the mapping algorithm. Including the secondary, Bezier, B-spline (second, third).
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:14.25kb
    • 提供者:刘源
  1. closed-B-Spline

    0下载:
  2. 由于闭合的B样条曲线相对于开放的曲线难以绘制,本例程绘制封闭闭合的B样条曲线
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:39.58kb
    • 提供者:李志军
  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
    • 文件大小:5.08kb
    • 提供者:丁光
  1. B样条算法

    0下载:
  2. 这是计算机图形学的B样条算法。直接可以运行。-This is the computer graphics B-spline algorithm. Direct run.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.47kb
    • 提供者:周于雯
  1. 过控制点的B样条曲线

    0下载:
  2. 两种方式连接用户定义的控制点一种是直线方式 一种是曲线 B样条曲线的关键是调整控制点的位置
  3. 所属分类:2D图形编程

    • 发布日期:2009-02-19
    • 文件大小:56.53kb
    • 提供者:rslonghorn
  1. Nurbs

    2下载:
  2. Nurbs曲线曲面源代码。其中包含德布尔算法计算B样条曲线,德布尔算法计算B样条曲线的导矢,B样条曲面,Nurbs曲线,Nurbs曲面。-The program code for NURBS curve and NURBS surface.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-22
    • 文件大小:7.16kb
    • 提供者:tina
  1. BSpline_interpolation

    1下载:
  2. B样条曲线的绘制和插值.MFC 中画图,很精确的实现 拟合数据点-B-spline curve rendering and interpolation. MFC in the drawing, it is precisely the realization of fitting data points
  3. 所属分类:2D Graphic

    • 发布日期:2014-04-07
    • 文件大小:61.24kb
    • 提供者:liuxing
  1. drawcurve

    0下载:
  2. 该程序利用vc++实现了曲线的绘制,实现功能如下:画圆,画金刚石模型,Bezier曲线的绘制,B样条曲线的绘制,手绘beizer和B样条曲线-Use of the program vc++ Achieved Curve to achieve the following functions: drawcircle, painting diamond model, Bezier Curve, B-spline curve drawing, hand-painted beizer and B-spli
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:42.09kb
    • 提供者:张阿牛
  1. Byangtiaoquxian

    0下载:
  2. 图形学基础编程,B样条曲线,C++环境,适合新手参考学习-Graphics based on programming, B-spline curve, C++ Environment, suitable for novice reference learning
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:39.03kb
    • 提供者:LiuZH
  1. Curve

    0下载:
  2. B样条曲线,采用B样条的算法实现。生成的曲线十分的逼真,采用的是VC++做的。-B-spline curve, using B-spline algorithm. Generated curve is very realistic, using the VC++ Do.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:42.84kb
    • 提供者:ffk
  1. huizhibiquxian

    0下载:
  2. 绘制Bézier曲线, 三次B样条曲线的C++源程序-Drawing Bézier curves, three B-spline curve of C++ source code
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2.32mb
    • 提供者:chenfei
  1. Bspling_fitting

    3下载:
  2. 本软件的主要功能是用B样条曲线去拟合输入的若干个数据点,同时用圆弧逼近该曲线生成数控加工G代码。 如上图所示:线上的红点为输入点,线旁的绿点为反算出的控制点,列表框中则是数控加工G代码。 本软件还有自动判错的功能如下图所示当文本框为空或输入的点数少于两个时将会分别弹出警告消息框。本软件主要的设计思路为利用一定的算法根据已知道的型值点反求控制点后根据控制点画出B样条曲线,本软件通过VB语言实现的 -Three B-spline fitting the data points are k
  3. 所属分类:2D Graphic

    • 发布日期:2014-04-10
    • 文件大小:86.11kb
    • 提供者:wangzhidong
  1. B_Line

    0下载:
  2. 基于MFC的生成B样条曲线程序,点击鼠标右键动态生成曲线。-MFC-based generation of B-spline curve procedure, click the right mouse button dynamically generated curve.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1.87mb
    • 提供者:凌狄
  1. DrawB_spline

    0下载:
  2. B样条曲线的绘制及动态调整,制出3次B样条曲线并可以动态调整-B-spline curve drawing and dynamic adjustment of the system out of 3 times B-spline curves and can be dynamically adjusted
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:196.92kb
    • 提供者:charl
  1. b-spline

    0下载:
  2. 简易程序,实现计算机图形学中B样条曲面的绘制~-Realize computer graphics b-spline curve of the draw
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1.89mb
    • 提供者:SJ
  1. B-Spline

    0下载:
  2. B样条曲线在图形建模、图形处理,尤其是变形模型中应用非常广泛,本源码给出了B样条曲线的绘制实现过程-B spline curve in graphic modeling, graphics processing, especially the deformation model is widely used, is the source of B spline curve drawing process
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1.86mb
    • 提供者:YoungPing
  1. B-spline-approximation

    0下载:
  2. 一个可以将给定2D曲线图像转化为B样条曲线的程序。需要opencv支持 内含程序源码、用户手册、算法原理文档、样例以及结果文档-A simple code about B-spline approximation.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3.46mb
    • 提供者:sunjing
  1. Cubic-B-spline-curve

    0下载:
  2. 能实现三次B样条曲线的基本功能,对计算机图形学的初学者有一定的作用。-Can achieve the basic functions of cubic B-spline curve to a certain extent, the computer graphics beginners.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-07
    • 文件大小:686byte
    • 提供者:刘通
  1. matlab-sanciyangtiao-b

    1下载:
  2. 三次样条曲线和B样条曲线matlab源程序-Cubic spline curves and B-spline curve matlab source
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:44.56kb
    • 提供者:好个一滴水
  1. 《计算机辅助几何设计与非均匀有理B样条》

    1下载:
  2. 《计算机辅助几何设计与非均匀有理B样条》(Computer aided geometric design and nonuniform rational B spline)
  3. 所属分类:2D图形编程

    • 发布日期:2018-04-29
    • 文件大小:9.56mb
    • 提供者:静守成雯
« 12 3 4 »
搜珍网 www.dssz.com