搜索资源列表
计算机图形学算法演示.rar
- 这是一个简单的图形学算法的演示-This is a simple demonstration of the graphics algorithm
计算机图形学-倩
- 这是两个计算机图形学中的两个算法。一个是直线中点算法,另一个圆的正负算法。-This is the computer graphics algorithms. A straight line is the midpoint algorithm, another round of plus or minus 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.
清华大学-计算机图形学
- 清华大学远程教育计算机图形学 ■ 第1章 绪论 ※ 计算机图形学的研究内容 ※ 计算机图形学的发展简史 ※ 应用及研究前沿 ※ 图形设备 ■ 第2章 光栅图形学 ※ 直线段的扫描转换算法 ※ 圆弧的扫描转换算法 ※ 多边形扫描转换与区域填充 ※ 字符 ※ 裁剪 ※ 反走样 ※ 消隐 ※ 练习题 ■ 第3章 几何造型技术 ※ 曲线和曲面 ※ Bezier和B样条曲线曲面 ※ 形体在计算机内的表示 ※ 求交分类 ※ 实体造型系统简介 ※ 练习题 ■ 第4章 真实感图形学 ※ 颜色视觉 ※ 简单光照明
计算机图形学算法演示
- 这是一个简单的图形学算法的演示-This is a simple demonstration of the graphics algorithm
计算机图形学算法演示系统
- 计算机图形学部分算法演示系统:包括:直线,圆,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曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,
计算机图形学的电子书
- 第1章 绪论 第2章 光栅图形学 第3章 几何造型技术 第4章 真实感图形学 第5章 OpenGL与VRML 第6章 附录—图形变换
计算机图形学
- C#编写,计算机图形学数值微分法画线,中点画线,中点画圆算法实现
jisuanjituxingxuesuanfajichu
- 计算机图形学算法基础,一本很经典的计算机图形学的算法资料,需要的同学可以看看。-Algorithm based on computer graphics, a classic algorithm of computer graphics information, the students need to look at.
jisuanjituxingxuesuanfajichu2
- 一本很经典的计算机图形学算法书籍,适合在学计算机图形学的同学使用。-A very classic books computer graphics algorithms, suitable for students learning the use of computer graphics.
DDA
- 计算机图形学 DDA算法实现(参考《计算机图形学》算法有改进)-DDA algorithm in computer graphics (see " Computer Graphics" algorithm has improved)
球面光源和材质交互作用算法
- 计算机图形学基础案例,球面光源和材质交互作用算法。(Basic cases of computer graphics, spherical light source and material interaction algorithm.)
案例57-圆环面图像HSV颜色算法
- 计算机图形学VC++HSV颜色圆环上色算法(Computer graphics, VC++HSV color, circle coloring algorithm)
案例13-直线段中点分割算法
- 计算机图形学里的投影透视算法,所用软件是C++(Projection perspective algorithm in computer graphics)
计算机图形学实验
- B氏画线算法,中心画圆算法,中心画椭圆算法,优质的UI界面(Draw a line, draw a circle, and draw an ellipse)
图形学
- 本人自己写的图形学文件,在vs2010上可以运行(配置openGL环境),包含生成直线,圆,和线段裁剪算法。(My own graphics file, on VS2010, can run (configure the openGL environment), including the generation of straight line, circle, and line clipping algorithm.)
计算机图形学
- 在vc++6.0环境下,基于OPENGL实现图形学设计内容。包括实现五边形到五角星的动态变换;利用DDA、中点画线法、Bresenham算法画直线;利用中点画圆法、Bresenham算法画圆;利用栅栏填充、扫描线填充实现多边形内部颜色填充;以及实现二维图形、三维图形的平移、放大、缩小、对称、旋转、错切等基本图形变换。(In vc++6.0 environment, we design content based on OPENGL. It includes the dynamic transfo
计算机图形学几何工具算法详解
- 计算机图形学几何工具算法详解 非常实用的一本书(Read the latest articles of Computers & Graphics)
种子填充算法实例
- 本程序是计算机图形学中常用的算法——种子填充算法的应用实例,供大家学习参考