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

搜索资源列表

  1. huitu805

    0下载:
  2. 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 全局的app(应用程序对象) 注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源 每一个new操作符都要对应一个delete 虽然已经弄出来了,还是希望大家好好读读源程序-on VC and windows gr
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:371382
    • 提供者:adnsid
  1. VCjiemian

    0下载:
  2. ①、重载对话框的消息函数: void OnNcLButtonDown(UINT nHitTest, CPoint point) //单击标题栏时是响应 void OnNcMouseMove(UINT nHitTest, CPoint point) //Mous 在标题移动时响应 LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam)   ②、添加关键成员函数为:BOOL D
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1260276
    • 提供者:sailor
  1. CDC_exe

    0下载:
  2. windows的cdc图形编程的举列程序,对于熟悉windows的CDC有好处-windows of the cdc graphical programming procedures listed, for those familiar with the CDC good windows
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:87990
    • 提供者:fred
  1. Codetext

    0下载:
  2. 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. redeem familiar with the right kind of us
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:38728
    • 提供者:李君懿
  1. BeautifulFace

    0下载:
  2. 一个华丽的界面 使用方法 方法一: ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标 方法二: 不用上面的,但是要去掉对话框的title属性 void CPageDlg::OnPaint() { if (IsIconic()) { ... } else { // CDialog::On
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:148507
    • 提供者:黄景天
  1. DlgCSClient

    0下载:
  2. 好东西大家共同分享啊,我这可是收藏的一点好东西啊, 好好利用和学习吧,画CDC的确-good things to share with you ah, but this collection of 1:00 ah good things that make the best use of it and learning. CDC is the Eastern painting
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:130093
    • 提供者:yunfei
  1. gjlstj

    0下载:
  2. 我学习VC 时间不长,怕分类分不好啊,大家原谅,好东西大家共同分享啊,我这可是收藏的一点好东西啊, 好好利用和学习吧,画CDC的确-learning time is not long, categorized and not afraid of good, and we forgive good things to share with you ah, But my collection of 1:00 ah good things that make the best use of it an
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:38347
    • 提供者:yunfei
  1. Lesson5Code

    0下载:
  2. 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. CString familiar with the right kind of u
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:42065
    • 提供者:卓斌
  1. VC6_mfc

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

    • 发布日期:2008-10-13
    • 文件大小:46870
    • 提供者:常攀峰
  1. VC6_DCD

    0下载:
  2. 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. CString familiar with the right kind of u
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:38712
    • 提供者:常攀峰
  1. VC6_dialog

    0下载:
  2. 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. CString familiar with the right kind of u
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:41733
    • 提供者:常攀峰
  1. windowsmessagemap

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

    • 发布日期:2008-10-13
    • 文件大小:46645
    • 提供者:cq_3964
  1. TomWatch_demo

    0下载:
  2. 这是VC的一个addin的源代码,将其复制到vc下面的addin目录,然后加载后,可以用它来查看调试中的CDC。-This is an addin VC's source code, copies of the following vc addin directory, loaded, can be used to check the CDC debugging.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30923
    • 提供者:huashantian
  1. notview

    0下载:
  2. 文件视图,CFrameWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock GetStockObject GetDC SelectPalette
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26729
    • 提供者:slansam
  1. rtu8890

    0下载:
  2. CDC 8890规约 struct cdc8890_rtu_set_kzg_type { // cdc8890逻辑RTU定义 struct { short lj_rtuh // 逻辑RTU号 short yc_zh,yx_zh,dn_zh,yt_bz // 存放站号 short gy_bz // 规约标志 0-8890 1-GR90 (YC部分有差别) short yc_gs,yx_gs,dn_gs // 每个逻辑RTU的ycyxdl个数 short ls
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:9162
    • 提供者:tdtr111
  1. showbitmap

    0下载:
  2. 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp(\"PATH//Filename.bmp\") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile(\"PATH//Filename.bmp\") 从资源装入 BOOL bmp.LoadFromResource(UINT n
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:11183
    • 提供者:linus
  1. E0704

    0下载:
  2. 在windows中提供了画笔和画刷,通过调用CDC类成员函数SelectStockObject进行使用。-in windows provide a paintbrush and painting brushes, by calling the CDC class member function SelectStockObject for use.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:43771
    • 提供者:wang
  1. VMYCAD3.0

    0下载:
  2. 自己写的用CDC类实现的CAD小软件,实现图形的旋转平移,等outcad功能-himself wrote the CDC used to achieve the kind of small CAD software, graphics rotation translation, , and other functions outcad
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:257935
    • 提供者:朱敏伟
  1. USBRNDIS

    0下载:
  2. USBRNDIS原理分析PDD部分设备所使用的接口类型具体到这里就是指定了使用CDC的通讯的RNDIS接口-USBRNDIS Analysis of PDD part of the equipment used by the specific type of interface is specified here CDC for the use of a communication interface RNDIS
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18208
    • 提供者:qcy
  1. BitmapDC_src

    0下载:
  2. CBitmapDC is a subclass of CDC. It is a handy little class that provides a memory bitmap device context without having to reinvent the wheel every time you need one. -CBitmapDC is a subclass of CDC. It is a handy little class that provides a memory b
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:5273
    • 提供者:KangBingNan
« 1 2 3 4 5 6 78 9 10 11 12 ... 28 »
搜珍网 www.dssz.com