搜索资源列表
tuxingxueshiyan1
- 《计算机图形学》 实验一 基本图形的生成 实验目的: 1、编写直线的DDA和Bresenham算法的实现程序,验证算法的正确性。 2、编写圆的Bresenham算法或中点算法的实现程序,验证算法的正确性。 3、用多边形的扫描线填充算法对一多边形进行填充,验证算法的正确性。 4、使用Cohen-Sutherland算法裁减二维线段或使用Sutherland-Hodgman算法对多边形进行裁减,验证算法的正确性。 5、通过算法的编写,切实掌握图形学中直线和圆生成的原理以及
cad.rar
- 计算机图形学原理及算法教程(和青芳)随书源代码——简单CAD系统ok4,Computer graphics theory and algorithms tutorial (and blue-fang) With the book source code- a simple CAD system ok4
qumian
- 计算机图形学原理及算法教程(和青芳)随书源代码——曲线和曲面-Computer graphics theory and algorithms tutorial (and blue-fang) With the book source code- Curves and Surfaces
quxian
- 计算机图形学原理及算法教程(和青芳)随书源代码——平面曲线-Computer graphics theory and algorithms tutorial (and blue-fang) With the source code for the book- Plane Curve
Code
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of
source
- 计算机图形学原理及算法教程(和青芳)随书源代码——二维图形变换.rar-Computer graphics theory and algorithms tutorial (and blue-fang) With the source code for the book- two-dimensional graphics transformations. Rar
fenxing
- 计算机图形学原理及算法教程(和青芳)随书源代码——分形图-Computer graphics theory and algorithms tutorial (and blue-fang) With the source code for the book- fractal image
jibentuxing
- 计算机图形学原理及算法教程(和青芳)随书源代码——基本图形生成-Computer graphics theory and algorithms tutorial (and blue-fang) With the book source code- the basic graphics generation
2ok
- 计算机图形学原理及算法教程(和青芳)随书源代码——交互技术-Computer graphics theory and algorithms tutorial (and blue-fang) With the source code for the book- Interactive Technology
OK2
- 计算机图形学原理及算法教程(和青芳)随书源代码——三维变换-Computer graphics theory and algorithms tutorial (and blue-fang) With the source code for the book- three-dimensional transformation
animation
- 计算机图形学原理及算法教程(和青芳)随书源代码——实时动画-Computer graphics theory and algorithms tutorial (and blue-fang) With the source code for the book- real-time animation
ok
- 计算机图形学原理及算法教程(和青芳)随书源代码——图形裁剪-Computer graphics theory and algorithms tutorial (and blue-fang) With the source code for the book- Graphics clipping
xiangjiao
- 计算机图形学原理及算法教程(和青芳)随书源代码——图形相交与相切-Computer graphics theory and algorithms tutorial (and blue-fang) With the source code for the book- graphic intersects with the tangent
xiaoyin
- 计算机图形学原理及算法教程(和青芳)随书源代码——消隐-Computer graphics theory and algorithms tutorial (and blue-fang) With the source code for the book- blanking
zhenshigan
- 计算机图形学原理及算法教程(和青芳)随书源代码——真实感图形学-Computer graphics theory and algorithms tutorial (and blue-fang) With the source code for the book- Realistic graphics
animation
- 计算机图形学原理及算法教程(和青芳)随书源代码——帧动画-Computer graphics theory and algorithms tutorial (and blue-fang) With the book source code- frame animation
0804402206tuxingxue
- 实验目的 1) 通过对Visual C++的学习,掌握Visual C++图形程序设计的方法,为计算机图形学原理部分的算法实现提供程序工具和方法。 2) 通过本次实验,把在《计算机图形学》课程中学到的种子填充算法的基本原理和算法设计知识运用到实际当中来,达到学以致用的目的。 3) 了解计算机图形学的原理、方法和应用。 -Experiment purpose1) based on Visual C++ learning, mastery of Visual C++ program