当前位置:
首页 资源下载
搜索资源 - programming with posix thread
搜索资源列表
-
2下载:
此书为POSIX多线程程序设计中文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。本书首先解释了线程的基本概念,包括异步编程、线程的生命周期和同步机制;然后讨论了题,并给出了避免错误和提高性等问题的有价值的建议。本书使用了大量注释过的实例来解释实际的概念,并包括Pthreads的简装索引和对标准化的展望。本书适合有经验的C语言程序员阅读,也适合多线程编程人员参考。 -This book describes in depth the open syste
-
-
0下载:
本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。
任务要求
编程实现下图的效果,要求分别使用进程和线程
(1) 进程+SYS V信号量
(2) 线程实现+Posix同步操作API
-The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks requi
-
-
0下载:
本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。
编程实现下图的效果,要求分别使用进程和线程
(1) 进程+SYS V信号量
(2) 线程实现+Posix同步操作API
-The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks require p
-
-
0下载:
Hello, I post a zip containing three sources of programming Pthread
(Posix thread). A presentation and explanation of the functions that will be
USED is present in each source. The zip addresses only the strict
necessary to pro
-
-
0下载:
Tutorial Using LLNL s Supercomputers workshop.
(Modified: 07/03/2015)
Parallel programming with threads.
Introduction to concepts, motivations, and design considerations for using Pthreads.
Thread Management, Mutex Variables,Condition Variabl
-