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

搜索资源列表

  1. WinMain

    0下载:
  2. windows小程序,消息处理 可用来作简单的学习 MFC程序
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:12541
    • 提供者:尹燕彬
  1. WinMain

    0下载:
  2. 这是一个自动走迷宫的寻路算法。 可能会有人需要,用作游戏的。 自己新建个Win32空项目,把这个代码复制进去就行了。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2746
    • 提供者:向启燮
  1. WinMain

    0下载:
  2. 用平台SDK编写的程序,表明了Windows程序运行原理及程序编写流程,句柄原理,示范了窗口产生过程,消息队列,回调函数,窗口关闭与应用程序退出.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:8493
    • 提供者:wenzhenghu
  1. WinMain

    0下载:
  2. 用VC++实现的WIN32 console程序,实现了消息响应功能
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:7915
    • 提供者:蕾蕾
  1. CodeGuruEssentialDifferencebetweenCONSOLEandGUIApp

    0下载:
  2. Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOLE and GUI applications with 20 lines of code. There are 2 small projects in this sample. The first project shows how to create a console in WinMain(). First o
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:205738
    • 提供者:李峥
  1. WinMain

    0下载:
  2. 一个简单的窗口程序,对于初学者理解windows程序原理和上路会有一定的帮助
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:9817
    • 提供者:风一
  1. vc++多线程

    0下载:
  2. 多线程编程   进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。   线程是进程内部的一个执行单元。系统创建好进程后,实际上就启动执行了该进程的主执行线程,主执行线程以函数地址形式,比如说main或WinMain函数,将程序的启动点提供给Windows系统。主执行线程终止了,进程也就随之终止。   每一个进程至少有一个主执行线
  3. 所属分类:Windows编程

    • 发布日期:2009-01-16
    • 文件大小:55560
    • 提供者:chenmh639
  1. 很好的VC++编程入门程序

    0下载:
  2. 很好的VC++编程入门程序,包括WINMAIN(),WINPROC(),类注册,初始化等。
  3. 所属分类:界面编程

    • 发布日期:2011-11-24
    • 文件大小:177238
    • 提供者:zhjunzhuan
  1. WINDOWS函数

    0下载:
  2. C++源代码游戏编程--WinMain()函数交流
  3. 所属分类:文档资料

    • 发布日期:2012-04-20
    • 文件大小:33280
    • 提供者:fu20122012
  1. UseActiveXNotMFC.zip

    0下载:
  2. 示范纯Win32环境下(直接用WinMain写窗口)如何自己调用ATL引入ActiveX 控件 (ActiveX Control, 通常扩展名为OCX), 本范例引入Flash Player控件, 并且播放SWF檔
  3. 所属分类:ActiveX/DCOM

  1. WinMain

    0下载:
  2. Windows编程的入门程序,对初学者很有用处! -Introduction to Windows programming procedure is useful for beginners!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1936465
    • 提供者:桓董
  1. WinMain

    0下载:
  2. windows编程运行原理,通过程序了解整个过程-windows programming operation principle
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1934955
    • 提供者:王紫薇
  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 process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:48541
    • 提供者:lijingjing
  1. WinMain

    0下载:
  2. 采用Visual C++编写的窗口产生代码,便于理解Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系-Using Visual C++ Prepared window generated code, easy to understand Windows program to run the principle and procedure of the preparation process, the process windo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8521
    • 提供者:wang
  1. windows_winmain_vc

    0下载:
  2. 这个是windows的winmain函数,它可以实现MFC中的所有功能,实际上MFC是它的一个子集。-This is the windows of the WinMain function, which can be achieved in all the features of MFC, MFC is actually a subset of it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:6740
    • 提供者:吴楠
  1. WinMain

    0下载:
  2. 运用系统API函数,实现窗口的设计,显示,和维护-Use the system API functions, the realization of the design window, display, and maintenance
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:9779
    • 提供者:tracy chen
  1. Code

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

    • 发布日期:2017-04-17
    • 文件大小:45688
    • 提供者:芳草
  1. WinMain

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系-Windows program to run the principle and procedure of the preparation process, the process window, handles principle, message queues, callback function, the window closed with the applicatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8556
    • 提供者:lma7408
  1. WinMain

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较。-Windows program to run the principle and procedure of the preparation process, the process window, handles principle, message queues, callback function, th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8518
    • 提供者:xue
  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-31
    • 文件大小:45633
    • 提供者:xue
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com