搜索资源列表
多边形逐次裁剪
- 多边形逐次裁剪,计算机图形学作业,主要用于学习交流,有错误请指正!-polygon cutting, computer graphics operations, mainly for the exchange of learning, correcting mistakes please!
txsy1
- 用VC实现二维线画图元的生成! 对初学计算机图形学的朋友很有帮助!-VC 2D line drawing yuan generation! For beginners computer graphics helpful friends!
计算机图形学作业1
- 计算机图形学作业-computer graphics operations
计算机图形学综合大程序
- 关于图形学用VC++的基本代码.改程序包括了几乎所有的计算机图形学基础算法-graphics with VC on the basic code. Changed procedures include almost all of the computer graphics based algorithm!
图形学线圆的实现算法
- 这是本人在学习计算机图形学时用C++BUILDER编辑的画图软件,主要用于认识画圆画线的图形学算法的实现-this is my learning to use computer graphics C BUILDER editors drawing software, mainly for understanding Circle line drawing graphics algorithm implementation
图形学实验一
- 计算机图形学实验一DDA,BRESHEAM画直线及画圆,自主开发的原程序-an experimental computer graphics DDA, BRESHEAM painting and Circle Line, the independent development of the original program
计算机图形的基本生成
- 关于计算机图形的基本生成, 关于计算机图形的基本生成, 关于计算机图形的基本生成。
基本图形学生成源码
- 计算机图形学中基本图形的生成,包括直线,圆绘制,裁剪,填充等
图形放大
- vc6.0/tubor c3.0,计算机图形学中放大程序
图形学
- 计算机图形学程序
计算机图形学的扫描线填充算法,MFC 实现
- 计算机图形学的扫描线填充算法,MFC 实现,,Computer Graphics of the scan line fill algorithm, MFC achieved
ComputerGraphics
- 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
Bezier-Curve
- 计算机图形学图形绘制之Bezier曲面绘制-computer graphis bezier-curve drawing
piccutting
- 计算机图形学方面图形裁剪实例。包括典型的裁剪算法。-CG Cutting arithmetic
Bizier
- 计算机图形学之三次Bizier曲线画线算法,采用的是递归的思想-Bizier
Frame--animation
- 帧动画: 模拟植物生长过程的示例,计算机图形学简单应用。-Frame animation: an example of the process of plant growth simulation, computer graphics simple application.
1
- 计算机图形学试验程序,实现二维图形变换的主要代码。VC++编程的程序,适合图形学初学者使用。-Computer graphics test program to realize the main two-dimensional graphics transformation code. VC++ programming procedures, suitable for beginners to use graphics.
donghualizi
- 是一个简单的动画。用C语言编写的。是一个计算机图形的作业。-Is a simple animation. With the C language. Is a computer graphics operation.
《计算机辅助几何设计与非均匀有理B样条》
- 《计算机辅助几何设计与非均匀有理B样条》(Computer aided geometric design and nonuniform rational B spline)
计算机图形学园和椭圆的绘制
- 编写应用程序,利用鼠标在视图区内绘制圆和椭圆。要求在工具 条上创建两个按钮,分别代表绘制圆和绘制椭圆。实现代码中仅允许 使用 SetPixel 一种绘图函数,不可以使用其他绘图函数。 绘制图形的鼠标操作方式可自行决定,此处给出一种方式作为参 考:类似于绘制直线段,按下鼠标左键时的点假设为 P,按住鼠标左 键不放,移动鼠标到另一点处抬起鼠标左键,该点假设为 Q。绘制圆 的时候,以 P 为圆心,PQ 为圆的半径。绘制椭圆时,将 PQ 作为一个 矩形的对角线,绘制该矩形的内切椭圆。