资源列表
heisiik123
- 运用文件共享、互斥体、信号量、关键段、油槽及管道实现线程同步和进程通讯。-The use of file sharing, and mutexes, semaphores, critical sections, tank and piping, thread synchronization and interprocess communication.
An-example-of-Multi-process
- 多进程实现网络计算机扫描,体现了多进程在网络编程中的重要性。-The multi-process network computer scanning, reflecting the importance of a multi-process network programming.
Socket
- 用于socket与多线程并用,实现多线程UDP上传,数据之间互不影响-Used for the socket and multi-threaded, multi-threaded UDP upload data between independently of each other
caozuoxitong
- 基于VC的哲学家算法的实现,简单的小程序,无GUI界面,多线程原理-Philosophers algorithm (VC platform)
Thread
- 同步信号:信号量同步,临界区同步,互斥同步,清屏功能。-Synchronization signals: semaphore synchronization, critical section synchronization, mutual exclusion synchronization
os
- 功能是在进程间完成文件的传送。一个发送进程把两个文件送入消息队列,另外两个接收进程分别从消息队列各自接收一个文件。该例由3个源程序文件组成:user.h 是共用的头部文件,filesnd.c的功能是把两个文件读出并发送到消息队列,filercv.c的功能是从消息队列读取文件。-Function is to complete the file transfer between processes. A sending process the two files into the message q
cdshop
- 多线程实现商店 出租与销售 对初学者有效-java thread
PEInfo
- pe小工具源码,特征码扫描,pe文件解析,进程管理-pe gadget source, signature scanning, pe file parsing process management
thread
- windows窗体程序的线程编程,通过查看源代码熟悉线程编程-windows thread application example,you can learn to how to program in windows thread
PiSolution
- 多核架构编程:利用临界区多线程并行求PI值 只有C++文件 多核作业-Multicore programming: the use of the critical region is multi-threaded parallel seek the value of PI C++ file
idfind
- 任务旨在强化线程编程能力,对并行所带来的性能优势有直观的认识。 在阅读大型项目代码时,经常要搜索某个标识符,找出该标识符的声明、定义或引用的地方(某文件的哪一行)。本任务要求实现一个程序idfind,其使用格式如下: idfind [-j n] id dirname 选项 -j 指定并行线程数目。如果省略该选项,则只启动一个线程。 id表示要查找的标识符,dirname表示项目所在目录。-Task is to strengthen the ability of progra
philosopher
- 使用多线程来解决哲学家就餐问题的源代-To use multiple threads to solve the source code for the dining philosophers problem
