CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - cdc

搜索资源列表

  1. BarcodeBitmap

    0下载:
  2. Draws barcode bitmap on CDC
  3. 所属分类:Printing program

    • 发布日期:2017-04-01
    • 文件大小:57296
    • 提供者:milen
  1. Image.rar

    0下载:
  2. 图像的剪切与合成,剪切:使用CRgn类创建一个剪切区域,利用CDC选中该剪切区域,在该区域绘制图像,将剪切的区域设置为白色背景;合成:采用CDC类的BitBlt方法实现,Shear and synthetic images, shear: the use of categories to create a shear CRgn region, the use of CDC select the shear area, mapping the image in the region, the re
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-13
    • 文件大小:3303072
    • 提供者:周燕
  1. HistoryLine

    1下载:
  2. 一个显示历史数据曲线的程序源代码,压缩包中包含了历史数据文件和程序源码,在公司里用过很好用。开发环境VC++6.0,绘制曲线用的是MFC的CDC。-Curve of a display of historical data source code, compressed package that contains the historical data files and program source code, used in the company good use. Development
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2850396
    • 提供者:占紫云
  1. AVRUSBkey

    0下载:
  2. Copy AVR USBkey Flash. samples for AT90USB1287. HID, Mass Storage, CDC ...
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-06-01
    • 文件大小:14221192
    • 提供者:Dima
  1. USB-Device---CDC---Basic-Demo

    0下载:
  2. PIC18f14K50 USB 基本开发示例程序-18f14K50 USB
  3. 所属分类:USB develop

    • 发布日期:2017-03-23
    • 文件大小:203881
    • 提供者:刘婷
  1. ShowBmp

    0下载:
  2. visual C++的CDC类有一个成员函数setPixel可以直接在视区坐标(x,y)点设置成所要显示的颜色crCoIor。-The CDC class visual C++ a member function setPixel can point directly in the viewport coordinates (x, y) is set to the color display crCoIor.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-07
    • 文件大小:2377287
    • 提供者:刘琳
  1. AVR-CDC.2006-07-18

    0下载:
  2. AVR模拟USB资料全部资料,可以简单的实现USB功能,测试OK-AVR analog USB data all the information
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:111001
    • 提供者:hzq
  1. 像素操作

    0下载:
  2. 本程序是演示VC中的CDC类,测试画圆,矩形,区域,颜色,及对象素的操作.-demonstration of this program is the CDC VC category, testing Circle, rectangular, regional, color, and the operation of the pixel.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:47993
    • 提供者: 望超
  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
    • 文件大小:41101
    • 提供者:qiyunping
  1. Code

    0下载:
  2. 对卡拉OK程序的编写,定时器的使用和DrawText函数的巧妙运用。使用CDC的裁减功能。-Karaoke OK for the preparation of procedures, the use of timers and the ingenious use of DrawText function. The reduction of the use of CDC functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:38519
    • 提供者:lijingjing
  1. HexShow

    0下载:
  2. 本实例演示了如何获取文件的二进制编码,主要介绍CDC类中的各成员函数读取、输出文件的技巧-This example demonstrates how to obtain the document binary encoding, CDC introduced the various types of member functions to read, the output document skills
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:49011
    • 提供者:刘一民
  1. Text

    0下载:
  2. 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-CDC grasp of the word processing program to prepare, how to generate custom fonts and custom insertion site, and is familiar with the use of CString
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:38357
    • 提供者:xue
  1. Draw

    0下载:
  2. MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping mechanism analysis on how to use ClassWizard,, sent to the window to u
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:40480
    • 提供者:yuehua8
  1. CDC

    0下载:
  2. 还可以通过简单的单次点击式修正来进行高级修改,让您只需动动指尖即可获得震撼效果-err
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2705
    • 提供者:han
  1. SANYO_set_of_top

    0下载:
  2. SANYO双向海量有线机顶盒技术白皮书:介绍了SANYO双向有线机顶盒的特点,软件和硬件功能说明,很详细,每项功能都有图片说明-SANYO massive bi-directional cable set-top box technology White Paper: SANYO introduced the bi-directional cable set-top box features, software and hardware features that are detailed pi
  3. 所属分类:Project Design

    • 发布日期:2017-11-13
    • 文件大小:59476376
    • 提供者:star
  1. DirectoryList

    0下载:
  2. class CMyTreeCtrl : public CTreeCtrl { // Construction public: CMyTreeCtrl() // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CMyTreeCtrl)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:105842
    • 提供者:zhoujay
  1. TestDoc

    0下载:
  2. 开发环境为EVC,armv4i,单文档程序。实现了在单文档中添加CSplitterWnd控件,并在CView中加入CTabCtrl控件,可以进行tab间的切换,并使用CDC画图。-Development environment for the EVC, armv4i, single-document procedures. Achieved in a single document CSplitterWnd add controls, and CView add CTabCtrl control
  3. 所属分类:Windows CE

    • 发布日期:2017-05-12
    • 文件大小:2852218
    • 提供者:chaojijun52
  1. UltraISO_7.5.1_Build965

    0下载:
  2. CD Image Editor *.iso,*.bin,*.nrg,*.cdc-CD Image Editor*. iso,*. bin,*. nrg,*. cdc
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2291963
    • 提供者:许青海
  1. VirtualUSBComPort

    0下载:
  2. USB虚拟串口的实现方法,AT91SAM7S development tool kit-USB virtual serial method, AT91SAM7S development tool kit
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-24
    • 文件大小:460884
    • 提供者:艾路
  1. SOURCE

    0下载:
  2. Car 2DIN DVD程序源码,带CDC功能。-Car DVD Source Code
  3. 所属分类:DVD

    • 发布日期:2017-04-06
    • 文件大小:304174
    • 提供者:wangyibo
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 28 »
搜珍网 www.dssz.com