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

搜索资源列表

  1. vc++InterfaceDesign

    0下载:
  2. 本文为VC++界面设计的一些小技巧,包括在MFC加入“这是什么?”的帮助提示,工具条使用,如何改变视窗颜色,为MFC应用程序添加全屏显示功能等,希望能对大家有帮助。-paper for VC + + interface design skills of a number of small, included in the MFC to "What is this?" help suggest that the use of the tools, how to change t
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2974
    • 提供者:尚磊
  1. newgas

    0下载:
  2. 此文件是加油站管理系统的界面,开发环境是 visual studio 2008 MFC-this is the gas station administration system
  3. 所属分类:Document

    • 发布日期:2017-05-27
    • 文件大小:9785435
    • 提供者:静尤
  1. B06040403_a_4

    0下载:
  2. 题目:加密软件 要求:(1)输入任意一段明文M,以及密钥K (2)根据一下公式将其转换为密文C。 Ci = mi + K ,其中i = 0,1,……n-1 , K 为密钥; (3)具有输入输出界面。 -MFC
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:27109
    • 提供者:zaoyan
  1. examples

    0下载:
  2. 本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想。每个实例均以编写一个应用程序要走的步骤编写。全书共分四部分进行介绍,第一部分是基础知识,第二部分讲述用户界面的实例,第三部分讲述MFC内部处理方面的实例,第四部分讲述打包实例-This book, through 85 examples of the application of a comprehensive story of MFC for Visual C++ programming ideas. Each inst
  3. 所属分类:Document

    • 发布日期:2017-06-16
    • 文件大小:25248798
    • 提供者:庄黛
  1. DuoXianCheng

    0下载:
  2. windows系统的多线程同步。本系统采用MFC编程。其运行界面如图1-2所示。分别人事件、互斥量、临界资源、信号量实现线程同步-windows of the multi-threaded synchronization system. MFC programming using the system. Running the interface as shown in Figure 1-2. Incidents, respectively, the amount mutually exclus
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:215876
    • 提供者:dada
  1. VISUALCMFCprogrammingexamples

    0下载:
  2. 通过85个实例全面讲述了应用MFC进行Visual C++编程的思想。每个实例均以编写一个应用程序要走的步骤编写。全书共分四部分进行介绍,第一部分是基础知识,第二部分讲述用户界面的实例,第三部分讲述MFC内部处理方面的实例,第四部分讲述打包实例。-85 examples of the adoption of a comprehensive story of the application of MFC for Visual C++ programming ideas. Each instance
  3. 所属分类:File Formats

    • 发布日期:2017-06-01
    • 文件大小:13590523
    • 提供者:大葱
  1. airline

    0下载:
  2. 飞机订票系统,有MFC做的界面,c++主代码,很好。-GOOD
  3. 所属分类:Document

    • 发布日期:2015-09-08
    • 文件大小:6829490
    • 提供者:落叶无痕
  1. VC_Dialog

    0下载:
  2. 分步骤详细介绍了在Visual C++中如何构造、设计界面及对话框,对于MFC初学者应该很有帮助-Step by step details in the Visual C++ How to construct, design interface and dialog boxes, for MFC beginners should be very helpful
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:445590
    • 提供者:杜飞
  1. test

    0下载:
  2. 在dialog中简单的实现了MFC图形界面调用的一个例子-In the dialog in the MFC implements a simple graphical interface called an example of
  3. 所属分类:software engineering

    • 发布日期:2017-05-30
    • 文件大小:12412407
    • 提供者:胥宇
  1. VCMFC

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

    • 发布日期:
    • 文件大小:266025
    • 提供者:19900806
  1. wenjianjiadabao

    0下载:
  2. 将文件夹压缩为.var文件,并可解压,文件夹中的文件压缩采用huffman压缩算法。MFC制作界面。-Compress the folder. Var file, and extract the folder in the file compression using huffman compression algorithm. MFC production interface.
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:45888
    • 提供者:王征
  1. MFC-QQ

    0下载:
  2. 本系统基于客户端/服务器基本原理,程序即是服务端,也是客户端,通过IP 就可以相互添加好友,并且实现点到点通信,有聊天记录(未实现根据用户发送的消息而改变字体颜色,只能在客户端改),字体颜色设置(一改全改~),包含主界面MaindBord 和聊天Talk 两大功能模块。-The basic principle of the system is based on a client/server program, client service, client over IP Add Friend e
  3. 所属分类:Communication

    • 发布日期:2017-11-22
    • 文件大小:339651
    • 提供者:朱汐
  1. mfc

    0下载:
  2. 界面库 mfc directui 类似JJ斗地主游戏大厅的源代码-MFC interface library directui like JJ doudizhu game source code of the hall
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2981091
    • 提供者:wujinfeng
  1. Filescanner

    0下载:
  2. 本软件是在VC6.0的平台上,配合MFC界面开发出来的。它主要实现了远程文件扫描和文件传输的作用。-This software is in VC6.0 platform, developed with MFC interface. It is mainly implements remote file scanning and file transfer function.
  3. 所属分类:software engineering

    • 发布日期:2017-06-13
    • 文件大小:20671378
    • 提供者:dd
  1. MFC

    0下载:
  2. mfc 隐藏界面程序 只允许执行一个程序-mfc hide program interface only allows the implementation of a program
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1882317
    • 提供者:祝振飞
  1. MFC-Library-of-VCPP

    0下载:
  2. MFC的库函数文档,使用VC++做界面的程序员必备,初学MFC的读者手头更应该有个API-MFC library function documentation, using VC++ programmer interface to do the necessary, MFC beginner readers should have a hand API
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1529107
    • 提供者:张稳龙
  1. JAVA(MFC)

    0下载:
  2. 跟我学Java——图形界面编辑教程,格式为PDF-MFC PDF
  3. 所属分类:Document

    • 发布日期:2017-05-02
    • 文件大小:635784
    • 提供者:LT
  1. C++_MFC界面读写USB_HID设备数据程序

    0下载:
  2. 这个文档中主要是在MFC中实现USB通信的上位机代码,可以理解为是一个USB调试助手的代详细的码说明文档。
  3. 所属分类:编程文档

  1. VS2010-of-MFC

    0下载:
  2. 在VS中的C++环境中编制MFC可视化的图形化界面,介绍具体的编程方法-In C++ VS environment in the preparation of MFC visualization of the graphical interface, describes the specific programming method
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4997088
    • 提供者:秋风萧瑟
  1. MFC-learning-resource

    0下载:
  2. 该资料提供了MFC的学习文档以及如何用MFC开发可视化界面。-The information provided by the MFC documentation to learn how to develop and use MFC visual interface.
  3. 所属分类:File Formats

    • 发布日期:2017-05-26
    • 文件大小:8880856
    • 提供者:汪昌明
« 1 23 4 »
搜珍网 www.dssz.com