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

搜索资源列表

  1. memdc

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

    • 发布日期:2008-10-13
    • 文件大小:1621
    • 提供者:16zhi
  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
    • 文件大小:30432
    • 提供者:Nikker
  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
    • 文件大小:14896
    • 提供者:ljm
  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-22
    • 文件大小:2365
    • 提供者:刘得桦
  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
    • 文件大小:2336138
    • 提供者:赵越
  1. Paint_circle

    0下载:
  2. 一个简单的三点求圆代码,在DC上用鼠标取三个点画出一个圆并显示出圆的叁数-A simple three-point code for a round in DC take the three points with the mouse to draw a circle and show that the number of round three
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:95951
    • 提供者:余林枫
  1. DC_V1.1

    0下载:
  2. 操作内存DC一直都很麻烦,此类模块将这些都封装了起来,用法简单,例子中很详细. 可以创建DC,载入图像,获取其他DC中的图像,贴图,写字,设置字体\颜色等,功能齐全,原创!-Operation of the memory DC has been very troublesome, such modules are packaged these up and use simple examples in detail. Can create a DC, load images, to obta
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:60175
    • 提供者:林勇辉
  1. memDC

    0下载:
  2. 关于内存DC的使用,这是我用的别人做的一个示例,加上一个封装好的内存dc类,使用还是比较方便,从示例程序里面可以看到非常明显的效果。-DC on the use of memory, this is someone I used to do a sample, plus a packaged memory dc class, it is quite easy to use, you can see from the example program which is very significan
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2760986
    • 提供者:刘颖
  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
    • 文件大小:39313
    • 提供者:sd
  1. dcWatcher

    0下载:
  2. dcWatcher 是一个DC查看工具,用来跟踪DC位图的任何变化,可实时查看窗口DC或者内存DC的显示内容。 此工具最适合自绘界面的单步跟踪,通常情况下单步跟踪是无法查看绘制结果的。 使用方法: 1、把 dcWatcher.exe 和 dctrace.dll 文件复制到需调试的目标EXE的相同文件夹下 2、在项目中导入 dctrace.lib 库文件 3、在合适的CPP/H文件中包括 dctrace.h 头文件 4、在需要调试DC的地方插入语句,例如在WM_PAI
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:23536
    • 提供者:赵一
  1. dc

    0下载:
  2. 图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-Graphics rendering, and how to use a custom brush (color, line width, line). How to add the optio
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-20
    • 文件大小:5908610
    • 提供者:张三
  1. succes

    1下载:
  2. 模糊PID直流电机控制,本人毕业设计所做的一些模糊控制,详细,给后人留个参考啊!-Fuzzy PID DC motor control, I graduated from the design made by some obscure controls, detailed, leaving to posterity a reference ah!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-14
    • 文件大小:422845
    • 提供者:李欣
  1. WebImageDC

    0下载:
  2. 提供基于DC的存储器到其中一个图象可以使用标准的GDI调用绘制-Provides a memory based DC into which an image may be drawn using standard GDI calls
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:516060
    • 提供者:grote
  1. MemDCDlg

    0下载:
  2. vc 实现双缓冲绘图,先创建兼容位图,再创建兼容dc-请键入文字或网站地址,或者上传文档。 取消 Vc shíxiàn shuāng huǎnchōng huìtú. Xiān chuàngjiàn jiānróng wèi tú, zài chuàngjiàn jiānróng DC.vc achieve double-buffered drawing. Create compatible bitmap in creating a compatible DC.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1787
    • 提供者:zhangtao
  1. TranDlgPGDIP

    0下载:
  2. 窗体透明、窗体上控件和DC绘图不透明 更新-Form transparent controls on a form and DC opaque drawing update
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-05
    • 文件大小:912667
    • 提供者:王玉梁
搜珍网 www.dssz.com