搜索资源列表
画图系统
- 我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩放)。 实现Bezier曲线或B样条曲线。 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来。-the procedures I used the C language is part of a drawing software to meet the following points : the use of a ce
polygonclip_demo
- Polygon clipping is one of those humble tasks computers do all the time. It s a basic operation in creating graphic output of all kinds. There are several well-known polygon clipping algorithms, each having its strengths and weaknesses. The oldest on
图形的生成
- 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法-basic 2D linear map of the yuan generated by the basic algorit
txxdh
- 计算机图形学里的一些基本算法程序之一 帧动画 ,VC++环境编译-computer graphics, the basic algorithm procedures one frame animation, VC compiler
txxssdh
- 计算机图形学里的一些基本算法程序之一 实时动画,VC++环境编译-computer graphics, the basic algorithm procedures for real-time animation, VC compiler
txxswbh
- 计算机图形学里的一些基本算法程序之一 三维变换,VC++环境编译-computer graphics, the basic algorithm for three-dimensional transform one of the procedures, VC compiler
txxtxcj
- 计算机图形学里的一些基本算法程序之一 图形裁剪,VC++环境编译-computer graphics, the basic algorithm procedures for cutting graphics, VC compiler
txxtxjh
- 计算机图形学里的一些基本算法程序之一 图形相交—相切,VC++环境编译-computer graphics, the basic algorithm procedures for the intersection graphic-tangent, VC environment compiler
txxxq
- 计算机图形学里的一些基本算法程序之一 消隐,VC++环境编译-computer graphics, the basic algorithm procedures for hidden VC environment compiler
txxzsg
- 计算机图形学里的一些基本算法程序之一 真实感图形学,VC++环境编译-computer graphics, the basic algorithm procedures for photorealistic graphics, VC compiler
ji_suan_ji_tu_xing_xue_bao_gao_ji_yuan_cheng_xu.ra
- 这是<<计算机图形学>>的实验课程报告及源程序,说明了各种图形的基本算法,并能将算法用程序实现,最终运用c语言编写绘图程序,得到所需结果。-This is the “computer graphics ” report and the source of the experimental course, indicating a variety of graphics the basic algorithm, and algorithms can achieve wit
Hermite
- 画图算法--三次Hermite样条曲线算法,用于学习,是算机图形学基础的基础算法。-Drawing algorithm- Cubic Hermite Spline curve algorithm for learning the basic algorithm for computer graphics based.
Cantor
- 画图算法--Cantor集算法,用于学习,是算机图形学基础的基础算法。-Drawing algorithm- Cantor set algorithm for learning the basic algorithm for computer graphics based.
Sierpinski
- 画图算法--三Sierpinski垫片算法,用于学习,是算机图形学基础的基础算法。-Drawing algorithm- three Sierpinski gasket algorithm for learning basic algorithm-based computer graphics.
DDALine
- 计算机图形学基础算法,DDA算法实现绘制直线。-Computer graphics basic algorithm, DDA algorithm to draw a straight line.
BresenhamLine
- 计算机图形学基础算法,利用Bresenham算法实现直线绘制。-Computer graphics basic algorithm, using Bresenham algorithm to draw a straight line.
MidPointLine
- 计算机图形学基础算法,利用中点算法实现直线绘制。-Computer graphics basic algorithm, using the midpoint algorithm to draw a straight line.
MidPointCircle
- 计算机图形学基础算法,利用中点算法实现圆的绘制。-Computer graphics basic algorithm, using the midpoint algorithm to draw a circle.
BresenhamCircle
- 计算机图形学基础算法,利用Bresenham算法实现圆的绘制。-Computer graphics basic algorithm, using Bresenham algorithm to draw a circle.
Midpointellispe
- 计算机图形学基础算法,利用中点算法实现椭圆的绘制。-Computer graphics basic algorithm, using the midpoint algorithm to draw an ellipse.