搜索资源列表
multithreadchat
- 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-multithreaded program, multithreaded applications easily occur. Mutex object explain how to use the mutex object to the multi-thread synchronization. How to use
python_code
- python源码,包含进程、多线程控制,客户端服务器模拟,数据结构等-python source, contains process, multi-thread control, client server simulation, data structures, etc.
Visual_C_Book_Prg
- 多线程文件传输的实例,实现多个线程传输同一个文件,在服务器端多个线程以共享方式打开一个需要传输的文件,然后各个线程分别读取各自的一部分数据并分别发送给客户端,客户端同样各个线程分别接收服务端对应的线程发送的文件数据,最后将接收的临时文件合并为最终完整的文件。-Examples of multi-threaded file transfer, transfer of multiple threads with a file on the server side multiple threads t
JavaMultithreading
- Java多线程设计模式源码,这本书的多线程非常详细,非常之好,本书将多线程分为十二章,每章为每个模式。-Java multi-thread design patterns source, the book multithreading is very detailed, very good, this book will multithreading is divided into twelve chapters, each chapter for each mode.
DiscreteEventSimulation
- 严蔚敏数据结构书籍中的一个单线程解决多任务例子(An examples about using a single thread to solve multi task of a data structure book written by Yan Weimin.)