搜索资源列表
画圆、直线过程演示(算法)
- 图形学算法+演示,比如直线画法,圆的算法等-demo graphics algorithm, such as linear method of painting, the algorithm Yuan
计算机图形学算法演示
- 这是一个简单的图形学算法的演示-This is a simple demonstration of the graphics algorithm
常用的图形学算法
- 用VC编写的常用的图形学算法,进行了文档处理,并能进行图元拾取。算法没有优化,是教学演示用的。-VC prepared by the graphics algorithm commonly used for the file handling, and can be picked up for map yuan. No optimization algorithm is used to demonstrate the teaching.
计算机图形学算法演示系统
- 计算机图形学部分算法演示系统:包括:直线,圆,Bezier曲线,直线裁剪算法。-some algorithm in computer graphics presentation systems : including : straight lines, circles, Bezier curves, straight cutting algorithm.
图形学算法演示
- 对象:想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换
《计算机图形学》实例
- 《计算机图形学》实例 图形学算法flash演示
drawgraph
- 一个用于图形学算法演示和面向对象概念深入理解的开源软件. 具体说明可看- Uses in the graph study algorithm demonstration and the object-oriented concept thorough understanding operates source software The concrete explanation is worthy of looking at
计算机图形学算法演示
- 这是一个简单的图形学算法的演示-This is a simple demonstration of the graphics algorithm
常用的图形学算法
- 用VC编写的常用的图形学算法,进行了文档处理,并能进行图元拾取。算法没有优化,是教学演示用的。-VC prepared by the graphics algorithm commonly used for the file handling, and can be picked up for map yuan. No optimization algorithm is used to demonstrate the teaching.
填充算法
- 计算机图形学算法Flash演示,你想要的都有!-computer graphics algorithms Flash presentations, you want there!
计算机图形学算法演示系统
- 计算机图形学部分算法演示系统:包括:直线,圆,Bezier曲线,直线裁剪算法。-some algorithm in computer graphics presentation systems : including : straight lines, circles, Bezier curves, straight cutting algorithm.
计算机图形学教学系统
- 计算机图形学编程系统,是个很好的东东,其中包括很多算法。可以演示,也可以看代码,希望对大家有用。-computer graphics programming system, is a very good Dongdong, including many algorithms. It demonstrated, we can see code, we hope that the right useful.
画圆、直线过程演示(算法)
- 图形学算法+演示,比如直线画法,圆的算法等-demo graphics algorithm, such as linear method of painting, the algorithm Yuan
graphicshow
- 计算机图形学算法演示系统,包括各种绘图,曲线,直线,变换等等算法,较实用。-algorithm in computer graphics presentation systems, including drawings, curves, straight lines, etc. Transform algorithm, and more practical.
CG_DEMO
- 自编的图形学算法演示软件,帮助学习计算机图形学-algorithm designed by the graphics display software to help learn computer graphics
Computer_Graphic
- 计算机图形学算法演示,包含了各种常用的算法。-computer graphics algorithms demo includes a variety of commonly used algorithms.
computerphoto
- 很经典的计算机图形学算法演示程序,是学习图形学的好帮手。-Very classic computer graphics algorithm demo program is a good helper to learn graphics.
DrawSys
- 计算机图形学算法演示程序-Computer graphics algorithm demo program
JavaBasicGraph
- java编写的基本绘图程序,没有采用系统api,而是演示了一些基本的计算机图形学算法,比如,DDA,中点法画直线,画圆形等。