搜索资源列表
BasicDrawing
- 这个工程为基本作图,所作的图形有直线,圆,椭圆,多边形,作图的基本思想为VB基本作图的思想-The project is the basic plot, the graphics are straight lines, circles, ellipses, polygons, the basic idea of mapping the basic plot ideas for the VB
Geometricransformation
- 这个程序为图形的几何转换程序 基本图形为一个已经定义的多边形,并且编写了一个编辑多边形的过程,在进行图形变换后,再次绘出变换后的图形时可以调用此过程,方便快捷。几何变换-This procedure Geometrical basic graphics conversion program has been defined as a polygon, and the preparation of a polygon editing process, making graphics tr
delgizp
- gzip,zlib,以及图形格式png,使用的是同一个压缩算法deflate。我们通过对gzip源码的分析来对deflate压缩算法做一个详细的说明。我阅读的gzip版本为 gzip-1.2.4。我们对算法做三种程度的说明。第一种程度,对gzip所使用压缩算法基本原理的说明。第二种程度,对gzip压缩算法实现方法的说明。第三种程度,对gzip实现源码级的说明。 -gzip, zlib, and graphics formats png, using the same compression
MFC
- (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化-d