搜索资源列表
-
0下载:
本程序是基于VS2008的MFC环境下编写的一个实现类似于WINDOWS自带画板的小程序,可以实现基本图元的绘制如圆,直线,方形等等,同时可以选择或自定义画笔的颜色,类型,宽度等等信息-This procedure is based on the MFC environment VS2008 prepared an implementation similar to the drawing board WINDOWS own small program that can achieve the
-
-
0下载:
利用Opengl函数库,学习运用glpushmatrix、glpopmatrix绘制月、地、太阳相对运动示意图,实现基本图元的绘制、旋转等动画效果、并自学光源、纹理贴图、雾化。-Use Opengl library, learn to use glpushmatrix, glpopmatrix drawing months, the sun relative movement schematic drawing implement basic primitives, rotating anima
-
-
5下载:
一个画图小程序MiniDraw,要求画直线(Line),椭圆(Ellipse),矩形(Rectangle),多边形(Polygon)等图形元素(图元)。
每种图元需用一个类(对象)来封装,如Line, Ellipse, Rect, Polygon, Freehand;
各种图元可从一个父类Figure来继承;
每种图元的绘制不一样,但是绘制接口在父类中是一样,因此可学习和使用类的多态性。
-Paint a small program MiniDraw, asked to draw
-