搜索资源列表
BeginthreadDemo.rar
- 这是我写的Win32 console Application程序来测试_beginthread函数创建多线程程序的用法以及参数传递的程序。
BeginthreadDemo.rar
- 这是我写的Win32 console Application程序来测试_beginthread函数创建多线程程序的用法以及参数传递的程序。, This is Win32 console which I writes the Application procedure tests the _beginthread function foundation multithreading procedure the usage as well as the parameter transmissio
Multi-threadedapplicationdevelopment
- Microsoft Win32? 应用程序编程接口(API)下提供多线程访问的库是不同的,但是我们不关注这一问题。示例程序套件,Threadlib.exe,是在一个Microsoft Foundation Class Library (MFC)应用程序中使用Win32多线程API来编写的,但是,您是使用Microsoft C运行时(CRT)库、MFC库,还是单纯的(barebones) Win32 API来创建和维持线程-Multi-threaded application developme
Win32MultithreadedProgramming(perfectVersion)
- Win32多线程程序设计(完美版)凡是 C/C++ 程序开发人员,并有 Windows 程序设计经验企图对线程、线程池、线程同步、核心对象、overlapped I/O完成端口等等 in Win32获得更坚实之认识者,本书就是针对你们而写的。-Win32 Multithreaded Programming (perfect version) Any C/C++ application developers, and Windows programming experience in an att
KillBaiduPlayer
- WIN32 枚举指定进程并结束进程 控制台程序 本例以*百度影音的进程为例子-Enumeration specifies WIN32 console application process and end the process in this case in order to kill the process as an example Baidu video
Job_Scheduling
- 我是编程小菜鸟,最近上课编了一个模拟操作系统作业调度的算法,内有FCFS(先到先服务),STF(短作业),RR(时间片),HRF,HRRF(高响应比),供参考,欢迎批评!-This is a Win32 console application which can easily imitating the OS to scheduling job,including FCFS,STF,RR,HRF,HRRF.