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

搜索资源列表

  1. MFC框架分析

    1下载:
  2. 介绍了VC 中MFC框架。对于一般人来说,还是很有价值的。
  3. 所属分类:文档资料

    • 发布日期:2011-10-30
    • 文件大小:111.31kb
    • 提供者:972858082@qq.com
  1. 对于MFC编程的介绍

    0下载:
  2. 对于MFC编程的介绍,介绍了一些这类应用程序框架。
  3. 所属分类:文档资料

  1. VC++code

    1下载:
  2. 内容简介    本书从实际应用入手,由浅入深、循序渐进地讲述Windows程序内部运行机制、MFC框架、文本、菜单、对话框、文件操作、网络编程、进程间通信、ActiveX控件、动态链接库、HOOK编程等多个主题。 不同于一般的讲述VC++使用的书籍,本书主要从程序内部运行的机制和MFC程序的组织脉络入手,使读者在学习VC++编程知识时,既能够知其然,又能知其所以然,从而帮助读者从根本上理解和掌握Windows的程序设计。另外,全书还贯穿作者多年来学习编程的一些经验,以及一些学习方法
  3. 所属分类:Document

    • 发布日期:2017-05-31
    • 文件大小:1.71mb
    • 提供者:libojeason
  1. cyingyong

    0下载:
  2. 运用ClassWizard,发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的-Use ClassWizard, the message sent to the window by MFC framework is how to handle through the window mapping table and mapping table information window class with the response function
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:45.32kb
    • 提供者:song
  1. caidan

    0下载:
  2. 菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程-The working principle of the menu and the preparation of applications, menu commands in the MFC framework of procedures for the news of the passing of several types of sequence and process
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:75.86kb
    • 提供者:song
  1. 13MCIandMMAPI

    0下载:
  2. 基于MFC框架下的MCI媒体接口,对于想编一个MP3播放器之类学习一下-MFC-based MCI under the framework of the media interface, for a like for like MP3 players to learn about
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:92.46kb
    • 提供者:Shi
  1. WritingYouOwnVTKClasses

    0下载:
  2. 如何在VTK制作自己的MFC框架程序,本文提供了较为详细的技术说明。-How to make your own MFC framework VTK program, this article provides a more detailed technical descr iption.
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:57.77kb
    • 提供者:yuchao
  1. mfc-code

    0下载:
  2. 深入浅出MFC源代码,学习VC++MFC框架辅助-By this you can edit MFC code easily
  3. 所属分类:software engineering

    • 发布日期:2017-05-25
    • 文件大小:7.93mb
    • 提供者:李工
  1. RTTI

    0下载:
  2. 科锐软件技术培训机构讲得MFC框架代码,还不错,这个源码是仿真C++的RTTI,实合新手习-Secco sharp software technology training institutions speak MFC framework, is good, the code source is the c++ RTTI, real simulation and novice learned
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1.66mb
    • 提供者:张骐
  1. student

    0下载:
  2. 学生学籍管理系统 采用VC++6.0开发基于MFC框架 数据库MS SQL SERVER 2000 数据库底层采用ODBC进行操作 用户层使用数据映射类来进行操作。构建类模仿EJB的实体特性-Student record management system developed by VC++6.0 MFC framework of the database based on MS SQL SERVER 2000 database using ODBC to operate the underly
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:2.65kb
    • 提供者:于云龙
  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. MFCOSG

    0下载:
  2. MFC框架下进行OSG开发的简示例,包括如何配置OSG开发环境以及进行MFC与OSG结合的编程。-The simple example of OSG development under the framework of MFC
  3. 所属分类:Project Manage

    • 发布日期:2017-06-13
    • 文件大小:20.09mb
    • 提供者:张成
  1. MFC-Grid-control-2.27

    1下载:
  2. MFC Grid Control 2.27中英文对照说明文档CListCtrl已经在表格数据显示和编辑上推进到极限,之后为了开发一个专用的Grid控件,我开始着手写Grid控件,但为了节省 时间我决定修改Joe Willcoxson s的免费控件 WorldCom,你可以在以下站点 http://users.aol.com/chinajoe/wcmfclib.html 找到这个东西。为了让它能做我要做的事情,我分解了他的代码,并且重新修改。由于代码经过太多的修改,我甚至不能确信最终
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:328.53kb
    • 提供者:raoyc2008
  1. MFC-and-OpenGL

    0下载:
  2. 结合MFC框架设计菜单,通过3ds模型的载入,通过opengl程序控制-Combined with the MFC framework designed menu 3ds model loading, opengl program control
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:135.66kb
    • 提供者:gaohongxian
  1. 1231695464031_0

    0下载:
  2. OPENL载入3d模型,在vc++的mfc框架下实现-openl mfc vc++ is very important thanks
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:477.66kb
    • 提供者:gaohongxian
  1. HDraw2.9

    0下载:
  2. 使用VC开发平台,MFC框架实现一个画图程序,尽可能多的实现Windows自带的画图功能,并扩展其功能。-The use of VC development platform, MFC framework to achieve a drawing program, as much as possible to achieve Windows built-in drawing functions, and expand its capabilities.
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:277.13kb
    • 提供者:
  1. 10351820

    0下载:
  2. 检测本地可用打印机 MFC框架 对本地打印机的行为进行监控-Testing locally available printer MFC framework to monitor the behavior of a local printer
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:32.72kb
    • 提供者:刘文胜
  1. MFC-basic-code

    0下载:
  2. VC++ 内MFC的基本问题介绍和源码参考,包括文档视图,视图和框架窗口、对话框等的操作-VC++,the basic operation code of MFC
  3. 所属分类:Software Testing

    • 发布日期:2017-05-24
    • 文件大小:3.29mb
    • 提供者:刘美女
  1. OpenCV-using-MFC.

    0下载:
  2. 本程序是在 MFC 中使用 OpenCV 的演示程序,由3 部分组成。 一、Windows 下用 MFC 编制的程序框架二、调用 OpenCV 函数实现处理三、用 DirectShow 编制的视频采集程序-This program is a demonstration program using OpenCV in the MFC, consists of three parts. First, the application framework Windows using MFC pr
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:276.44kb
    • 提供者:沫沫
« 12 »
搜珍网 www.dssz.com