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

搜索资源列表

  1. Lesson3Code

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

    • 发布日期:2017-03-27
    • 文件大小:46172
    • 提供者:yuehua8
  1. Chapter3

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

    • 发布日期:2017-04-01
    • 文件大小:50534
    • 提供者:何燕蝶
  1. WinMain

    0下载:
  2. 建立新程式时的主程式写法,只要加上资源档即可产生视窗-The establishment of a new program at the time of writing the main program, as long as the file can be generated together with the resources window
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1695
    • 提供者:chiu
  1. WinMain

    0下载:
  2. WIN32下的界面生成程序。主要是界面的生成过程、函数以及消息处理的打框架!-WIN32 generated under the program interface. Mainly interface generation process, function and message processing framework for the fight!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:8528
    • 提供者:zc
  1. D3DDemo

    0下载:
  2. 基于win32基本工程创建的三棱锥动态模型,使用directx9 sdk。 使用WinMain为入口函数,非mfc。-Win32-based capital works to create a pyramid of three dynamic models, the use of directx9 sdk. WinMain function used for the entrance, not mfc.
  3. 所属分类:DirextX

    • 发布日期:2017-04-25
    • 文件大小:16310
    • 提供者:redyjq
  1. WinMain

    0下载:
  2. windows应用程序开发,基于VC++环境下的窗口设计-creat windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:117324
    • 提供者:桑小冲
  1. WinMain

    0下载:
  2. Windows程序运行原理及程序编写流程。使用VC6.0的人门基础-Windows program to run Principles and procedures for the preparation of flow. VC6.0 people use the basic door
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:74302
    • 提供者:张墨
  1. WinMain

    0下载:
  2. 给出了windows消息的各种用法,适合初学者学习使用。-Windows are given a variety of usage information, suitable for beginners learning to use.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:11278
    • 提供者:万基磊
  1. winmain

    0下载:
  2. 此程序是对于windows框架下的程序的一个写照.对于消息驱动的程序的一个说明.以及对消息处理函数的处理.-This procedure is for the windows of the program under the framework of a portrayal. The procedures for message-driven in a note. As well as the handling of message processing function.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2838
    • 提供者:
  1. WinMainTest

    0下载:
  2. 使用WinMain来显示图形界面的例子。-WinMain use graphical interface to show example.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6408
    • 提供者:18log
  1. defWinVega

    0下载:
  2. 本程序用于虚拟仿真程序。vega中的物体显示三维物体winmain结构的功能程序代码实现部分。vc中用C语言实现。供学习仿真的朋友参考!-This procedure for the virtual simulation process. vega objects displayed in the function of rotating parts of code to achieve. vc using C language. Simulation study of a friend for
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3800
    • 提供者:饭桌骑士
  1. WinMain

    0下载:
  2. Windows程序运行原理及程序编写流程-Windows program and procedures for the preparation of the principle of process
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1120
    • 提供者:song
  1. wujiaoxing

    0下载:
  2. 用API函数编写一个五角星,五条线相接,并且填充不同颜色-long WINAPI WndProc(HWND hWnd,UINT iMessage, UINT wParam,LONG lParam) BOOL InitWindowsClass(HINSTANCE hInstance) BOOL InitWindows(HINSTANCE hInstance,int nCmdShow) int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:969
    • 提供者:gaoying
  1. win_mine

    0下载:
  2. 和windows中扫雷程序界面完全一样的扫雷。为windowsAPI程序,主要代码见WinMain.cpp.-This program is the same to the Windows built-in program:mine.The source code is written by me.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-12
    • 文件大小:2576937
    • 提供者:Gauss
  1. WinMain

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows program and procedures for the preparation of the principle of the process, the process window, handle the principle of message queues
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:3591281
    • 提供者:qinghexiaoyue
  1. winmain

    0下载:
  2. 能够实现多种控件功能能
  3. 所属分类:Button control

    • 发布日期:2017-05-19
    • 文件大小:5136858
    • 提供者:DENG
  1. Lesson1Code

    0下载:
  2. c++入门实例,关于WinMain函数的说明和简单应用,快速入门-c++ Getting Started example, note on the WinMain function and a simple application, Quick Start
  3. 所属分类:.net

    • 发布日期:2017-05-07
    • 文件大小:1929219
    • 提供者:余跃海
  1. lesson3

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

    • 发布日期:2017-04-05
    • 文件大小:46717
    • 提供者:laoyu
  1. WinMain

    0下载:
  2. 简单而又详细Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系-Simple and detailed principles and procedures for running Windows programs to prepare process, the window generation process, handle theory, message queues, the callback function, the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:8406
    • 提供者:sky
  1. WinMain

    0下载:
  2. vc的代码,实现功能自己看。主要是界面,一些简单的编程。-youcanseebyyourself ,ok
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-14
    • 文件大小:3673
    • 提供者:huan
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com