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

搜索资源列表

  1. BitmapApp

    1下载:
  2. 使用内存DC和不使用内存DC画BMP图像,让使用者明白用这两种方法画图的区别。-memory DC and DC painting memory BMP images, users understand that the application of these two methods to draw the distinction.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:41.22kb
    • 提供者:于小
  1. memdc

    0下载:
  2. 内存缓冲类,先将图画到该DC,(可多次作图),然后一次显示-memory buffer category, the first picture of the DC, (multiple mapping), then a show
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.58kb
    • 提供者:16zhi
  1. Cmemdc

    0下载:
  2. 可以方便使用的内存DC封装,CMemDC-be accessible memory DC Packaging, CMemDC
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.41kb
    • 提供者:zyjjingle
  1. DCtest

    0下载:
  2. 一个学习DC和位图的例子,可以修改内存来变化图像,本例子使用黑白位图进行内存操作。彩色位图的与此类似。-a study DC and bitmap example, memory can be amended to change images, The examples use black-and-white bitmap memory for operation. Color bitmap similar to this.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:29.72kb
    • 提供者:Nikker
  1. MyDCtest

    0下载:
  2. 学习DC与位图数据的例子,可以通过直接修改内存来修改图片。本例子使用黑白位图,彩色类似。-learning DC and bitmap data example, can directly alter the memory to modify photographs. The examples use black-and-white bitmap, color similar.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:31.5kb
    • 提供者:郝宇
  1. Code

    0下载:
  2. 如何让CDC上输出的文字、图形具有保持功能,集合类CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在CView中的关系及实现内幕,滚动窗口的实现,坐标空间,映射方式,设备坐标与逻辑坐标的转换。元文件设备描述表的使用,如何利用兼容DC实现图形的保存和再现。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:73.48kb
    • 提供者:快乐
  1. drawTest

    0下载:
  2. 本程序是基于vc++的,用内存dc画空心矩形的代码
  3. 所属分类:GDI/图象编程

    • 发布日期:2014-01-16
    • 文件大小:11.17kb
    • 提供者:包军
  1. rom-load_map

    0下载:
  2. 该程序实现了将图片读入内存DC,但不读入窗口DC,并可根据坐标在图片相应位置写字的功能;点鼠标右键弹出对话框设置坐标,点确定保存图片!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:120.99kb
    • 提供者:赵兴方
  1. 桌面画图

    0下载:
  2. 如何得到桌面DC,画图。-how desktop DC, drawing.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:35.94kb
    • 提供者:
  1. CaptureWindow_demo

    1下载:
  2. Capturing window content can be done easily by using the ::BitBlt(..) from the screen DC however, this kind of implementation forces you to make sure that the window you want to capture is on top of the screen. In this project, to capture all the scr
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:14.55kb
    • 提供者:ljm
  1. PrtSc

    0下载:
  2. 截屏软件 能学习到内存DC和气泡提示. 和通用对话框
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:88.81kb
    • 提供者:Cai
  1. 实现内存DC画图并保存为jpg图像的函数

    0下载:
  2. 一个实现内存DC画图并保存为jpg图像的函数,先保存成BMP再压缩实现。压缩可用我上传的CXimage类库实现。-A realize DC and keep drawing memory for images of the function JPG, BMP first save into further compression realized. Can I upload the compression CXimage class library realized.
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-03-23
    • 文件大小:2.31kb
    • 提供者:刘得桦
  1. MyGraphic

    0下载:
  2. 如何让CDC上输出的文字、图形具有保持功能,集合类CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在CView中的关系及实现内幕,滚动窗口的实现,坐标空间,映射方式,设备坐标与逻辑坐标的转换。元文件设备描述表的使用,如何利用兼容DC实现图形的保存和再现。-CDC on how to output text, graphics help maintain function, Set Class CPtrArray use, CPaintDC
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-18
    • 文件大小:40.14kb
    • 提供者:qiyunping
  1. Bitmap_Manipulation_Class

    1下载:
  2. 这是一个位图操作的类,不依赖于MFC,可以实现位图的旋转、镜像、透明、扭曲等等非常绚丽的特效,非常值得推荐。This a bitmap manipulation class that would not be MFC dependent, and would offer some extended features not present in the original MFC implementation. This class can load any 8, 16, 24 or 32bit
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-03-18
    • 文件大小:2.23mb
    • 提供者:赵越
  1. SMC_DCDC

    0下载:
  2. mo phong DC dc converter
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:6.49kb
    • 提供者:ad
  1. 30-PB-DC-Hub

    0下载:
  2. DC++ screen shot for hubs
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:177.24kb
    • 提供者:Anuj
  1. Graphic

    0下载:
  2. 如何让CDC上输出的文字、图形具有保持功能,集合类CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在CView中的关系及实现内幕,滚动窗口的实现,坐标空间,映射方式,设备坐标与逻辑坐标的转换。元文件设备描述表的使用,如何利用兼容DC实现图形的保存和再现。-CDC on how to output text, graphics with a hold function, the use of collection classes CPtrAr
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:38.39kb
    • 提供者:sd
  1. use-different-DC-draw-Graphiss

    0下载:
  2. 使用不同DC绘制图形,介绍了各种DC的绘制方式-use different DC draw Graphiss
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:255.49kb
    • 提供者:
  1. DCDlg

    0下载:
  2. 利用兼容DC保持绘图Dlg 利用兼容DC保持绘图Dlg -Dlg use compatible DC to keep drawing to keep the use of compatible graphics Dlg use compatible DC DC kept drawing Dlg
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3.47mb
    • 提供者:zhanghong
  1. dc

    0下载:
  2. 把桌面DC拷贝到窗口绘画区域,利用线程,用到API函数StretchBlt-Copy dc
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-19
    • 文件大小:4.92mb
    • 提供者:成明
« 12 3 »
搜珍网 www.dssz.com