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

搜索资源列表

  1. WinMain

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

    • 发布日期:2017-05-09
    • 文件大小:1922997
    • 提供者:奋斗不止
  1. Lesson3Code

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

    • 发布日期:2017-04-29
    • 文件大小:46638
    • 提供者:奋斗不止
  1. WinMain

    0下载:
  2. 基于微软的msdn中窗口编辑的最简单win32app窗口编程-how to make a window programm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1425068
    • 提供者:史天宝
  1. WinMain

    0下载:
  2. 关于windows运行原理的源代码,通过运行整个程序,可以让读者对windows运行流程有个清晰的了解,适合刚解除windows编程的读者使用。-On windows operating principle of the source code, by running the entire program that allows readers to run windows have a clear understanding of the process, for just lifting w
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:9091
    • 提供者:李波
  1. WinMain

    0下载:
  2. 自己编写的Win32小程序,对于初学者有用,加深对Window程序框架的理解。-This is a program that writted by myself for those who want to learn Win32Application as a beginner. Just take it, and it maybe helpful for you.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1954945
    • 提供者:Ausk
  1. WinReg

    0下载:
  2. 基本的窗口显示,初学者可以学习一下。注意看WinMain函数的步骤学习。-The basic window displays, beginners can learn about. Note the WinMain function learning step.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-11
    • 文件大小:893
    • 提供者:kexiang
  1. 1WinMain-mouse

    0下载:
  2. VC++ winmain函数使用调用方法,和hook类似-VC++ winmain function call method, like Hook
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1959861
    • 提供者:cjy
  1. WinMain

    0下载:
  2. 这是北京维新培训用的窗口控制程序,亲手调试成功。-This is Beijing Restoration training program with the window control, personally debugging success.
  3. 所属分类:EditBox

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

    0下载:
  2. this a small application of OpenGL tested in windows for first learning from book NEHE-this is a small application of OpenGL tested in windows for first learning from book NEHE
  3. 所属分类:GDI-Bitmap

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

    0下载:
  2. window窗口建立 孙鑫C++教程 OpenGl学习基础-created window
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:7395877
    • 提供者:菲菲
  1. OEP

    1下载:
  2. OEP感染注入呢,最主要我们要了解OEP的概念。OEP就是程序的入口,比如我们编写一个DLL,那么OEP就相当于DllMain,如果编写一个EXE,那么OEP就相当于main或者WinMain。当windows把一个pe文件装载完成之后,就会直接执行OEP入口,即:AddressOfEntryPoint。我们学过PE知识得知,AddressOfEntryPoint是在IMAGE_OPTIONAL_HEADER32 结构的定义里面。-OEP infection injection, the mai
  3. 所属分类:Game Hook Crack

    • 发布日期:2014-08-09
    • 文件大小:173056
    • 提供者:mrbang
  1. keylogger

    0下载:
  2. Hidden program for keylogger use winmain hidden
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3666
    • 提供者:kiio1
  1. WinMain

    0下载:
  2. 孙鑫老师书籍《VC++深入详解》第一章代码-Teacher xin,sun
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1258146
    • 提供者:马赫
  1. WinMain

    0下载:
  2. 《VC++深入详解》P19第一个Windows程序练习。-《VC++》P19,the first Windows s program.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-29
    • 文件大小:11296205
    • 提供者:LIN
  1. WinMain

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

    • 发布日期:2017-05-29
    • 文件大小:11650528
    • 提供者:happy_pig
  1. WinMain

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系-Windows program running, the process window, handle the principle, message queue, the callback function, the window closed exit and application working relationship
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1190
    • 提供者:张三
  1. Code

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

    • 发布日期:2017-05-03
    • 文件大小:795184
    • 提供者:王国章
  1. WinMain

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

    • 发布日期:2017-06-09
    • 文件大小:16081154
    • 提供者:萧晓
  1. WinMain

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

    • 发布日期:2017-04-08
    • 文件大小:1122
    • 提供者:莫文
  1. 关于c++的winmain例程

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

    • 发布日期:2015-05-31
    • 文件大小:9780
    • 提供者:s_huaxu@163.com
« 1 2 ... 8 9 10 11 12 1314 »
搜珍网 www.dssz.com