资源列表
MultilineAPIload
- 实现双线程高效下载 线程A从网络中读取一个数据块,存储到内存的缓存中。 线程B从缓存中读取内容,存储到文件中。-mutilineload Aline read datablockfrominternet ,save to the buffer in RAM. Bline read context from buffer,then save to file.
panzer_killprocessbyname
- panzer kill process by name
dxc
- 这是多线程测试的代码,对于初学者很有帮助-This is a multi-threaded test code, very helpful for beginners
Thread
- 建线程、启动线程和线程间交互;建线程、启动线程和线程间交互-Build thread, start threads and interaction between threads
crack
- Simple exemple : how to patch an .exe, backup original file and compare.-Simple exemple : how to patch an .exe, backup original file and compare.
send_handle.zip
- 发送消息给某个只知道进程句柄的程序的主窗口的程序
library
- 多线程 + 信号量(无名信号量)的模拟程序: 阅览室模型:假设阅览室内共有3个座位,阅览室外等待区有5个座位。读者的行为如下:1) 读者到达阅览室时必须先在前台自助登记读者信息,离开时注销。前台每次仅允许一位读者进行登记或注销。2)若读者发现阅览室已满,他可以在阅览室外的等待区等待,3)如果等待的座位也没有了,则放弃等待,离开。 -a simple program about switching among multiple threads
Customer
- 生产者与消费者问题,用线程同步来决解~下载看了材质好东西~-the problem is about Producter and customer .please use the thread.
producer
- 生产者与消费者模型的实现,使用C语言实现的,已经编译通过-Producers and consumers to realize the model
Java
- 掌握两种实现多线程的方法:继承Thread类和实现Runnable接口。以供初学者学习这两种方法-Learn two ways to implement multithreading: the Thread class inheritance and implement the Runnable interface. For beginners to learn the two methods
message3
- My solution for Spoj
Lock
- 用于多线程下同步的锁,多个线程互斥的情况下,基于临界区的,同步方式。 -Synchronize multiple threads for the lock, multiple threads mutually exclusive case, based on critical areas, and synchronization