搜索资源列表
ProcessCE
- WINCE 下获取所有的进程,并能终止线程-GET ALL APPLICATION PROCESS,AND CAN TERMINATE IT.
osinfo102
- 用C++ 获取系统硬件信息(包括CPU核数,内存状态等)和进程线程状态-use C++ to get system information and thread conditon
press_test
- 用C++编写的系统压力测试程序,包括进程压力测试与线程压力测试。-Written in C++, system pressure testing procedures, including the process of stress testing and stress testing thread.
Project
- VB 调用API枚举进程和线程的源代码,实现线程监控-VB enumeration process and thread source code
protect
- 线程守卫,能够监视系统中莫个进程,一旦次进程关闭便会立即重新启动-Thread guards, surveillance systems can be a process in Mozambique, once the meeting will be immediately shut down the process to restart
pv_rw
- 利用Windows提供的API函数,用VISUALC++ 6.0编写程序,解决生产者与消费者问题,实现进程的互斥与同步实验设计在同一个进程地址空间内执行的七个线程。三个生产者线程四个消费者线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。生产者线程生产物品时,若无空缓冲区可用,生产者线程必须等待消费者线程释放出一个空缓冲区;消费者线程消费物品时,若无满的缓冲区,消费者线程将被阻塞,直到新的物品被生产出来。-err
remotethreaddemo
- windows平台向其它进程注入线程执行代码的示例程序。-windows platform to other process threads to code of sample programs.
tongbuyuhuchi
- 在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来,我的具体做法也是如此,建立缓冲区,生产者生产的产品放入,消费者从中取产品,如果没有产品,则等待。-err
Project
- VB 调用API枚举进程和线程的源代码,实现线程监控-VB enumeration process and thread source code
protect
- 线程守卫,能够监视系统中莫个进程,一旦次进程关闭便会立即重新启动-Thread guards, surveillance systems can be a process in Mozambique, once the meeting will be immediately shut down the process to restart
pv_rw
- 利用Windows提供的API函数,用VISUALC++ 6.0编写程序,解决生产者与消费者问题,实现进程的互斥与同步实验设计在同一个进程地址空间内执行的七个线程。三个生产者线程四个消费者线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。生产者线程生产物品时,若无空缓冲区可用,生产者线程必须等待消费者线程释放出一个空缓冲区;消费者线程消费物品时,若无满的缓冲区,消费者线程将被阻塞,直到新的物品被生产出来。-err
remotethreaddemo
- windows平台向其它进程注入线程执行代码的示例程序。-windows platform to other process threads to code of sample programs.