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

Search list

[File Formatdujunli_337

Description: 想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,正轴测投影,透视投影算法,光照立体球,光照圆环,光照双线性曲面等等!如果需要安装图形学演示系统的请到这下载
Platform: | Size: 38912 | Author: 隋毅 | Hits:

[OpenGL programBEZSURF

Description: 一个绘制Bezier曲面的实例,基于控制台运行模式的。-A Bezier surface Drawing examples, based on the operating mode of the console.
Platform: | Size: 36864 | Author: zhoufeng | Hits:

[OpenGL programOpenGL_Study_Bezier

Description: bezier曲线。简单的。 相当简单,相当之简单-Bezier curves. Simple. Very simple, very simple
Platform: | Size: 2048 | Author: lee | Hits:

[3D Graphic3Dmesh

Description: 从文件中读取定义一个3D三角平面的节点数据(Bezier平面),并将其显示于屏幕。-Read from the document to define a 3D triangular data plane nodes (Bezier plane) and displays them on screen.
Platform: | Size: 8192 | Author: shuai | Hits:

[Windows DevelopPrimer

Description: Bezier曲线的Visual C++程序-Bezier curves Visual C++ Procedures
Platform: | Size: 904192 | Author: 李文玉 | Hits:

[CSharpBessel_control

Description: 用c#做的一个贝塞尔曲线的控件,很方便,可以在你的项目中方便的调用它-With c# Do a Bezier curve of control, very convenient, you can facilitate your project, call it
Platform: | Size: 35840 | Author: gba | Hits:

[GDI-BitmapToDraw

Description: 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图格式。-err
Platform: | Size: 294912 | Author: Tony | Hits:

[Graph DrawingBezier

Description: 计算机图形学中Bezier曲线的 生成算法-Computer Graphics Bezier curve generation algorithm
Platform: | Size: 1024 | Author: 杨帆 | Hits:

[Graph DrawingBezierDraw

Description: Bezier曲线的生成,修改。自定义绘制多边形,对学计算机图形学的人有帮助的。-Bezier curves to generate, modify. Custom polygon rendering on computer graphics people learn helpful.
Platform: | Size: 74752 | Author: 赵明斌 | Hits:

[2D GraphicHW41111

Description: draw bezier 适合初学者 屏幕上取点,画bezier曲线-suitable for beginners draw bezier points on the screen, drawing Bezier curves
Platform: | Size: 1124352 | Author: xx | Hits:

[OpenGL programpyramid

Description: 本程序是在Visual studio 6.0里用openGl编写的,实现了一个金字塔和一个bezier曲面等一系列功能,效果逼真,程序使用纹理映射等。-This procedure is used in Visual studio 6.0 opengl prepared to achieve a pyramid and a Bezier surface, such as a series of features, the effect of realistic, procedures such as the use of texture mapping.
Platform: | Size: 45056 | Author: 王小非 | Hits:

[Special Effectsteapot

Description: Bezier曲线及生成茶壶程式源码,可以画任意三次Bezier曲线-Bezier curve and generate teapot-source program, you can draw arbitrary three Bezier curves
Platform: | Size: 6144 | Author: 啊德 | Hits:

[Graph programCAGDesign

Description: 软件主要实现了图形学中的基本算法,贝齐尔曲线算法,B样条曲线算法等,及由曲线构成曲面的算法。作者自己设计并开发了其中的算法库,在软件开发中使用了命令等设计模式。是作者在2004年学习完北航施法中教授著《计算机辅助几何设计与非均匀有理B样条》后,创作的一个小软件。现在把源码公开出来,希望本软件能给正在学习计算机图形学的朋友一些帮助。-The main achievement of the graphics software, the basic algorithm, Bezier curve algorithm, B-spline curve algorithm, as well as constituted by the curve surface algorithms. The author himself designed and developed algorithms library which, in software development, such as the use of the command design pattern. The author in 2004 after learning Professor BUAA magic of computer-aided geometric design with non-uniform rational B-spline , the creation of a small software. Now that the open-source out the hope that this software is learning computer graphics to give a friend some help.
Platform: | Size: 290816 | Author: 刘泽江 | Hits:

[2D Graphic2ddraw

Description: 计算机图形学大作业,一、 调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现。三、线段裁剪和多边形裁剪算法的动画演示实现。四、交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。五、自行车行走和绕固定点旋转的自旋转物体动画。六、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。七、交互式Bezier曲线的输入绘制程序实现 -Computer Graphics big operation, a point of calling a function of painting with DDA, the mid-point algorithm for drawing a straight line and the mid-point algorithm drawcircle and elliptical. Second, polygon scan conversion algorithm and region filling algorithm. Third, cutting line and polygon clipping algorithm to achieve the animated demo. Fourth, interactive two-dimensional linear intersection: If the existence of intersection, with a solid round show Nodal, and text display its coordinates. Fifth, walking and bike rotating around a fixed point of self-rotating object animation. Sixth, a simple three-dimensional graphics system: convex polyhedron modeling, perspective projection, hidden surface elimination and basic graphics transform (translation, rotation, scaling). Seven, interactive input Bezier curve drawing program
Platform: | Size: 3697664 | Author: ling | Hits:

[Graph DrawingBezier

Description: (1) 在程序中给定控制多面体的顶点坐标,数据输入项为曲线的间距 (2) 结果输出在PictureBox控件中。 附加要求:数据输入项为控制多面体的顶点坐标与两个方向的顶点数,根据给点多面体的顶点数,可绘制双线性曲面和单线性曲面。-err
Platform: | Size: 3072 | Author: | Hits:

[2D Graphic2DMFC

Description: 我自己写的一个基于MFC的2D绘图软件,里面包含各种基本的2D图形绘制算法,如跟踪画线,框,圆,贝赛尔曲线等,希望对初学者有用!本程序可直接用Visual 2003.Net打开。-I wrote it myself MFC based on the 2D graphics software, which contains a variety of basic 2D graphics rendering algorithms, such as tracking painting line, box, round, Bezier curves, so that useful for beginners! This procedure can be directly used Visual 2003.Net open.
Platform: | Size: 66560 | Author: sandon | Hits:

[GDI-BitmapGraphic_Sys

Description: 图形学绘图系统:绘制直线、任意多边形,Bezier曲线、B样条曲线、累加弦长曲线。实现直线、任意多边形裁剪,直线、多边形关于 点、线 对称变化,直线、多边形、曲线的选定、平移,变换,修改;可以对多个图形进行保存与读取。-Graphics graphics systems: Drawing a straight line, arbitrary polygons, Bezier curves, B-spline curve, cumulative chord length curve. To achieve a straight line, arbitrary polygon cutting, a straight line, polygon on the point, line symmetry changes in a straight line, polygon, curve selection, translation, transformation, modification can save more than graphics and reading.
Platform: | Size: 528384 | Author: sdfsfdsf | Hits:

[GDI-BitmapBESIER

Description: 贝塞尔曲线程序,实现计算机图形学中的贝塞尔曲线绘制的程序。-Bezier curve procedures, computer graphics to achieve the Bessel curve drawing procedure.
Platform: | Size: 1024 | Author: soarhh | Hits:

[Graph Drawingpaintline

Description: 一个简单的在figure中用鼠标画直线的例子。最终是想在matlab环境下编一个用鼠标画贝塞尔曲线的程序,现在正在研究中。-A simple figure using the mouse in a straight line drawn examples. Ultimately would like to matlab environment made a Bezier curve with the mouse painting process, now being investigated.
Platform: | Size: 1024 | Author: 海涛 | Hits:

[matlabBezier_Curve_Plotter

Description: 自己编写的matlab gui可以实现贝塞尔曲线的参数选择和拟合效果-I have written matlab gui Bezier curves can realize the parameters of selection and fitting the effect of
Platform: | Size: 11264 | Author: thusimon | Hits:
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »

CodeBus www.codebus.net