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

搜索资源列表

  1. mfc-example-set

    0下载:
  2. 对于常见的MFC问题的现象的阐述,介绍和总结,有助于MFC的开发和实现。-for MFC common problem with a descr iption of the phenomenon, the presentation and summary of MFC to the development and realization.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1305344
    • 提供者:邹晓松
  1. VisualC++-MFC.files

    0下载:
  2. 系统了解vc开发是一篇很好的学习mfc的文章-to understand vc development is a good learning mfc article
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4204
    • 提供者:刘国波
  1. MFC-Function-Library-Manual

    0下载:
  2. 本人辛苦收集珍藏的MFC函数库多个速查手册,全部为CHM单文件格式,非常方便携带与查找。-I am hard to collect more than one collection of MFC library Quick Reference, all as a single CHM file format, very easy to carry and look.
  3. 所属分类:Project Manage

    • 发布日期:2017-05-20
    • 文件大小:5778069
    • 提供者:Mr liu
  1. timer

    0下载:
  2. 一个手把手教你vc++mfc定时器(timer)的文档希望对大家有用。-手把手教you a vc++ Mfc timer (timer) documents useful for all of us hope.
  3. 所属分类:Document

    • 发布日期:
    • 文件大小:26112
    • 提供者:ying
  1. tongxunlu

    0下载:
  2. MFC+access的通讯录系统。 (1) 查看功能:选择此功能时列出下列三类功能. A办公类 B个人类 C商务类 当选中某类时,显示出此类所有数据中的姓名和电话号码 (2)增加功能:能录入新数据,一个结点包括:姓名,电话号码,分类(办公类,个人类,商务类), 电子邮件, (3)修改功能:选中某个人的姓名时,可对此人的相应数据进行修改。 (4)删除功能:选中某个人的姓名时,可对此人的相对数据进行删除并自动调整后续条目的编号,-MFC+ Access the address book system
  3. 所属分类:Document

    • 发布日期:2017-05-17
    • 文件大小:281725
    • 提供者:艾未未
  1. VCandDatabase

    0下载:
  2. Visual C++提供了多种多样的数据库访问技术——ODBC API、MFC ODBC、DAO、OLE DB、ADO等。这些技术各有自己的特点,它们提供了简单、灵活、访问速度快、可扩展性好的开发技术。-Visual C++ provides a variety of database access technology- ODBC API, MFC ODBC, DAO, OLE DB, ADO, etc.. These technologies have their own character
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:77391
    • 提供者:许明
  1. sqlitezongj

    0下载:
  2. SQLITE3 使用经验总结,相当于一部教程-SQLITE3 use experience, which is equivalent to a tutorial
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:30037
    • 提供者:庞有祥
  1. VRML_viewer

    0下载:
  2. A small VRML viewer using OpenGL and MFC. You can easily display a wrl-based terrain using OpenGL and MFC.-A small VRML viewer using OpenGL and MFC. You can easily display a wrl-based terrain using OpenGL and MFC
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:430647
    • 提供者:AINSTUDY
  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
    • 文件大小:94675
    • 提供者:Shi
  1. MFC-Windows-programming(2nd)

    1下载:
  2. 《MFC Windows程序设计》是经典的编程书籍,在Windows环境下,是程序员编写出完美的实用代码。-" MFC Windows Programming" is a classic programming books, in the Windows environment, is a programmer to write code for the perfect practical.
  3. 所属分类:software engineering

    • 发布日期:2017-06-16
    • 文件大小:24289881
    • 提供者:xutuan
  1. a

    0下载:
  2. 二维图像的三维显示希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的
  3. 所属分类:Document

    • 发布日期:2017-05-07
    • 文件大小:1141174
    • 提供者:biao
  1. vcMSCom

    2下载:
  2. vc串口通讯控件MSComm编程详解,在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem).还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -vc serial communication control MSComm programming Xiang Jie, car
  3. 所属分类:Project Design

    • 发布日期:2016-06-04
    • 文件大小:75589
    • 提供者:于玮婷
  1. MFC

    0下载:
  2. MFC的基础性知识 1 MFC类库简介 2 剖析单文档程序流程 3 消息映射 4 命令路由 -Basic knowledge of MFC libraries Introduction 2 1 MFC program flow analysis of a single document 4 3 message map routes commands
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:22921
    • 提供者:一幸
  1. MFC-class-libary

    0下载:
  2. VC++ MFC基础类库详解。是MFC编程的参考好资料。值得您好好参阅。-VC++ MFC Detailed base class library. Is a good reference for information on MFC programming. Worth a good read.
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1448813
    • 提供者:rubin luo
  1. MFC

    0下载:
  2. 一本很好的图形编程的书 值得一看 相信对你会有所帮助-A good book worth graphical programming that will be helpful for you
  3. 所属分类:software engineering

    • 发布日期:2017-05-23
    • 文件大小:7365722
    • 提供者:ll
  1. dissecting-MFC-2e-part1

    0下载:
  2. 深入淺出 MFC是一本介绍MFC(Microsoft Foundation Classes)程序设计技术的书籍。对于Windows 应用软件的开发感到兴趣,并欲使用Visual C++ 整合环境的视觉开发工具,以MFC 为程序基础的人,都可以从此书获得最根本最重要的知识与实例。-MFC is a layman' s language introduced MFC (Microsoft Foundation Classes) programming technology books. Sof
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:2491442
    • 提供者:陈瑜
  1. Student-MFC-VCPP-ODBC

    0下载:
  2. 用MFC做的一个学生信息管理系统,有增加、删除、排序、筛选功能,系统通过ODBC方式连接数据库。 由于文库不支持RAR,故需要完整的程序以及数据库可以联系俺,希望对大家有帮助。 -To do with the MFC, a student information management system, increase, delete, sort, filter functions, the system through ODBC to connect to the database. T
  3. 所属分类:Project Design

    • 发布日期:2017-05-10
    • 文件大小:2311257
    • 提供者:clear
  1. 单元十:MFC Windows 编程基础

    0下载:
  2. 这是一个可供学习的mfc操作ppt,对于初学者很实用(This is a MFC operation for learning ppt)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-25
    • 文件大小:4593664
    • 提供者:lyhxww
  1. MFC类库详解

    0下载:
  2. mfc中文类库详解,对mfc基本每个类都有详细的解释,是不愿意看英文的人很好的帮助,通过这个也可以对比英文版本msdn,对学习有很大的帮助。(MFC Chinese class library detailed, the basic MFC each class has a detailed explanation, is not willing to look at English people very good help, through this can also compare the
  3. 所属分类:文章/文档

    • 发布日期:2017-12-22
    • 文件大小:1444864
    • 提供者:achang
  1. MFC中文帮助

    0下载:
  2. vc++中mfc的中文帮助,对学习mfc或者c++的人来说就是一个福音,里面的内容介绍的很是详细,基本涵盖了80%以上的内容,对看不懂英文的朋友来说就是天籁之音。(Vc++ MFC Chinese help to learn MFC or c++ who is a gospel, which the content is very detailed introduction, covering more than 80% of the content of English cannot read
  3. 所属分类:文章/文档

    • 发布日期:2017-12-22
    • 文件大小:6379520
    • 提供者:achang
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com