搜索资源列表

  1. bezbspline

    0下载:
  2. 这是一个BEZIER曲线,包括2维和三维的图象变换 B样条曲线也集中在里面了。-This is a Bezier curve, including two-dimensional and three-dimensional images transform B-spline curves are concentrated in the inside.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:80896
    • 提供者:fdfd
  1. TwoWork

    1下载:
  2. 1\直线段的裁剪算法Cohen-Sutherland 2\二次、三次Bezier曲线,二次、三次均匀B样条曲线(过首末顶点)(不会抖动)-1 \ line of the cutting algorithm Cohen-Sutherland 2 \ Second, Bezier curves, second, third uniform B-spline curves (after the end of the first peak)
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:1218560
    • 提供者:
  1. Computer-Adied-Graphics-Design

    0下载:
  2. 此代码功能是生成、显示平面的B样条曲线,节点矢量可选均匀、准均匀与分段贝齐尔类型-function of this code is generated, show that the plane B-spline curves, node vector optional uniform, quasi-uniform type and sub-Bend
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-18
    • 文件大小:140288
    • 提供者:Kobe
  1. 4-110

    0下载:
  2. 关于B样条曲线曲面的生成代码。希望对大家的学习能有所帮助。如有什么问题请与我取得联系。QQ:67298170-on B-spline curves and surfaces generated code. We hope that the right learning can be helped. If anything, please contact me. QQ : 67298170
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:245760
    • 提供者:baopeng
  1. 0302-1

    0下载:
  2. 关于B样条曲线曲面的生成代码。希望对大家的学习能有所帮助。如有什么问题请与我取得联系。QQ:67298170-on B-spline curves and surfaces generated code. We hope that the right learning can be helped. If anything, please contact me. QQ : 67298170
  3. 所属分类:其它资源

    • 发布日期:2024-05-18
    • 文件大小:376832
    • 提供者:baopeng
  1. CMatrixClass

    0下载:
  2. 1.内存管理一律根据实际需要的大小在堆中动态分配内存。 2.边界检查。如果数组下标超越了数组大小界限,会给出警告信息,可以防止非法内存访问以及方便程序的调试。 3.重载了+,-,*,+=,-=,数乘等常见运算符; 4.可以保存数组为二进制数据文件和文本文件两种形式,也可以从二进制数据文件和文本文件读取数据到数组。 5.实现了和矩阵相关的线性代数方程组求解算法。一是高斯选主元消去法二是针对三对角矩阵
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:紫罗兰
  1. B-spline

    1下载:
  2. 本源码使用VC++编写B样条曲线,利用B样条反算,由点击的控制点生成B样条曲线-This source using VC to prepare B-spline curve, using B-spline backcalculation by clicking the control point to generate B-spline curve
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:1951744
    • 提供者:刘力
  1. byangtiao10655885

    0下载:
  2. 计算机辅助几何设计与非均匀有理B样条计算机辅助几何设计与非均匀有理B样条-Computer Aided Geometric Design with non-uniform rational B-spline computer-aided geometric design with non-uniform rational B-spline
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:6742016
    • 提供者:jys
  1. 2D_BezierCurve

    0下载:
  2. 用MFC做的一个模拟B样条曲线的小软件。-Using MFC to do a simulation of B-spline curve of a small software.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-18
    • 文件大小:38912
    • 提供者:guwezhe
  1. MusicDer_Final

    0下载:
  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 graphi
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:2412544
    • 提供者:gaozheng
  1. 3cib

    0下载:
  2. 计算机图形图像设计课程理论,关于三次有理b样条曲线matlab实现,程序代码。-Computer graphics graphic design curriculum theory, on the three rational b-spline curve matlab realize, program code.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:鲁鹏飞
  1. Bezier_curve

    0下载:
  2. 1、自由曲线包括:二次、三次、N次Bezier曲线,二次、三次均匀B样条曲线; 2、Bezier曲线的实现算法要求选用细分算法; 3、均匀B样条曲线过控制多边形的首末顶点; 4、利用B样条曲线的局部控制性来动态修改曲线形状; 5、界面设计友好、几何直观。 -1, free curve include: the Second, Third, N times Bezier curves, quadratic, cubic
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:95232
    • 提供者:张巧芳
  1. Curve

    0下载:
  2. 本科计算机图形学课程实验--b样条曲线生成。支持vc6和vs.2003-Undergraduate computer graphics course experiment- b-spline curves generated. Support for vc6 and vs.2003
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:45056
    • 提供者:haodongb
  1. Homework7_1

    0下载:
  2. 三次B样条曲线画图函数 可以自己设定点的坐标 产生 3次B样条曲线-Three B-spline curve drawing function set-point can generate 3 times the coordinates of B-spline curve
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:lcx
  1. 8pointsBspline

    0下载:
  2. 对于8个顶点B样条曲线进行拟合,采用有理三次B样条算法-8 vertex for B-spline curve fitting, using rational cubic B-spline algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:董斌
  1. CoolPainter

    0下载:
  2. 本软件是一个完全由TC2.0开发的功能不错的图形编辑、处理软件。 由于水平与时间限制目前只支持键盘操作。 一.功能与特色: 1.绘图功能:直线,矩形,任意多边形,圆,贝塞尔曲线及B样条曲线模拟实物造型。 2.编辑功能:对目标图形的拷贝,移动,删除,对某点的任意拉伸、变形,剪切,填充。 3.附加功能:动画时钟,分形模拟景物实例。 注:所绘图形可以选择合适的颜色与线形。 二.使用说明: 1.Tab键鼠标速度
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:67584
    • 提供者:谭永炳
  1. huizhibiquxian

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

    • 发布日期:2024-05-18
    • 文件大小:2428928
    • 提供者:chenfei
  1. ThreeBsplinecurve

    0下载:
  2. 用VC++写的三次B样条曲线算法,能够实现与控制多边形的外形更接近,局部修改能力 任意形状,包括尖点、直线的曲线,易于拼接,阶次低,与型值点数目无关,计算简便-Using VC++ to write the three B-spline curve algorithm, can be achieved with the control polygon is closer to the shape, the capacity of l
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:3992576
    • 提供者:fan
  1. BSpline

    0下载:
  2. 本程序框架采用OpenGL+MFC SDI,其中B样条曲线曲面网格视图采用OpenGL绘制,基函数视图采用MFC GDI绘制。整个程序采用了MFC单文档、多视图类型。其中B样条相关的属性与操作都封装于BH_BSpline类。-This procedure used the fr a mework OpenGL+ MFC SDI, one B-spline curves and surfaces using OpenGL view gri
  3. 所属分类:OpenGL

    • 发布日期:2024-05-18
    • 文件大小:790528
    • 提供者:杨平
  1. cubic_bpline

    0下载:
  2. 输入二维点的坐标[x,y],生成三次b样条曲线-Enter the two-dimensional coordinates of points [x, y], to generate three b-spline curve
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:wangj
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 37 »

源码中国 www.ymcn.org