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

搜索资源列表

  1. tx

    0下载:
  2. Linux下,模拟信号互斥,程序很短小精悍,仔细读读可以加深对进程间通信的理解
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1824
    • 提供者:cheng
  1. osdiaodu

    0下载:
  2. 实现UP、DOWN原语 产生3个进程: 两个进程模拟需要进入临界区的用户进程。 当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请; 申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”; 当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请; 当申请返回,显示:“进程x已退出临界区。” 一个进程作为原语的管理进程,接受其他进程的临界区进入请求: 如果允许进入,则根据DOWN 原语的操作步
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:363548
    • 提供者:杨华
  1. sigaction_new

    0下载:
  2. 这个是对linux下进程间通信之“信号”的特性进行测试的代码,尤其是对实时信号和非实时信号的排队问题进行的测试和验证。 本代码在redhat linux2.4平台上验证无误
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-17
    • 文件大小:743
    • 提供者:钟伟
  1. linuxInterprocessCommunication

    0下载:
  2. 讲解linux 下进程通信、管道通信、信号、内存共享等编程。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:167400
    • 提供者:zwgei
  1. UNIX下的信号使用

    0下载:
  2. UNIX环境中利用信号完成进程间的通信-UNIX environment complete signal inter-process communication
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:9407
    • 提供者:闻思源
  1. 12_shm

    0下载:
  2. Linux 下进程间通信实例之一——共享内存 使用了信号量用于进程间的同步-Linux, one example of inter-process communication- shared memory semaphore used for synchronization between processes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:18658
    • 提供者:hero
  1. com_test

    0下载:
  2. linux/unix下使用unix域套接字通信与使用共享内存+信号量通信方式的用时测试比较代码。-linux/unix use unix domain socket communication and the use of shared memory+ semaphore method of communication when the test code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:2732
    • 提供者:
  1. ipc

    0下载:
  2. 这是自己学习进程间通信时敲得代码,有共享内存、管道、信号量、消息队列,互斥锁等的典型用法-This is the communication between their own learning process when the knock code, the typical usage of the shared memory, pipes, semaphores, message queues, mutexes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3087
    • 提供者:merle.zhu
  1. ipc

    0下载:
  2. ipc通信,哲学家就餐问题 采用信号量控制-ipc communications, dining philosophers problem using semaphores control
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:22973
    • 提供者:路飞
  1. 07

    0下载:
  2. Linux下进程间通信实例之一--信号,编译gcc -o 07_02 07_02.c-Linux, inter-process communication- signal
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:9151
    • 提供者:hero
  1. driver_conductor.c

    0下载:
  2. 进程间通信中经典的司机-售货员问题,用信号量实现进程间通信。-Interprocess communication in the classic driver- salesman problem, with the amount of inter-process communication signals.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1441
    • 提供者:nescio
  1. linuxIPC

    1下载:
  2. Linux 进程间通信实例包括:共享内存、管道、套接字域、消息队列、信号、信号灯;注释详细,全部经过编译验证-Examples include the Linux inter-process communication: shared memory, pipe, socket domain, message queues, signals, lights comment in detail, all compiled authentication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:8261
    • 提供者:
  1. Linux-IPC.tar

    0下载:
  2. 资源中包含了Linux进程间通信的例子,同时有源文件和可执行文件。 源码主要包含了Linux下IPC机制的本地进程通信方式,包含了IPC共享内存,IPC信号量,IPC消息队列的实现,以及Linux下判断进程退出原因的示例程序。因为是做毕设学习时的练习程序,因此程序有详细的注释。(注意,每种通信方式需要在同时两个终端中查看验证,才可以看出效果,注意查看源码注释)-the source code included in the copressed package shows how IPC wo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:11287
    • 提供者:liujingsong
  1. singal

    0下载:
  2. linux 下实现信号处理,管道设计通信-linux achieve signal processing, pipeline design communications
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1640
    • 提供者:robin
  1. IPC_linux

    0下载:
  2. 源码包中是我在学习Linux进程间通信时所写的关于五种通信方式(管道,FIFO,信号,消息队列和共享内存)的程序,适合于初学Linux下应用开发的有志之士参考,希望对他们能有所帮助。-Source package is in my learning process communication when Linux on the five kinds of written communication (pipe, FIFO, signals, message queues and shared m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:8774
    • 提供者:杨硕
  1. aa

    0下载:
  2. 编程模拟多进程共享临界资源 进程间通信可以采用信号、消息传递、管道或网络通信方式-Programming multi-process simulation of the process of sharing critical resources can be used between the communication signal, information transmission, communication channels or networks
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:642948
    • 提供者:tang qi
  1. signal-comminication

    0下载:
  2. linux高级编程中有关于进程间通信 管道和信号等重要操作的源代码实例 非常的详细 希望大家喜欢-Advanced Programming in the linux on the inter-process communication channels and signal operation and other important details of the source code for examples of great hope that everyone likes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7523
    • 提供者:韩佳楠
  1. 12_msg

    0下载:
  2. Linux 进程间通信实例之一——消息队列 使用了信号量用于进程间的同步。-Linux is one example of inter-process communication- the message queue using semaphores for synchronization between processes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:16511
    • 提供者:hero
  1. Linuxsignal

    0下载:
  2. Linux环境进程间通信信号,很好的东西-singal
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:190133
    • 提供者:nihao
  1. 635332865707343750

    0下载:
  2. 关于通信信号调制识别的知网文献,对于从事相关工作的同志们有帮助,可以看一看-HowNet literature on communication signal modulation recognition, engaged in related work comrades help, you can take a look
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1307
    • 提供者:tujrkrand
« 12 3 4 5 »
搜珍网 www.dssz.com