搜索资源列表
vc++lizi
- vc++的几个有关类,重载,继承的例子,包括基本画图操作-vc several of the categories, overloading, inheritance examples, including basic drawing operation
可显示8位和24位bmp图像的CImage类
- //简单的可操作8位和24位bmp位图的图像类。 //特点: //1、显示速度快。(我用这个类显示图像序列,比VC++内幕的CDIB类快很多。) //2、重载=操作符。 //3、通过函数操作可以得到图像数据。 //局限: //只能显示8位和24位bmp位图-/ / simple operational 8 and 24 bmp bitmap image category. / / Characteristics : / / 1, showed faster. (I use this image
PaintView
- 在FormView里边实现滚动窗口,功能有: 1、打开bmp文件,并在视图中显示,视图大小根据bmp图片的大小而定(采用的是双缓冲方法) 2、重载了CEditBox类,使得在添加完图片后,能进行文字编辑。。(我在FormView里边没有对此功能具体实现) 该程序本来是想制作一个类似于window自带的画图板的,由于时间有限,我并没有将功能2在FormView中具体实现
PicViewMDI
- 在上个PicView上改造的例子程序,多文档查看图片,支持BMP和JPEG两种;重载Openfile对话框实现了选择文件预览功能;利用纯资源DLL支持多语言界面。工程是VS.net 2008生成的,没办法公司不给2003用啊。
GeometryDraw
- 画图 2.计算计算一组几何图形的面积之和重新写一个函数,类似于sum函数 3.在Shape中添加一个纯虚函数void Draw(CDC *pDC, Coordinate *m_pCoordinate) 它将作为所有几何类绘图的共同方法。 4.添加一个坐标系类:Coordinate。 5.在Polygon中重载void Draw(CDC *pDC) 6.在Ellipse中重载void draw(CDC *pDC) 7.在View类中的OnDraw(CDC *pDC)中将
DrawImgOnDlg
- 结合网上的代码,找到了两种全图显示的办法。 第一种是使用GDI+,同样需要使用到picture control,不过这次需要设置属性->杂项->type,选择Owner Draw类型。然后从CStatic类中派生出一个新类:CGdiPlusImgCtrl。重载DrawItem函数来实现绘制图像 可能你觉得使用GDI+麻烦,需要对GDI+环境进行初始化,打包程序又得附带gdiplus.dll。那么我介绍的第二种方法使用GDI就没这么麻烦了。 第一种是使用GDI,同样需要使
c++
- 继承,运算符重载,类,Date类 栈类,三角形类Triangle-Inheritance, operator overloading, Class, Date Class stack type, triangle-type Triangle
USkinDemo
- 一个很好的打印机类库,支持打印预览,打印机设置,多页打印,重载打印机对话框等功能-a good printer class library, support print preview, printer settings, multi-page printing, heavy-duty printers dialog functions -A good library printers to support the print preview, printer settings, multi-p
W06
- 在此程序中演示了使用Flex开发advanced visual component,通过createChildren、commitProperties、measure、updateDisplayList这四个方法的重载在Flex框架下编程,而不是使用draw[]方法简单绘制;-In this program demonstrated the use of Flex development of advanced visual component, through createChildren,
XPButton
- 重载了CButton类,是具有XP风格的按钮,非常好用-Buttons with XP style
IterationMap
- 这里画出一个叠代图形,叠代函数是: z = z^2 + c 其中c是可变常数。 该程序不仅仅可以用来示范如何绘制一个简单的叠代图形,也可以用来示范如何 使用c++的操作符重载功能来创造一个新的变量类型。-Draw a graph here, iteration, iteration function is: z = z ^ 2+ c where c is a constant variable. The program not only can be used to demon
83390097ScreenCaptureDemo
- vc写的具有桌面截屏功能,是仿造QQ截屏功能写的,里面重载了橡皮筋类。-vc write a desktop screenshot features, functions modeled QQ Screenshots written, which override the rubber band class.
MyBMP
- 你会了解到VC++位图拉伸与背景叠加方面的应用示例,普通风格:没有背景显示,以位图作为背景,以指定颜色作为背景,学习使用位图拉伸作为背景、位图平铺等方式,同时还将了解构造函数重载,分别设置和获得背景显示风格、背景颜色和位图显示风格,背景图的CDib类指针等方面的知识。 -You will learn VC++ background bitmap drawing and the application stack example, the general style: no backgroun
CButtonST_src
- 一个漂亮的按钮重载类,能实现各种按钮。一个漂亮的按钮重载类,能实现各种按钮-An the beautiful buttons overload class, to achieve a variety of button. A nice button overloaded classes, to achieve a variety of button
Static-control-mouse-events
- MFC中的静态控件一般不支持鼠标响应函数,该程序弥补了这一不足,通过重载静态控件,是控件能够响应鼠标事件-MFC static control does not support the mouse response function, the program up for this shortfall by overriding the static control, the control can respond to mouse events
Screenshot
- 本代码是仿QQ截图代码,主要功能,用GDI截图用GDI+保存图片,包括窗口自动定位,后台到托盘,图像放大,移动,橡皮筋类重载等-This code is a fake screenshot QQ code, the main function, using GDI shots with GDI+ save the image, including automatic positioning window, the background to the tray, image zoom, move,
bijiao100
- 编写类student,其中包含生日(年、月、日)的私有变量,要求能比较两位学生的年龄差距(精确到多少天),用重载“-”运算符实现年龄差的计算-Writing class student, which includes birth (year, month, day) of the private variables, two students asked to compare the age difference (accurate to the number of days), with a
complex102
- 实现复数的运算,主要通过运算符及输入输出重载-implement the manipulation of complex