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

搜索资源列表

  1. 关于B样条曲线曲面的生成代码

    0下载:
  2. 所属分类:2D图形编程

    • 发布日期:2009-01-13
    • 文件大小:376983
    • 提供者:zhgwustc
  1. Bspline

    0下载:
  2. 关于B样条曲线曲面的生成代码。希望对大家的学习能有所帮助
  3. 所属分类:源码下载

  1. B_

    4下载:
  2. 1. 用鼠标拖动输入的点做为控制顶点,生成一条B-样条曲线,显示控制顶点和多边形。用鼠标Pick曲线上任意一点,移动鼠标到新位置改变曲线形状。 2. 用鼠标输入一组数据点,插值生成一条B-样条曲线-1 with the mouse to drag the input points as control vertices to generate a B-spline curves, showing the control points and polygons. Pick the curve
  3. 所属分类:OpenGL program

    • 发布日期:2015-06-21
    • 文件大小:3513344
    • 提供者:fangjuan
  1. shiyan5

    0下载:
  2. 实验5 Bezier曲线 1.实验目的: 了解曲线的生成原理,掌握几种常见的曲线生成算法,利用VC+OpenGL实现Bezier曲线生成算法。 2.实验内容: (1) 结合示范代码了解曲线生成原理与算法实现,尤其是Bezier曲线; (2) 调试、编译、修改示范程序。 (3) 尝试实现B样条曲线算法。 -5 Bezier curve experiment 1. Experimental Objective: To understand the principle of
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:596593
    • 提供者:jing
  1. MyGraphics

    0下载:
  2. 实现各图形的综合实现程序,包括DDA直线算法实现,线段裁剪,图形几何变换,投影变换,B样条曲线生成-To achieve a comprehensive implementation of all graphics procedures, including the DDA line algorithm, the line cutting, graphics, geometric transformation, projection transformation, B-spline curve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:57706
    • 提供者:tao
  1. Toolpath

    1下载:
  2. 这是B样条曲线在数控加工中的刀具路径生成程序,CAD/CAM方向的算法程序。-This is a B-spline curve in NC machining tool path generation process, CAD/CAM program the direction of the algorithm.
  3. 所属分类:transportation applications

    • 发布日期:2017-04-01
    • 文件大小:1846
    • 提供者:小胡
  1. CG

    0下载:
  2. 1. 用某种方法实现圆的生成算法 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
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:800860
    • 提供者:沈静
  1. SurfCreat

    0下载:
  2. 根据给定的数据点阵,自动自成三次B样条曲面。可一次生成多张曲面。有源代码和执行文件。-According to the given data matrix, automatic self-cubic B-spline surfaces into. Can generate more than one surface. Source code and executable files.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-05
    • 文件大小:159618
    • 提供者:吴有仁
  1. bline

    0下载:
  2. 用鼠标拖动输入的点做为控制顶点,生成一条B-样条曲线,显示控制顶点和多边形。用鼠标Pick曲线上任意一点,移动鼠标到新位置改变曲线形状。-Use the mouse to drag the input points as control points to generate a B-spline curve, display control vertex and polygon. Pick curve with the mouse on any point, move the mouse to
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:21910
    • 提供者:李宁
  1. gh

    0下载:
  2. 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algor
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:1445148
    • 提供者:lixuan
  1. bspline_Matlab

    0下载:
  2. 采用德布尔算法进行B样条的生成,可以用来进行型线优化设计前的参数化处理-De Boer algorithm using the generated b-spline
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:10797
    • 提供者:张文斌
  1. DrawPoint

    0下载:
  2. java 写的B样条曲线生成程序,模拟生成曲线-java wrote B-spline curve generation procedure to generate simulated curves
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:6375
    • 提供者:wanghao
  1. Bspline_chazhi

    0下载:
  2. 生成B样条 通过四个点插值生成B样条。按B键后绘制。-Creat a Bspline which crossing the four points you gived.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:1268
    • 提供者:woka
  1. cg

    0下载:
  2. 在画图系统中实现圆的生成算法,使圆支持异或模式、实现橡皮筋直线、圆、矩形、实现多边形裁剪、实现基本几何变换(平移)、实现B样条曲线 -In the drawing system to achieve a circle generation algorithm, so that won to support different or models to achieve a rubber band straight, round, rectangular, polygon clipping to
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:23423
    • 提供者:沈静
  1. CG

    0下载:
  2. 1. 用某种方法实现圆的生成算法 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
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3993314
    • 提供者:沈静
  1. CG

    0下载:
  2. 1. 用某种方法实现圆的生成算法 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
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-02
    • 文件大小:903841
    • 提供者:沈静
  1. T_BYANGT

    0下载:
  2. 计算机图形学 曲线生成 B样条曲线 很好的代码-Computer Graphics curves generated B-spline curve very good code
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-11
    • 文件大小:1177
    • 提供者:王五
  1. ts

    0下载:
  2. 平面准均匀B样条曲线的生成,可以反求控制顶点-Planar quasi-uniform B-spline curve is generated, you can reverse control points
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3793327
    • 提供者:jxwhut
  1. computer-graphics

    0下载:
  2. 计算机图形学的作业。该程序包括图形生成(DDA直线/中点直线/BH直线/中点圆/正负圆/BH圆),图形显示(边缘/种子/扫描线填充),二维裁剪(CS/中点分割/LB/多边形裁剪),图形变换(平移/对称变换/旋转/缩放),曲线生成(Bezier曲线/B样条曲线/Hermite曲线)的算法。-It is my computer graphics work. The program includes graphics generation (DDA line/mid-point of line/BH
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2122208
    • 提供者:张君珏
  1. DrawDot

    0下载:
  2. 基于MFC的环境下的B样条曲线的生成算法-MFC-based environment where B-spline curve generation algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-27
    • 文件大小:10371963
    • 提供者:李湘
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com