搜索资源列表
-
0下载:
QT绘图程序,可以实现放大缩小功能。可以绘制基本图元:直线、矩形、图元等。并可以修改其属性。-QT drawing program, can achieve zoom function. Can draw the basic primitives: straight lines, rectangles, and other graphic element. And can modify its properties.
-
-
0下载:
实现了一个简单的绘工具,该绘图工具具有打开,关闭,保存,另存文件的功能;它能够对直线,矩形等几种图元进行绘制和操作。-Implements a simple drawing tool, the drawing tools with open, close, save, save the file functions that it will be a straight line, rectangle, etc. to draw some primitives and operations.
-
-
0下载:
主要介绍了directx9基本图元的绘制,比较简单,适合入门。-Directx9 introduces basic drawing primitives, relatively simple, suitable for entry.
-
-
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下载:
一个小型的绘图系统,可以绘制直线、圆弧、椭圆、矩形的图元,可以借鉴下-A small drawing system, you can draw a straight line, arc, ellipse, rectangle primitives can learn under
-
-
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
-