搜索资源列表
draw(vc)
- VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (numerical differential method, t
jisunjituxingxue
- 利用计算机编程语言绘制图形,主要实现以下内容: (1)、中点算法生成任意斜率直线,并设置线型线宽。 (2)、中点算法生成圆 (3)、中点算法生成椭圆 (4)、扫描算法实现任意多边形填充 (5)、Cohen_Sutherland裁剪 (6)、自由曲线与曲面的绘制 (7)、二维图形变换 (8)、三视图变换 -Draw graphics using computer programming languages, mainly to achieve the follo
WCB1000203029
- 计算机图形学,中点法画直线,中点法画圆,填充,贝塞尔曲线,几何变换-Computer graphics, the midpoint method draw a straight line, the midpoint method draw a circle, fill, Bezier curves, geometric transformation
mygraphic
- 在VC++环境下,实现Bressham直线画法,中点画圆法,种子填充算法,Bezier曲线,黑块的移动,一个立方体的三维透视。-In VC++ environment, to achieve Bressham painting a straight line, circle the midpoint method, the seed filling algorithm, Bezier curves, the black block move, a cube of three-dimensiona
COMPUTER_GRAPHICS
- 本程序实现了计算机图形学的一些典型算法,如中点画线,中点画圆,Bresenham画线,Bresenham画圆,Bezier曲线,B样条曲线,区域填充-This program implements a typical computer graphics algorithms, such as the dotted line, the midpoint Circle, Bresenham line drawing, Bresenham circle, Bezier curves, B-spline