资源列表
双向链表的多线程安全读写
- C++实现了双向链表的操作 使用线程同步技术实现了线程的安全读写 提供了4种链表操作(插入、查询、替换、删除)的测试用例
Multi-ThreadTest
- 简单的多线程例子,可以很清楚的看到怎么实现,win32编程,很易懂.-simple multithreading example, we can clearly see how the realization of win32 program, very easy to understand.
TestDownload
- 这是一个多线程下载电影的案例 可以通过已知的url多线程下载电影-This is a case of multi-threaded download movies through the known multi-threaded download movies url
xc003
- 终止一个进程,visual c++开发环境,c++代码-Terminate a process
scheduler1
- 该包是一个模拟进程调度的算法,实现了多进程之间的调度过程,通过该算法可以延伸至任务调度算法上去应用-Scheduling algorithm simulation process, thereby showing the scheduling process, through the process of scheduling between the simulation process can be extended to scheduling
psapi
- psapi 模板,添加简单代码即可使用2k以上版本可用-psapi templates can be added using a simple code versions available 2k
一个用C做得存储管理
- 一个用C做得存储管理,很好用的,是操作系统的实验-doing a C storage management, good use, the operating system is experimental
processterm
- 用VC在进行Excel操作时,Excel关不掉,必须通过系统工具来关掉,很不方便,可在程序中功能完成后直接关掉.-VC during the operation of Excel, Excel clearance everything must pass system tools to turn off, which was very inconvenient, the process can be completed directly after the function turned off
KidefICONS
- Hide desktop ICONS Hide the desktop icon
xianchengshouhu
- 管理操作系统中的线程,操作系统发编程中的重要应用-管理 operating system threads Caozuojitong Fabian Cheng 中 important application
ThreadSync01
- 当你在程序中使用多线程时,这经常会用到,而且这些线程需要同时访问同一个资源时,这个可能性很大,这时候你就需要用到线程同步技术。有些线程以只读方式访问资源,我们叫它ReadThread,而有些线程却需要对资源进行写入,我们叫它WriteThread,我们暂时先这样称呼。如果一个线程对资源的访问是读写方式,我们把它看作是WriteThread。 -when you process multiple threads, which are often used, but these threads
threadpool
- 易用的thread pool系统,通过继承线程基类对象,使对象具备在动态分配的线程池中运行的能力。-thread pool system