Welcome![Sign In][Sign Up]
Location:
Search - bezier hermite CURVE

Search list

[GDI-Bitmapgraphic_demo

Description: 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students learning graphics and engineering staff a good tool, they demonstrated a dynamic graphics generation process, the detailed source code so that you can run after the paste, including DDA, resenham, point by point comparison Linear Algorithm; Bresenham, DDA, the midpoint Circle algorithm; N bezier, spline, Bspling, Hermite curve generation algorithm; single, bilinear, Bezier surface generation algorithm; vector, Character generation algorithm; scanning fill the seed filling algorithm, polygons, linear cutting algorithm; translation ratio, rotation, symmetric origin , Shear Transform algorithm;
Platform: | Size: 807327 | Author: 冯宾 | Hits:

[Special EffectsgraphicDemo

Description: 一个简单的图形演示系统,包括多边形的填充,多点插值 (逼近) 的Hermite曲线、Bezier曲线及B样条曲线平面中的凸壳算法-a simple graphic display systems, including polygon filling, Multi-point interpolation (approximate) Hermite curve, Bezier curves and B-spline curves of convex hull algorithms, etc.
Platform: | Size: 70668 | Author: qbj | Hits:

[Special Effects图形学算法演示

Description: 对象:想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,正轴测投影,透视投影算法,光照立体球,光照圆环,光照双线性曲面等等!如果需要安装图形学演示系统的请到这下载:http://happyyangxu.home.sunbo.net/xfile.php?xname=N50SQV0&download=1&fname=graphic_demo.zip-object : If you want to learn computer graphics students, teachers and staff : a dynamic demonstration of graphics generation process, the detailed source code so that you can run after the paste, including DDA, bresenham, point by point comparison Linear Algorithm; Bresenham, DDA, Stipples Yuan algorithm; n bezier, spline, Bspling, Hermite curve generation algorithm; single, bilinear, Bezier surface generation algorithm; vector, Character generation algorithm; scanning fill the seed filling algorithm, polygons, linear cutting algorithm; translation, proportion, rotation , the origin of symmetry, Shear Transform algorithm; oblique Projection, 1:00, 2:00, 3:00 Perspective algorithm; Consumers shadow, parallel oblique projection is isometric projection, perspective projection algorithm, a th
Platform: | Size: 30037 | Author: 纯净水 | Hits:

[GDI-Bitmapgraphic_demo

Description: 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students learning graphics and engineering staff a good tool, they demonstrated a dynamic graphics generation process, the detailed source code so that you can run after the paste, including DDA, resenham, point by point comparison Linear Algorithm; Bresenham, DDA, the midpoint Circle algorithm; N bezier, spline, Bspling, Hermite curve generation algorithm; single, bilinear, Bezier surface generation algorithm; vector, Character generation algorithm; scanning fill the seed filling algorithm, polygons, linear cutting algorithm; translation ratio, rotation, symmetric origin , Shear Transform algorithm;
Platform: | Size: 806912 | Author: 冯宾 | Hits:

[Special EffectsgraphicDemo

Description: 一个简单的图形演示系统,包括多边形的填充,多点插值 (逼近) 的Hermite曲线、Bezier曲线及B样条曲线平面中的凸壳算法-a simple graphic display systems, including polygon filling, Multi-point interpolation (approximate) Hermite curve, Bezier curves and B-spline curves of convex hull algorithms, etc.
Platform: | Size: 70656 | Author: qbj | Hits:

[Graph programgraph1

Description: 本实验报告综合了计算机图形学的多项知识,详细讲述了二维线画图元的生成(包括二维直线、圆、椭圆、抛物线的生成)、二维填充图元的生成(图形的填充、字符的输出)、二维裁剪、图形变换(平移、旋转、放缩三种变换)、投影(透视投影)和曲线生成(Hermite曲线和Bezier曲线的生成)的算法思想以及程序实现。-This experiment, the report combines a number of computer graphics knowledge, a detailed account of the two-dimensional line drawing element formation (including the two-dimensional linear, circular, elliptical, parabolic generation), two-dimensional pixel fill generation (graphics filling, characters in the output), two-dimensional cutting, graphics transform (translation, rotation, zoom transform three), projection (perspective projection) and Curve (Hermite curves and Bezier curves generation) algorithm, as well as procedures for the realization of ideas.
Platform: | Size: 526336 | Author: iamvv | Hits:

[Picture Viewerpic

Description: 源码简介: 这是我上图形学实验课时写的程序,实现了以下功能: 第一次作业:(第一课时) 要求:用Bresenham算法画出一个多边形,然后用扫描线填充 第二次作业:(第二课时) 要求:二维空间变换 第三次作业:(第三、四课时) 要求:三维空间变换及投影 第四次作业:(第五,六课时) 要求:Cohen_Sutherland裁剪,梁友栋-Barsky裁剪,裁剪开窗算法,多边形裁剪。 第五次作业:(第七,八课时) 要求:Hermite曲线,Bezier曲线(几何作图算法,分裂法),B样条曲线分段算法。 -Source Description: This is my experiment on the Graphics class to write the procedures, to achieve the following functions: the first operation: (first class) requirements: using Bresenham algorithm to draw a polygon, then the second scan line fill operation: (second class) requirements: the third two-dimensional space transform operation: (third and fourth class) requirements: three-dimensional projection transformation and the fourth operation: (fifth and sixth class) request: Cohen_Sutherland cutting, You-Xin Liang Dong-Barsky Clipping , cutting window algorithm, polygon clipping. Fifth operation: (seventh, eight hours) to request: Hermite curve, Bezier curve (geometric mapping algorithm, secession law), B-spline curve algorithm subparagraph.
Platform: | Size: 69632 | Author: 罗森 | Hits:

[Graph Drawingwodechengxudaima

Description: 在屏幕上选取点集,每四个点构成一个控制多边形,绘制贝塞尔曲线和赫米特曲线-Select the point on the screen sets, each of the four points form a control polygon, drawing Bezier curves and hermite curve
Platform: | Size: 248832 | Author: 王莹 | Hits:

[OpenGL programSpline

Description: 用Opengl实现的样条线绘制,包括: 1.任意次bezier曲线的绘制 2.3次hermite曲线的绘制 -Opengl achieved with spline drawing, including: 1. Arbitrary times Bezier curve drawing 2.3 times hermite Curve
Platform: | Size: 231424 | Author: 吴彧文 | Hits:

[Special Effectsdrawingcurve

Description: Coons曲面与hermite、bezier、B样条曲线标准化函数及应用程序源代码(VC6.0下编写)-Coons surface with hermite, bezier, B-spline curve function and application of standardized procedures for the source code [VC6.0 under preparation]
Platform: | Size: 7191552 | Author: 梦琦 | Hits:

[OpenGL programBezier

Description: 通过鼠标点击窗口自动生成Bezier曲线,并可切换至Hermite曲线,在OpenGL下实现。-clicking the mouse, and draw Bezier curve, points also can be deleted. Implemented with OpenGL
Platform: | Size: 4096 | Author: xukangmin | Hits:

[Graph programphics

Description: 绘制bezier曲线 和b样条曲线和hermite曲线-Drawing bezier curves and b-spline curves and hermite curve
Platform: | Size: 2048 | Author: zhiyuan | Hits:

[Graph programcurve

Description: hermite bezier 三次样条三种方法生成曲线-hermite bezier spline curves generated in three ways
Platform: | Size: 5821440 | Author: dragon_ton | Hits:

[JSP/JavaFrame

Description: 可分别在面板中绘制Hermite曲线,Bezier曲线和B样条曲线-Respectively in the panel drawing Hermite curve, Bezier curves and B-spline curve
Platform: | Size: 4096 | Author: 刘嘉文 | Hits:

[Graph programcomputer-graphics

Description: 计算机图形学的作业。该程序包括图形生成(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 line/mid-point circle/plus or minus Yuan/BH circle), graphical display (Edge/seed/scan line fill), two-dimensional cutting (CS/midpoint split/LB/polygon clipping), graphics transform (translation/symmetry transform/rotate/zoom), Curve (Bezier curve/B-spline curve/Hermite curve) algorithms.
Platform: | Size: 2121728 | Author: 张君珏 | Hits:

[2D GraphicHermite_Bezier_drawing

Description: Hermite 与 Bezier 曲线的绘制 包含Hermite 与 Bezier 曲线的基本原理、算法和C的实现代码,全中文说明,清楚明了。-Hermite and Bezier Curve Bezier curves contain Hermite and the basic principles, algorithms and implementation of C code, full English description, clear.
Platform: | Size: 3072 | Author: | Hits:

[Graph DrawingLine

Description: 画四阶三次HERMITE曲线,BEZIER曲线和B样条曲线,并画出BEZIER曲面-Painting of fourth order three HERMITE curve, BEZIER curves and B-spline curves and surfaces draw BEZIER
Platform: | Size: 2035712 | Author: liulu | Hits:

[Graph DrawingCurve_OpenGL

Description: 用OpenGL实现的三维曲线绘制软件,可绘制Hermite曲线,Bezier曲线,可用键盘控制旋转。-Three-dimensional curve with OpenGL, drawing software, which can draw the Hermite curve, Bezier curves, available keyboard control the rotation.
Platform: | Size: 3875840 | Author: fangshijie | Hits:

[2D Graphic8.hermite-a-bezier

Description: curve generation using hermit concept
Platform: | Size: 1024 | Author: kiran | Hits:

[Graph programphics

Description: 绘制bezier曲线 和b样条曲线和hermite曲线-Drawing bezier curves and b-spline curves and hermite curve
Platform: | Size: 2048 | Author: tionm | Hits:
« 12 »

CodeBus www.codebus.net