当前位置:
首页
资源下载

搜索资源 - Programming with POSIX
搜索资源列表
-
0下载:
基于unix/linux 的消息队列编程;库采用POSIX 可做商业源代码用-based on unix / linux the Message Queue programming; For commercial use POSIX do with the source code
-
-
0下载:
· Develop clear, readable, well-documented and well-designed programs in the C Programming Language.
· Develop software in the Unix/Linux using tools such as gcc, gdb, and make.
· Locate and interpreting “man pages” applicable to applicatio
-
-
0下载:
《多线程编程指南》介绍了SolarisTM 操作系统(Solaris Operating System, Solaris OS)中
POSIX® 线程和Solaris 线程的多线程编程接口。本指南将指导应用程序程序员如何创建
新的多线程程序以及如何向现有的程序中添加多线程。-" Multi-threaded Programming Guide" describes the SolarisTM operating system (Solaris Operating
-
-
2下载:
此书为POSIX多线程程序设计中文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。本书首先解释了线程的基本概念,包括异步编程、线程的生命周期和同步机制;然后讨论了题,并给出了避免错误和提高性等问题的有价值的建议。本书使用了大量注释过的实例来解释实际的概念,并包括Pthreads的简装索引和对标准化的展望。本书适合有经验的C语言程序员阅读,也适合多线程编程人员参考。 -This book describes in depth the open syste
-
-
0下载:
Linux程序设计 : 第4版(最负盛名的Linux程序设计图书)
时至今日,linux系统已经从一个个人作品发展为可以用于各种关键任务的成熟、高效和稳定的操作系统,因为具备跨平台、开源、支持众多应用软件和网络协议等优点,它得到了各大主流软硬件厂商的支持,也成为广大程序设计人员理想的开发平台。
本书是linux程序设计领域的经典名著,以简单易懂、内容全面和示例丰富而受到广泛好评。中文版前两版出版后,在国内的linux爱好者和程序员中也引起了强烈反响,这一热潮一直持续至今。本书是国内读者
-
-
0下载:
linux下pthread库标准《programming with posix》书籍的中文电子版-POSIX under Linux,this is a book about linux pthread
-
-
0下载:
Programming real-time systems with C and POSIX
-
-
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下载:
Set up a C programming environment with shell facilities, makefiles, text editors, debuggers, and memory checkers
Use Autotools, C’s de facto cross-platform package manager
Learn which older C concepts should be downplayed or deprecated
Expl
-
-
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
-
-
0下载:
UNIX/Linux shell 有很多种,比如 Bourne shell(又称 AT&T shell,标准的 UNIX shell, sh)、
C shell(又称 Berkeley shell)、 Korn shell(Bourne shell 的扩展集,ksh)、 TC shell、 Z shell、 Bash shell
等。 这些 shell 的功能和使用都不尽相同。我们通常说 shell 编程,其实说精通所有 shell 编
程是很难的, 一般也没有必要。 学习 shel
-