搜索资源列表
ExitThread
- 用控制台写的多线程程序,关于数据共享和退出的c++程序.-console was made using the multi-thread programming, data sharing and on the withdrawal of c procedures.
《Windows核心编程(第四版)》中文版.rar
- 目 录 译者序 前言 第一部分 程序员必读 第1章 对程序错误的处理 1 1.1 定义自己的错误代码 4 1.2 ErrorShow示例应用程序 5 第2章 Unicode 11 2.1 字符集 11 2.1.1 单字节与双字节字符集 11 2.1.2 Unicode:宽字节字符集 12 2.2 为什么使用Unicode 13 2.3 Windows 2000与Unicode 13 2.4 Windows 98与Unicode 13
ExitThread
- 用控制台写的多线程程序,关于数据共享和退出的c++程序.-console was made using the multi-thread programming, data sharing and on the withdrawal of c procedures.
2009
- 使用系统调用CreatThread()创建一个子线程,并在子线程序中显示:Thread is Runing!。为了能让用户清楚地看到线程的运行情况,使用Sleep()使线程挂起5s,之后使用ExitThread(0)撤销线程
ThreadCreate
- 使用系统调用CreateThread()创建一个子线程,并在线程中显示:Thread is Running!。为了能让用户清楚地看到线程的运行情况,使用Sleep()使线程挂起5秒,之后使用ExitThread()撤销进程。-System call CreateThread () to create a child thread, the thread: Thread is the Running! . In order to allo