CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - 重载

搜索资源列表

  1. vc++lizi

    0下载:
  2. vc++的几个有关类,重载,继承的例子,包括基本画图操作-vc several of the categories, overloading, inheritance examples, including basic drawing operation
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:943589
    • 提供者:豆子
  1. 可显示8位和24位bmp图像的CImage类

    1下载:
  2. //简单的可操作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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1891
    • 提供者:李欣
  1. PaintView

    0下载:
  2. 在FormView里边实现滚动窗口,功能有: 1、打开bmp文件,并在视图中显示,视图大小根据bmp图片的大小而定(采用的是双缓冲方法) 2、重载了CEditBox类,使得在添加完图片后,能进行文字编辑。。(我在FormView里边没有对此功能具体实现) 该程序本来是想制作一个类似于window自带的画图板的,由于时间有限,我并没有将功能2在FormView中具体实现
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:100254
    • 提供者:LiMing
  1. PicViewMDI

    1下载:
  2. 在上个PicView上改造的例子程序,多文档查看图片,支持BMP和JPEG两种;重载Openfile对话框实现了选择文件预览功能;利用纯资源DLL支持多语言界面。工程是VS.net 2008生成的,没办法公司不给2003用啊。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:210934
    • 提供者:杨锴
  1. GeometryDraw

    0下载:
  2. 画图 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)中将
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:104229
    • 提供者:张平
  1. DrawImgOnDlg

    0下载:
  2. 结合网上的代码,找到了两种全图显示的办法。 第一种是使用GDI+,同样需要使用到picture control,不过这次需要设置属性->杂项->type,选择Owner Draw类型。然后从CStatic类中派生出一个新类:CGdiPlusImgCtrl。重载DrawItem函数来实现绘制图像 可能你觉得使用GDI+麻烦,需要对GDI+环境进行初始化,打包程序又得附带gdiplus.dll。那么我介绍的第二种方法使用GDI就没这么麻烦了。 第一种是使用GDI,同样需要使
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-18
    • 文件大小:5067993
    • 提供者:朱小明
  1. c++

    0下载:
  2. 继承,运算符重载,类,Date类 栈类,三角形类Triangle-Inheritance, operator overloading, Class, Date Class stack type, triangle-type Triangle
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:211358
    • 提供者:xiao
  1. USkinDemo

    0下载:
  2. 一个很好的打印机类库,支持打印预览,打印机设置,多页打印,重载打印机对话框等功能-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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-06
    • 文件大小:1447299
    • 提供者:zhangjin
  1. W06

    0下载:
  2. 在此程序中演示了使用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,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-07
    • 文件大小:1059721
    • 提供者:kanakama
  1. XPButton

    0下载:
  2. 重载了CButton类,是具有XP风格的按钮,非常好用-Buttons with XP style
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:3581
    • 提供者:hunter
  1. IterationMap

    0下载:
  2. 这里画出一个叠代图形,叠代函数是: 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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1195
    • 提供者:spencer
  1. 83390097ScreenCaptureDemo

    0下载:
  2. vc写的具有桌面截屏功能,是仿造QQ截屏功能写的,里面重载了橡皮筋类。-vc write a desktop screenshot features, functions modeled QQ Screenshots written, which override the rubber band class.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:2056481
    • 提供者:hotking
  1. MyBMP

    0下载:
  2. 你会了解到VC++位图拉伸与背景叠加方面的应用示例,普通风格:没有背景显示,以位图作为背景,以指定颜色作为背景,学习使用位图拉伸作为背景、位图平铺等方式,同时还将了解构造函数重载,分别设置和获得背景显示风格、背景颜色和位图显示风格,背景图的CDib类指针等方面的知识。 -You will learn VC++ background bitmap drawing and the application stack example, the general style: no backgroun
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:31267
    • 提供者:madud00050
  1. CButtonST_src

    0下载:
  2. 一个漂亮的按钮重载类,能实现各种按钮。一个漂亮的按钮重载类,能实现各种按钮-An the beautiful buttons overload class, to achieve a variety of button. A nice button overloaded classes, to achieve a variety of button
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-01
    • 文件大小:15514
    • 提供者:sun huang
  1. Static-control-mouse-events

    0下载:
  2. 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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-07
    • 文件大小:69126
    • 提供者:敏晓郭
  1. Screenshot

    0下载:
  2. 本代码是仿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,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:125729
    • 提供者:王宇
  1. bijiao100

    0下载:
  2. 编写类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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-30
    • 文件大小:8520
    • 提供者:xian4126602
  1. complex102

    0下载:
  2. 实现复数的运算,主要通过运算符及输入输出重载-implement the manipulation of complex
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1316
    • 提供者:dhj973480
搜珍网 www.dssz.com