资源列表
footballclub
- 足球俱乐部程序,运用了多线程编程技术,dos窗口实现-Football Club program, the use of multi-threaded programming, dos window to achieve
thread_pool
- windows线程池的实现,用c++封装了windows线程接口
遍历进程
- 遍历系统中所有进程和模块的vb源代码,有一定的参考价值
tk2
- 一个太阁立志传2的内存修改器,主要功能在内存中读取和修改另外一个进程的数据。-A 太阁立志传 2 memory modifier key functions in memory, read and modify data in another process.
Thread01
- JAVA多线程编程-multi thread program by java
memory_perf
- 这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片,此并行示例程序演示了一个单应用程序被并行执行此程序演示了不同的内存分配内存控制器和缓存的命中率。它还衡量了各种不同类型的存储器在很多情况下的性能。 -This program demonstrates the allocation of memory with different memory controller and cache homing properties. It also
简单的线程池
- VC完整应用程序代码,多线程 多任务,还可以自己使用-VC complete application code, multi-threaded multi-task, but also for its own use
Posixalarm
- Posix多线程的代码,关于时钟的,由浅入深,与大家交流-Posix multithreaded code, on the clock, easy-to-digest, and to facilitate the exchange of
w32process_src
- 一个获取进程,模块,线程的类,功能很强大,VC6兼容不是很好
ErrorAll
- Windows的Erro look 模拟-Windows Erro look Simulation
ss
- 根据生产者—消费者问题的相关原理,用C编程创建两组线程,分别模拟生产者和消费者,为了确保两组线程之间的同步和互斥,必须设置相关的信号量让两组线程有序的运行。