搜索资源列表
VCram
- 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
bitmapProgress
- 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
VisualC
- Visual C++第03章MFC基本应用程序的建立-Visual C++ Chapter 03 Chapter MFC application to establish the basic
USB_RS485
- 本文设计了基于USB2.0接口的RS485讯号仿真器。它通过终端应用程序软件设置串 列通信参数和数据帧发送格式,并在讯号仿真器内部形成讯号死循环反馈,即将实际发送的数据通过反馈回路回送给终端应用程序软件并显示出来。文中详细介绍了 USB接口芯片FT245R的工作原理及应用,并在MFC平台下调用FT245R的动态链接库接口函数进行终端应用程序软件设计。 -This paper is designed based on USB2.0 interface RS485 signal emulator.
VCMFC
- Microsoft Windows是微软公司推出的一个应用于微机上的具有图形用户界面的多任务和多窗口的操作系统。Windows应用程序也称为窗口应用程序,所有的窗口应用程序都有着相同的窗口风格和菜单结构,用户界面友好,方便用户操作。本章从剖析窗口应用程序的基本结构入手,继而介绍使用MFC类库开发的应用程序框架结构,并介绍窗口应用程序运行的核心机制-消息映射。学习了本章,你将对MFC应用程序框架结构和运行机制有个整体的了解,为后面进入窗口应用程序开发打下良好的基础。 -Microsoft Wind
111
- MFC 中应用OpenCV教程,适合初学者-MFCMFC application OpenCV Tutorial
dissecting-MFC
- 深入浅出MFC全书 一本探索MFC application framework内核架构 的书,不受VC/MFC影响-dissecting MFC
Integrating-D3D9-with-MFC-on-VS
- 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
timer-design-based-on-MFC-of-VCPP
- MFC是一个微软公司提供的类库,以C++的形式封装了Windows的API,并且包含一个应用程序框架,以减少应用程序开发人员的工作量。基于MFC的定时器设计,首先进入到主界面,选择你想要的工作模式,当选择工作在“定时”时,设定定时时间,确定定时即可,时间到来时,定时器提醒。当想“退出”时,点击退出按钮。当选择“关闭计算机”,点击关机。-MFC is a Microsoft-provided class libraries in C++ in the form of packaging of th
DV5XJ7uX
- MFC程序的启动与死亡顺序的文档 可参考《深入浅出MFC》第3章的Message Map仿真程序。-MFC PROGRAM Application object
Ribbon
- 本教程适用于正在开发桌面应用程序并希望利用新的 MFC 功能区框架优势的 MFC 开发人员。通过本教程的步骤,您将了解如何将默认的功能区添加到一个小应用程序中,在 Ribbon Designer 中编辑各个功能区控件,然后在运行时使用控件。您将看到通过 MFC 功能区框架编辑和使用功能区控件非常轻松。在本教程中,将完成在应用程序中添加和自定义基本功能区的所有必要步骤-This tutorial applies to the MFC developers are developing deskto
MFC_Chat_for_VC6.0
- 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
keshihua
- 可视化初学者的必备,都是一些简单的关于MFC应用开发,对于刚入手学习MFC的同学很有帮助-Essential visualization beginners are some simple MFC application development, just start learning MFC students helpful
MFC-application--OpenCV-tutorial-
- 使用opencv在MFC窗体中打开电脑上任意格式的图片-OpenCV in the MFC form open any format images on the computer
Catch
- 用VC6.0写的一个MFC程序,一个简单的MFC“逃跑”对话框应用程序-With VC6.0 write an MFC program, a simple MFC " escape" dialog application
BitBlt-Introduction
- 关于BitBlt函数应用的文章,介绍了bmp图片在MFC中拉伸和缩放的方法-About BitBlt function application of the article introduces the bmp image in MFC stretching and scaling methods
VISUAL-CPPMFC
- 本书主要介绍了运用Visual C++ 5.0或6.0的高级编程技巧,内容涉及MFC程序设计的最新概念,全书提供了大量VC的编程实例,旨在帮助读者较为全面地掌握VC编程知识、技巧和方法。全书分为三个部分和附录。第一部分介绍Windows编程的基础知识,第二部分讲解用户界面编程技巧,最后一部分涉及Windows内部进程的一些实例。本书思路清晰,实用性强,是计算机应用人员及大专院校师生不可多得的参考书。 -This book introduces the use of Visual C++ 5
MFC
- 基于 MFC的绘图板程序 MFC是一个巨大的应用程序类库,而整个MFC以一个CObject类为基类,其他所有的类全部继承于它。给我们开发程序带来了方便的条件。 本程序用到了GDI(图形设备接口)来进行windows图形编程,充分利用了设备无关位图和面向对象的编程思想。本程序可以使用户完成多种功能,比如:从工具栏选择颜色,更改绘图的线条的粗细,各式各样的绘图工具,选择不同工具时鼠标光标的变化,从外界引入位图。最后还可以对任意位图进行修改,并且运用双缓冲的技术使用户在绘图过程中不
MFCframe
- MFC应用程序框架,完整应用所包含5部分,文档视类结构-MFC application framework, a complete application contains five parts, depending on the document class structure
SVCam_IO_quickguide
- 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