CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - MFC Windows程序设计

搜索资源列表

  1. Windows

    0下载:
  2. 为初学者提供MFC程序设计的试验方法和部分知道-MFC for beginners program designed to provide test methods and some know
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2780476
    • 提供者:caibo
  1. Code3

    0下载:
  2. 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:45633
    • 提供者:xue
  1. YAM_Project

    2下载:
  2. 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
  3. 所属分类:Other windows programs

    • 发布日期:2017-01-13
    • 文件大小:1482807
    • 提供者:乔松
  1. lhwy

    0下载:
  2. 本设计从计算机的网络连接安全出发,编写了一个能显示出本机当前网络连接状态详细信息的MFC程序。这个程序主要利用了Windows自带的Iphlpapi.dll文件中的两个系统函数GetTcpTable与GetUdpTable,在MFC程序运行过程中动态链接到它们,从而获得当前正在连接的TCP与UDP情况,包括连接的本地地址、本地端口、外部地址、外部端口和TCP的连接状态,并在MFC程序中显示出来,以供用户观察。-The design of secure network connectivity f
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1039155
    • 提供者:玥儿
  1. MFCAppWizard

    0下载:
  2. 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-About the principles and MFC MFC AppWizard
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:32989
    • 提供者:zs2
  1. lesson-3tom

    0下载:
  2. 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-About the principle of the MFC AppWizard MF
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:11261472
    • 提供者:理想
  1. Windows-Calculator

    0下载:
  2. 通过windows程序设计编写的一个简易MFC计算器,具有两个可以分别输入数字的编辑框,四个“+”、 “-”、 “×”、“÷”操作键和一个结果的输出框,外加一个“退出”按钮。-This is a simple calculator using windows programming, which includes two edit boxes where you can enter numbers, four operating keys "+", "-", "×" and "÷", plus
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1859218
    • 提供者:胡梦露
  1. MultiThread1

    0下载:
  2. Win32 SDK函数支持进行多线程的程序设计,并提供了操作系统原理中的各种同步、互斥和临界区等操作。Visual C++ 6.0中,使用MFC类库也实现了多线程的程序设计,使得多线程编程更加方便。该例程为Windows API 编写的一个多线程程序实例。-Win32 SDK function supports multi-threaded programming, and provides a variety of operating system principles in synchron
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3568727
    • 提供者:秦继文
  1. cute

    0下载:
  2. 一个windows下可运行的mfc小程序,自己设计的,用来向老婆道歉的哈哈(程序员简直太疯狂了哈哈)-Under a windows mfc applet can run their own design, to apologize to his wife ha (programmer simply too crazy haha)
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:915219
    • 提供者:杨文超
  1. CGameCtrl

    0下载:
  2. 这是一个模仿 Windows 下纸牌游戏程序,这个程序完全用 C++ 语言编写,里在程序里面自己封装类,自己设计程序框架,没有利用MFC,-This is an imitation of Windows card game program, this program with C++ language, in the program inside their own package, design their own program framework, without using MFC,
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:3030035
    • 提供者:文亮
  1. Code

    0下载:
  2. AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-AppWizard is a source code generation tool that is computer-aided program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:49530
    • 提供者:bean
  1. aunleu2

    0下载:
  2. 清华 MFC WIndows应用程序设计 课本部分源代码3(Tsinghua MFC WIndows application source 3 parts textbook design)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-27
    • 文件大小:7168
    • 提供者:muliek
搜珍网 www.dssz.com