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

搜索资源列表

  1. 肖天华数据结构大作业

    0下载:
  2. 本次作业采用MFC多文档——视图结构体系(已征得肖老师的同意)。开发环境为VC++ 6.0 SP6,其他环境下编译未做测试。 程序运行时的外观如上图所示:文档窗口被分割为左右两部分。左边部分采用树形控件CTreeCtrl管理,右边部分采用文本框控件CEdit管理。打开或生成的XML文档都将以文本方式显示在右侧文本编辑窗口,经一定算法解析后将在左侧窗口中按XML文档描述的逻辑结构以树形目录的方式显示出来,直观明了。 -this operation using MFC more docume
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:517360
    • 提供者:long
  1. 文件管理系统课程设计C++

    0下载:
  2. 本程序是用VC++下的MFC写的希望对大家有帮助,这也是我在网上辛苦找出来的.请不要见怪>-the procedures used under the VC MFC wrote to the hopes we have to help, This is what I find on the Internet the hard work. please forgive
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1825270
    • 提供者:wang
  1. VCram

    0下载:
  2. 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
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:104003
    • 提供者:victor
  1. zidongxiezai

    0下载:
  2. 使用MFC实现COM组件时,经常节省许多开发时间。例如,使用AppWizard生成的基于MFC的COM dll工程,已经自动的提供了DllRegisterServer功能的实现。然而,却没有自动生成DllUnregisterServer功能。一般情况下,DllUnregisterServer对于程序是不可缺少的,因为一个完整的程序,不仅需要自注册功能,同时也需要自卸载功能。-use MFC COM, we often save many development time. For example
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4931
    • 提供者:arpiar
  1. SCADA

    0下载:
  2. This text surrounds the development of the electric power SCADA system exactly, aiming at the present condition of the our country electric power charged barbed wire net currently, according to the oneself at the e- lectric power protect the professi
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:434867
    • 提供者:Jawen
  1. CCritionSection

    0下载:
  2. 线程同步是一个非常大的话题,包括方方面面的内容。从大的方面讲,线程的同步可分用户模式的线程同步和内核对象的线程同步两大类。用 户模式中线程的同步方法主要有原子访问和临界区等方法。其特点是同步速度特别快,适合于对线程运行速度有严格要求的场合。 在MFC中封装了CCritionSection等对象可以对共享资源进行锁定 -thread synchronization is a very big issues, including all aspects of the content
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1196
    • 提供者:lst
  1. UseResourceInDLL

    0下载:
  2. 如何在DLL中使用对话框,从Win32 DLL和MFC DLL两个方面来分析并解决这个问题。 -how to use the DLL dialog, from Win32 DLL and MFC DLL two aspects to analyze and solve the problem.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:9396
    • 提供者:xjc
  1. SDI_project

    0下载:
  2. 用MFC开发的SDI程序,里面实现了大量的相关的功能。-with MFC SDI procedures, which achieved a number of related functions.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:43978
    • 提供者:luxieji
  1. Screen_Saver_Using_MFC

    0下载:
  2. Windows Compliant Screen Saver Using MFC.-Compliant Windows Screen Saver Using MFC.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4106
    • 提供者:Galactic Star
  1. bitmapProgress

    0下载:
  2. 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
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2018
    • 提供者:朱学科
  1. MFCSerialCommunication

    0下载:
  2. 这是我平时学习过程中总结的用MFC写串口通信程序时的一些基础知识,希望大家喜欢!-This is my usual process of learning lessons with MFC write serial communication program at some basic knowledge, hope you like them!
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6624
    • 提供者:zhang
  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. SingleDraw

    0下载:
  2. 使用MFC编写的实现绘图功能的程序源代码,适合mfc初学者学习。-use MFC prepared by the realization mapping function source code suitable for beginners learning mfc.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:64584
    • 提供者:czh
  1. VC++note

    0下载:
  2. 很好的一篇学习vc++的笔记,适合于新手,从windows编程开始,到mfc,一步一步,深入潜出-a good learning vc + + notebook suitable for novice from the windows programming, to mfc, step by step, in-depth submarine out
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:25730
    • 提供者:立为
  1. diag

    0下载:
  2. mfc对话框 mfc对话框
  3. 所属分类:软件工程

    • 发布日期:2014-01-17
    • 文件大小:1961698
    • 提供者:阿文
  1. MFcVeg

    0下载:
  2. vc下mfc编程方式下,使用仿真平台vega方法
  3. 所属分类:软件工程

    • 发布日期:2014-01-17
    • 文件大小:42355
    • 提供者:汪洋
  1. kongjianshiyong

    0下载:
  2. MFC基本控件的使用,帮助新手快速入门。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:305296
    • 提供者:付岭巍
  1. 01

    0下载:
  2. A Generalized Parsing Class for MFC 一个用作MFC的Parsing 类
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1586
    • 提供者:梦幻
  1. ch04code

    0下载:
  2. a mfc program一个简单的MFC程序,直接编译
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:210484
    • 提供者:jadepeak
  1. 楷威光源

    0下载:
  2. 基于mfc平台, rs232串口,控制光源亮度及开关。(Based on the MFC platform, RS232 serial port, control the brightness of the light source and switch.)
  3. 所属分类:软件工程

    • 发布日期:2018-01-02
    • 文件大小:5341184
    • 提供者:fss
« 1 2 3 4 5 6 78 9 10 11 12 ... 24 »
搜珍网 www.dssz.com