当前位置:
首页 资源下载
搜索资源 - semaphores threads linux
搜索资源列表
-
0下载:
线程中使用Semaphore的例子 ,The example for using semaphore in thread
-
-
0下载:
Linux程序设计 : 第4版(最负盛名的Linux程序设计图书)
时至今日,linux系统已经从一个个人作品发展为可以用于各种关键任务的成熟、高效和稳定的操作系统,因为具备跨平台、开源、支持众多应用软件和网络协议等优点,它得到了各大主流软硬件厂商的支持,也成为广大程序设计人员理想的开发平台。
本书是linux程序设计领域的经典名著,以简单易懂、内容全面和示例丰富而受到广泛好评。中文版前两版出版后,在国内的linux爱好者和程序员中也引起了强烈反响,这一热潮一直持续至今。本书是国内读者
-
-
0下载:
这是用c++写的一个跨平台的库,用同样的接口,实现了windows,unix,linux下的有关线程,进程,互斥,信号量,时间操作,等等。是编写跨平台c++程序的有力助手。-It is written in c++ using a cross-platform library, with the same interface, to achieve the windows, unix, linux under the relevant threads, processes, mutexes, s
-
-
0下载:
这是我在研究生助教期间花了很大心血做的Linux操作系统的课件,范围包括GCC使用 Shell脚本基础 Linux进程、线程、信号、信号量、消息队列以内存共享以及文件系统等方面的知识。-This is my graduate student teaching assistants spent a lot of effort to do during the Linux operating system, courseware, covering the GCC based on Linux us
-
-
0下载:
操作系统,linux进程线程操作,信号量的运用,液面操作系统-Operating system, linux operating process threads, semaphores use of liquid operating system
-
-
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下载:
Linux中信号量、线程、同步及互斥等例子-Examples of Linux, semaphores, threads, synchronization and mutual exclusion
-
-
0下载:
在Linux下创建两个线程,利用信号量和互斥锁实现生产者和消费者的典型问题。编译器G-Under Linux creates two threads using semaphores and mutexes to achieve the typical problems of producers and consumers. GCC compiler
-