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

搜索资源列表

  1. MFC3

    0下载:
  2. 深入浅出mfc资料的主要内容,以获得更多的关注-The main content of the information easily comprehensible mfc to get more attention
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:2007273
    • 提供者:honey
  1. MFC_Message

    0下载:
  2. MFC消息大全,内容丰富,对MFC新手很有帮助-MFC message Daquan, rich content, useful for novice MFC
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:12269
    • 提供者:csh
  1. WindowsSockets

    0下载:
  2. 在windows下用MFC如何编写socket代码,语言简洁易懂 适合初学者。-In the windows with MFC how to write socket code, concise and understandable language for beginners.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:192522
    • 提供者:cheryl
  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
    • 文件大小:1736225
    • 提供者:张骐
  1. MFC-li-ti-wen-zi

    0下载:
  2. 用VC++6.0实现具有立体感汉字的方法,可以自己去试一试,上面教我们怎么去做-With vc++ 6.0 realization method of Chinese characters have stereo feeling, can have a try, it teaches us how to do it
  3. 所属分类:File Formats

    • 发布日期:2017-03-26
    • 文件大小:9621
    • 提供者:郝朋
  1. arraylist-v1

    0下载:
  2. arraylist v1 replacement for carray in mfc
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:10435
    • 提供者:ampyxx
  1. Ch01_Part_1_UtilityClasses

    0下载:
  2. Introduction to MFC Programming with Visual C++ Demo source code chapter 1
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:40937
    • 提供者:ampyxx
  1. Ch02_ClassesReviewConcepts

    0下载:
  2. Introduction to MFC Programming with Visual C++ Chapter 2 Source Code
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:70788
    • 提供者:ampyxx
  1. MFCjiaocheng

    0下载:
  2. mfc 教程 用于visual c++可视化编程-mfc visual c++ tutorial for visual programming
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:261302
    • 提供者:李胜杰
  1. MFCjiaocheng-gaishu

    0下载:
  2. mfc教程概述 包括主要的知识点 以及mfc的知识框架-mfc tutorial includes an overview of the main points of knowledge and intellectual framework mfc
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:22047
    • 提供者:李胜杰
  1. VC

    0下载:
  2. 此文件主要教授大家如何调试MFC,适合刚刚接触MFC的各类人士。-This paper mainly teach you how to debug MFC, MFC for just contact with various people.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:394364
    • 提供者:优姬
  1. MFCxiangjie

    0下载:
  2. 该MFC参考含盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容。 参考中“类层次结构图”是为了方便查找某个类的基类。 该MFC参考通常不描述通过继承的函数或操作符。若要寻求这些函数的信息,请参阅类层次结构图中该类的基类信息。 每个类的说明文档包括:该类的概括、类成员的种类、-The MFC library reference covers the basic classes in Microsoft, global functions, global vari
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1445016
    • 提供者:peng
  1. mfc2e

    0下载:
  2. 很好的详解MFC的教程书籍,能够帮助初学者学习到更多的相关知识-Detailed MFC good tutorial books
  3. 所属分类:software engineering

    • 发布日期:2017-06-02
    • 文件大小:14450909
    • 提供者:zhanglin
  1. VC-MFCexample

    0下载:
  2. VC MFC 编程实例 .pdf 文件-VC MFC programming examples. Pdf file
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:394432
    • 提供者:麦兜
  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
    • 文件大小:2715
    • 提供者:于云龙
  1. VC2005_ADO_Excel2007_demo

    0下载:
  2. VC2005利用ADO读Excel2007文件示例 1建立基于对话框的MFC程序 2引入库文件 3在对话框中的确定按钮上添加响应事件OnBnClickedOk() 4在事件OnBnClickedOk()中写代码 -VC2005 read Excel2007 file using ADO Example 1 MFC dialog-based program established to introduce library 2 3 OK button in the dialog
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:7790
    • 提供者:ruler
  1. CString

    0下载:
  2. 这是MFC中CString类型的所有函数,对于VC初学者应该有所帮助-This is the MFC CString type in all the functions, should be helpful for beginners VC
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:11314
    • 提供者:wx
  1. VisualCPP_MFC

    0下载:
  2. 该教程将向你介绍MFC的基本概念和术语以及事件驱动程序设计方法。在本节中,你将会输入、编译和运行一个简单的MFC程序。下一节中将向你详细解释这些代码。第三部分讨论了MFC控制和如何定制它们。第四部分将介绍消息映射,你将会处理MFC的事件。-This tutorial will introduce you to basic concepts and terminology of MFC, and event-driven programming. In this section, you will
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:31512
    • 提供者:雨轩
  1. zhangxie

    0下载:
  2. 最新的MFC+APL+win32程序设计+win工作原理-The latest MFC+ APL+ win32 programming+ win works! !
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2798237
    • 提供者:张勰
  1. MFCChatroom

    0下载:
  2. 本文详细介绍了VC6.0 MFC实现简易网络聊天室的全过程-This paper describes the VC6.0 MFC easy to achieve the whole process of Internet chat rooms
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:177501
    • 提供者:liuzg
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 36 »
搜珍网 www.dssz.com