CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 信号量

搜索资源列表

  1. 创建信号量.rar

    0下载:
  2. 所属分类:Linux/Unix编程

    • 发布日期:
    • 文件大小:706
    • 提供者:
  1. linuxflockipc

    0下载:
  2. linux下面的文件锁和信号量的程序-below the locks and document the procedures for signal
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:62448
    • 提供者:王刚
  1. Unix进程通讯及同步互斥机制

    0下载:
  2. Unix进程通讯及同步互斥机制,包括进程的管道通讯以及信号量实现的同步互斥机制-Unix process communication and synchronization contradict mechanisms, including the process of communication and signal pipeline capacity to achieve the synchronization mechanism Mutex
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3991
    • 提供者:冯昊飞
  1. 信号量sem

    0下载:
  2. 这是自己写的一个关于经典ipc问题-读者写者的实现。(用信号量实现)-this is the one to write his classic IPS on the issue-the readers to write to achieve. (Using signal capacity achieved)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2774
    • 提供者:梁立平
  1. sem_fun

    0下载:
  2. 一组关于linux/unix下sem信号量的控制函数代码,实现对信号量的创建,加,减,删除,返回操作值等操作.-a group of linux / unix sem signal under the control function code, the signal achievement of creation, plus or minus, delete, returned to the operating value of such an operation.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:901
    • 提供者:danis2008
  1. 创建信号量

    0下载:
  2. 创建信号量的c语言程序-create signal of c Language Program
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:973
    • 提供者:王莉
  1. semaphore_unix

    0下载:
  2. unix下的信号量控制-under the volume control signal
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2501
    • 提供者:周杰
  1. xtd_IPC

    0下载:
  2. 一个简单的关于LINUX下的进程间通讯的演示,使用的是信号量.适合初学编程的同学一起学习!-a simple LINUX on the inter-process communication demonstration, using a semaphore. Programming for beginner students learning together!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1721
    • 提供者:xietian
  1. sem_syn

    0下载:
  2. 通过两个信号量来实现两个线程间的同步,完成了互斥功能.-through two signals to achieve volume between the two threads simultaneously, and completed the mutex function.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:802
    • 提供者:baiyu
  1. zhexue05

    0下载:
  2. 进程同步,哲学家进餐共享临界区变量.定义信号量机制控制进程不互斥!-process synchronization, philosopher dining area share critical variables. Definition signal to the process control mechanism not contradict!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:938
    • 提供者:lelele
  1. 信号量来解决操作系统的消费者与生产者问题

    0下载:
  2. 一个UNIX进程间通讯的程序,使用了信号量来解决操作系统的消费者与生产者问题,使用了fork,wait,nanosleep,sempo等unix函数。-a UNIX inter-process communication, the use of the signal operating system to solve the volume of consumers and producers, the use of the fork, wait, nanosleep, sempo other u
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2495
    • 提供者:飞杨
  1. productor_consumer

    0下载:
  2. 生产者与消费者问题,用信号量实现!linux环境下的C代码-Producer and consumer issues, using semaphores to achieve! C code in linux environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1303
    • 提供者:flydragon
  1. semaphore

    0下载:
  2.  使用信号量实现有限缓冲区的生产者和消费者问题  使用信号量实现读进程具有优先权的读者和写者问题 -err
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:857
    • 提供者:jane zheng
  1. linuxflockipc

    0下载:
  2. linux下面的文件锁和信号量的程序-linux lock the following documents and procedures for traffic signal
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-10
    • 文件大小:30360
    • 提供者:站长
  1. share

    0下载:
  2. 1。创建一共享内存。a进程对共享内存中的某个整型不断加一,另外个进程对他进行减一操作,要求信号量同步。-1. The creation of one shared memory. a process of shared memory in a continuous integer-plus-one, while a process carried out by one of his operations, requested semaphore synchronization.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2451
    • 提供者:ak-47
  1. consumer_producer

    0下载:
  2. 用信号量机制实现多个生产者—消费者问题,实现线程间的同步与互斥-Semaphore implementation mechanism with a number of producers- the consumer problem, achieve inter-thread synchronization and mutual exclusion
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4168
    • 提供者:qingangjun
  1. 2_Memory

    0下载:
  2. 内存管理实验程序。 要求 : 使用 Windows XP的 API 函数,编写一个包含两个线程的进程,一个线程用于模拟内存 分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实 现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作,每个内存操作包括 如下内容: 1、时间:操作等待时间。 2、块数:分配内存的粒度。 3、操作:包括保留(reserve)一个区域、提交(commit)一个区域、释放(release)一个区域
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2055686
    • 提供者:adia
  1. LINUX

    0下载:
  2. 本文深入浅出的讲解了Linux内核信号量的设计与实现,非常值得一读-This in simple terms to explain the Linux kernel design and implementation of semaphores is very well worth reading
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:59535
    • 提供者:胡克
  1. ipc

    0下载:
  2. linux进程间通讯,包括管道、消息队列、信号量通讯。-linux inter-process communication, including pipes, message queues, semaphores communications.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:719917
    • 提供者:熊剑
  1. ch3

    0下载:
  2. linux 内核编程,关于内核信号量和自旋锁编程实例代码;操作系统环境为cent os -linux kernel programming, semaphores and spin on the kernel lock code, programming examples operating system environment for the cent os
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:82172
    • 提供者:徐德亮
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com