CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - MFC APPLICATION

搜索资源列表

  1. VCram

    0下载:
  2. VC++中使用内存映射文件处理大文件,文件操作是应用程序最为基本的功能之一,Win32 API 和MFC 均提供有支持 文件处理的函数和类,常用的有Win32 API 的CreateFile()、WriteFile()、 ReadFile()和MFC 提供的CFile 类等-VC use memory-mapped file handling large files, file manipulation application is the most basic function, MF
  3. 所属分类:软件工程

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

    0下载:
  2. MFC应用程序中的状态条可以很方便的显示应用程序的状态,有 时需要用Bitmap位图显示程序状态,但是MFC的CStatusBar类只直接支持显 示文本,并不支持图形。本文以实例说明了如何在状态条中加入Bitmap位图。 本文内容适用于Microsoft Visual C++ 1.0/2.0/2.1/2.2/4.0/4.1所包含的 Microsoft Foundation Classes(MFC-MFC application of the state can convenien
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1.97kb
    • 提供者:朱学科
  1. VisualC

    0下载:
  2. Visual C++第03章MFC基本应用程序的建立-Visual C++ Chapter 03 Chapter MFC application to establish the basic
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:175.31kb
    • 提供者:L.Kuang
  1. USB_RS485

    1下载:
  2. 本文设计了基于USB2.0接口的RS485讯号仿真器。它通过终端应用程序软件设置串 列通信参数和数据帧发送格式,并在讯号仿真器内部形成讯号死循环反馈,即将实际发送的数据通过反馈回路回送给终端应用程序软件并显示出来。文中详细介绍了 USB接口芯片FT245R的工作原理及应用,并在MFC平台下调用FT245R的动态链接库接口函数进行终端应用程序软件设计。 -This paper is designed based on USB2.0 interface RS485 signal emulator.
  3. 所属分类:软件工程

    • 发布日期:2013-09-26
    • 文件大小:127.07kb
    • 提供者:coffee
  1. VCMFC

    0下载:
  2. Microsoft Windows是微软公司推出的一个应用于微机上的具有图形用户界面的多任务和多窗口的操作系统。Windows应用程序也称为窗口应用程序,所有的窗口应用程序都有着相同的窗口风格和菜单结构,用户界面友好,方便用户操作。本章从剖析窗口应用程序的基本结构入手,继而介绍使用MFC类库开发的应用程序框架结构,并介绍窗口应用程序运行的核心机制-消息映射。学习了本章,你将对MFC应用程序框架结构和运行机制有个整体的了解,为后面进入窗口应用程序开发打下良好的基础。 -Microsoft Wind
  3. 所属分类:software engineering

    • 发布日期:
    • 文件大小:259.79kb
    • 提供者:19900806
  1. 111

    0下载:
  2. MFC 中应用OpenCV教程,适合初学者-MFCMFC application OpenCV Tutorial
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:369.89kb
    • 提供者:zhangdaves
  1. dissecting-MFC

    0下载:
  2. 深入浅出MFC全书 一本探索MFC application framework内核架构 的书,不受VC/MFC影响-dissecting MFC
  3. 所属分类:software engineering

    • 发布日期:2017-06-11
    • 文件大小:17.32mb
    • 提供者:沈文
  1. Integrating-D3D9-with-MFC-on-VS

    0下载:
  2. D3D和MFC的整合(英文),手把手教你如何在VS环境下通过向导和文档/视图结构将D3D应用程序与MFC框架相结合-This paper shows the reader, step by step, how to set up a simple Direct3D 9.0 application in the MFC framework using the wizards and the document/view architecture in Visual Studio
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:431.52kb
    • 提供者:冉冉
  1. timer-design-based-on-MFC-of-VCPP

    0下载:
  2. MFC是一个微软公司提供的类库,以C++的形式封装了Windows的API,并且包含一个应用程序框架,以减少应用程序开发人员的工作量。基于MFC的定时器设计,首先进入到主界面,选择你想要的工作模式,当选择工作在“定时”时,设定定时时间,确定定时即可,时间到来时,定时器提醒。当想“退出”时,点击退出按钮。当选择“关闭计算机”,点击关机。-MFC is a Microsoft-provided class libraries in C++ in the form of packaging of th
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:100.91kb
    • 提供者:王舒
  1. DV5XJ7uX

    0下载:
  2. MFC程序的启动与死亡顺序的文档 可参考《深入浅出MFC》第3章的Message Map仿真程序。-MFC PROGRAM Application object
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:8.01kb
    • 提供者:wang
  1. Ribbon

    0下载:
  2. 本教程适用于正在开发桌面应用程序并希望利用新的 MFC 功能区框架优势的 MFC 开发人员。通过本教程的步骤,您将了解如何将默认的功能区添加到一个小应用程序中,在 Ribbon Designer 中编辑各个功能区控件,然后在运行时使用控件。您将看到通过 MFC 功能区框架编辑和使用功能区控件非常轻松。在本教程中,将完成在应用程序中添加和自定义基本功能区的所有必要步骤-This tutorial applies to the MFC developers are developing deskto
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:892.3kb
    • 提供者:zhenli
  1. MFC_Chat_for_VC6.0

    0下载:
  2. vc6.0 开发MFC聊天程序的详细步骤,每一步都有详细解释,按照步骤即可完成整个示例程序的开发,然后自己在加其他的功能-Vc6.0 MFC development chat program detailed steps, each step is explained in detail, according to the steps to complete the sample application development, and in other functions
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:806.91kb
    • 提供者:刘光明
  1. keshihua

    0下载:
  2. 可视化初学者的必备,都是一些简单的关于MFC应用开发,对于刚入手学习MFC的同学很有帮助-Essential visualization beginners are some simple MFC application development, just start learning MFC students helpful
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:2.63mb
    • 提供者:李新
  1. MFC-application--OpenCV-tutorial-

    0下载:
  2. 使用opencv在MFC窗体中打开电脑上任意格式的图片-OpenCV in the MFC form open any format images on the computer
  3. 所属分类:software engineering

    • 发布日期:2017-11-01
    • 文件大小:369.89kb
    • 提供者:李明义
  1. Catch

    0下载:
  2. 用VC6.0写的一个MFC程序,一个简单的MFC“逃跑”对话框应用程序-With VC6.0 write an MFC program, a simple MFC " escape" dialog application
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:1.79mb
    • 提供者:LXJ
  1. BitBlt-Introduction

    0下载:
  2. 关于BitBlt函数应用的文章,介绍了bmp图片在MFC中拉伸和缩放的方法-About BitBlt function application of the article introduces the bmp image in MFC stretching and scaling methods
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:50.22kb
    • 提供者:老萌
  1. VISUAL-CPPMFC

    0下载:
  2. 本书主要介绍了运用Visual C++ 5.0或6.0的高级编程技巧,内容涉及MFC程序设计的最新概念,全书提供了大量VC的编程实例,旨在帮助读者较为全面地掌握VC编程知识、技巧和方法。全书分为三个部分和附录。第一部分介绍Windows编程的基础知识,第二部分讲解用户界面编程技巧,最后一部分涉及Windows内部进程的一些实例。本书思路清晰,实用性强,是计算机应用人员及大专院校师生不可多得的参考书。 -This book introduces the use of Visual C++ 5
  3. 所属分类:software engineering

    • 发布日期:2017-05-23
    • 文件大小:6.9mb
    • 提供者:混乱
  1. MFC

    1下载:
  2. 基于 MFC的绘图板程序 MFC是一个巨大的应用程序类库,而整个MFC以一个CObject类为基类,其他所有的类全部继承于它。给我们开发程序带来了方便的条件。 本程序用到了GDI(图形设备接口)来进行windows图形编程,充分利用了设备无关位图和面向对象的编程思想。本程序可以使用户完成多种功能,比如:从工具栏选择颜色,更改绘图的线条的粗细,各式各样的绘图工具,选择不同工具时鼠标光标的变化,从外界引入位图。最后还可以对任意位图进行修改,并且运用双缓冲的技术使用户在绘图过程中不
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3.57mb
    • 提供者:狼_图腾
  1. MFCframe

    0下载:
  2. MFC应用程序框架,完整应用所包含5部分,文档视类结构-MFC application framework, a complete application contains five parts, depending on the document class structure
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:129.28kb
    • 提供者:putibing
  1. SVCam_IO_quickguide

    0下载:
  2. You’ll see an MFC Application Wizard dialog box. Click the Application Type entry and you’ll see a dialog box similar to the one shown here. This dialog box enables you to an application type, project style, and the use of MFC-You’ll see an MFC A
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2.28mb
    • 提供者:tinhluu
« 12 »
搜珍网 www.dssz.com