搜索资源列表
WinMain
- It is a good Winmain
WinMain
- VC Winmain线路,控制台编程,控制台对mouse的响应
WinMain
- winmain函数介绍,帮助理解winman函数的结构-winman function introduction
WinMain
- osg粒子系统 雨雪交加的效果 粒子系统的模拟过程-osg particle system
WinMain
- winmain.cpp 一个很小的程序 随便写的一个程序源代码-winmain.cpp just a very small program written in a program source code
WinMain
- 此代码主要提供给VC初学者编写WinMain函数,进而熟悉和了解VC编程的流程。-This code mainly available to the VC to prepare beginners WinMain function, which are familiar with and understand the flow of VC programming.
WinMain
- winodws开发,windows内部运行原理,控制台程序,程序简单,仅供参考-winodws development, windows internal operating principle, control procedures, the procedure is simple, for reference only
WinMain
- 简单windows窗口,文件名是“Winmain”-simple windows the file name is “Winmain”
WinMain
- 上课老师要求练习的小程序,可以引用观看。不过有错误可以联系用winmain的-Class the teacher asked a small program to practice, we can then invoke watch. However, there is an error can be linked with the winmain
WinMain
- C++ MFC入门程序----WinMain函数的使用-Introduction to C++ MFC program---- WinMain function of the use of
WinMain
- 一个简单的基于mfc的Windows程序,说明WinMain()框架。-A simple mfc for Windows-based program, indicating WinMain () frame.
WinMain
- Winmain函数的手写代码,生成一个windows窗口-Winmain function, handwritten code, and generates a windows window
WinMain
- 一个简单的winmain函数,希望对大家有帮助-Simple winmain function, we want to help
WinMain
- 介绍了一点初级mfc,愿意和初学 的人交流。-winmain
WinMain
- win32 API写的一个winmain函数,好东西哦,学习API必备,了解运行机制-good things
WinMain
- 简单界面的源代码,Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Simple interface source code, Windows program run theory and programming process, the window generating process, handle theory, messa
WinMain
- WinMain-函数功能 函数功能:该函数被系统调用,作为一个32位应用程序的入口点。 函数原型:int WINAPI WinMain(HINSTANCEE hlnstance,HINSTANCE hPrelnstance,LPSTR lpCmdLine,int nCmdShow);-WinMain-function function function function: This function is system calls, as a 32-bit application e
WinMain
- cpp程序,孙鑫老师的的课程扩展程序,很好的学习资料!-cpp program, Xin Sun expanded program of courses teachers, good learning materials!
WinMain
- 自己写的winmain函数,不用MFC,VC程序 -Winmain write their own functions, without MFC
WinMain
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-About the principles and MFC MFC AppWizard