资源列表
[进程与线程] threadCreate
说明:关于线程编程的文档。讲述线程的创建与取消、私有数据、同步和中止。-Programming document on the thread. About the creation and abolition of the thread, private data, synchronization and termination.<雪逸> 在 2025-06-11 上传 | 大小:207kb | 下载:0
[进程与线程] PV
说明:用多线程实现“生产者-消费者问题”本作业要求设计并实现一个进程,该进程拥有一个生产者线程和一个消费者线程,它们使用N个不同的缓冲区(N为一个自定义的确定的数值,例如N=32)。你需要使用如下信号量:一个互斥信号量,用以阻止生产者线程和消费者线程同时操作缓冲区列表;一个信号量,当生产者线程生产出一个物品时可以用它向消费者线程发出信号;一个信号量,消费者线程释放出一个空缓冲区时可以用它向生产者线程发出信号; -Achieved with multi-threaded " producer<panwang> 在 2025-06-11 上传 | 大小:1.86mb | 下载:0
[进程与线程] 11
说明:通过实验,尝试创建进程和线程,实现线程间的同步和互斥,对同步、互斥算法有更深的了解。-Through the experiment, try to create processes and threads, to achieve synchronization and mutual exclusion between threads, and synchronization, mutual exclusion algorithms have a better understanding.<刘康乐> 在 2025-06-11 上传 | 大小:376kb | 下载:0
[进程与线程] shctiThreadVC
说明:三汇语音电话卡的多线程使用,编译既可以运行-Third Meeting Voice phone card to use multi-threading, the compiler can be run either<aa> 在 2025-06-11 上传 | 大小:1.93mb | 下载:0
[进程与线程] createthread
说明:创建线程实例程序,可以直接运行后产生多线程-Create a thread instance program, you can have multiple threads running directly<梁伟> 在 2025-06-11 上传 | 大小:242kb | 下载:0
[进程与线程] 164105xiancheng
说明:主要是一些写线程的东西,线程的创建调用,停止,同步和异步线程的使用方法,mfc-Mainly because some things to write threads, thread creation calls, stop, synchronous and asynchronous threads to use, mfc<> 在 2025-06-11 上传 | 大小:66kb | 下载:0
[进程与线程] dataSource
说明:模拟连接池实现,用到了线程模拟,对初学者很有帮助,希望对大家有用-Analog connection pool implementation<alcaplz> 在 2025-06-11 上传 | 大小:9kb | 下载:0
[进程与线程] pthreadsgetfileconten
说明:一个多线程扑捉一个文件内容的设计方法,在多个线程中操作一个文件,不用多次的开关。-Capture a multi-threaded design the contents of a file in multiple threads in the operation of a file, do not switch many times.<林景明> 在 2025-06-11 上传 | 大小:2kb | 下载:0
[进程与线程] ShareMemory
说明:封装共享内存类,用于进程间通信。修改的一方完成后,使用命名事件通知读取方,双方保持内容同步。-Package shared memory class for inter-process communication. After the party changes, use named event notification read side, the two sides to keep the content synchronized.<xiaoluo> 在 2025-06-11 上传 | 大小:2kb | 下载:0