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

搜索资源列表

  1. ipc

    0下载:
  2. linux下进程间通信 消息的创建、发送和接收 使用消息调用 msgget()、msgsnd()、msgrcv()、msgctl()编制长度为1K 的消息的发送和接收程序。 -under linux to create inter-process communication messages, send messages and receive calls using msgget (), msgsnd (), msgrcv (), msgctl () the preparation o
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:805
    • 提供者:胡晨
  1. linux

    0下载:
  2. linux下的管道通信,用c语言编写完成,可实现父进程向子进程读入或读出字符-Under the Linux pipeline communication ( C language)
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-07
    • 文件大小:123076
    • 提供者:zhangjiarui
  1. Interprocess-Communications

    0下载:
  2. linux进程通信编程书籍,非常好的参考书,详细的讲解了linux进程间的操作和协作。-linux process communication programming books, very good reference book, a detailed explanation of the operation and collaboration between the linux process.
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-08
    • 文件大小:2005565
    • 提供者:扬帆
  1. addservice

    0下载:
  2. binder机制,实现andriod中2个进程之间的通信。-binder ipc
  3. 所属分类:Driver develop

    • 发布日期:2017-12-08
    • 文件大小:3144
    • 提供者:jkson
  1. shar_stor

    0下载:
  2. linux 共享存储 进程间通信 开发工具 ubuntu-ubuntu linux shared memory inter-process communication development tools
  3. 所属分类:Driver develop

    • 发布日期:2017-11-24
    • 文件大小:55880
    • 提供者:张小军
  1. program

    0下载:
  2. 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。   (1)掌握系统调用shmget()、shmat()、shmdt()、shmctl()的使用方法及其功能,理解共享存储区通信原理;   (2)系统理解linux 的三种通信机制。 -Write a program, while the parent process creates two child processes p1 and p2 make child
  3. 所属分类:Driver develop

    • 发布日期:2017-12-09
    • 文件大小:11139
    • 提供者:张格日乐
  1. linux

    0下载:
  2. linux从入门到精通 包含基础命令,linux下c编程基础,嵌入式系统基础,嵌入式linux开发环境的搭建,文件IO编程,进程控制开发,进程间通信,多线程编程,嵌入式linux网络编程,嵌入式设备驱动编程,Qt图形编程基础等-linux from entry to master basic commands include, linux c programming based embedded system based on embedded linux development environ
  3. 所属分类:Driver develop

    • 发布日期:2017-11-13
    • 文件大小:8295424
    • 提供者:高咪咪
  1. client

    0下载:
  2. 进程间通信,通过客户端的程序来进行数据的收发,主线程和进程间通过数据的交互来进行通信-Interprocess communication, through the client program to send and receive data, the main thread and the interaction between processes through data for communication
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:1269
    • 提供者:sunxu
  1. mmap_test

    0下载:
  2. 通过mmap的匿名管道实现父子进程通信,实现内存数据传送-The anonymous pipe through mmap parent and child processes to achieve communications, memory data transfer
  3. 所属分类:Driver develop

    • 发布日期:2017-03-30
    • 文件大小:5763
    • 提供者:中山服
  1. fork.tar

    0下载:
  2. linux 多进程实例,涉及进程间通信以及文件锁的简单应用-linux mutily proces file lock
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:2135
    • 提供者:anqiang
  1. msgqueue

    0下载:
  2. 这段代码通过列子介绍了如何使用消息队列进行进程间通信,代码比较详细-/* * 2013-12-23 * * NOTHING * * wcxontheway@126.com * * this file shows how to use msg queue in the linux * **/
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:2861
    • 提供者:NOTHING
  1. Desktop

    0下载:
  2. socket 使用槽函数,进行进程间通信。好好学习该程序-dsfa sdfadls kgsdgds ggsdfsadg lsd sladg
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2722
    • 提供者:樊东
  1. c-advanced-code16

    0下载:
  2. 本文件通过的是简单的代码编写,实现了进程间通信和网络间通信等等的相关技术代码-The code is simple through the preparation of this document, the realization of inter-process communication and network technology code-related communications, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:133131
    • 提供者:lsq
  1. LinuxLab

    0下载:
  2. Linux基本实验,包括进程通信、多线程、进程锁等使用实例-Linux basic experiments, including interprocess communication, multi-threading, locks and other processes using examples
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3672
    • 提供者:vincent
  1. cfposix1

    0下载:
  2. 通过创建子进程,使得父子进程之间可以通信,使用了信号量,和共享内存变量。- A little program ,fork four subprocess that Communication with the parent process,used posix shared a database by shared memory method
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2483
    • 提供者:chenfan
  1. jinchegndeguandaotongxin

    0下载:
  2. 编写程序实现进程的管道通信。具体要求:首先使用系统调用pipe( )建立一个管道;然后分别创建2个子进程,要求2个子进程分别向管道各写一句话:“Child 1 is sending a message!” 和 “Child 2 is sending a message!” 最后,父进程从管道中读出二个来自子进程的信息并显示。-编写程序实现进程的管道通信。具体要求:首先使用系统调用pipe( )建立一个管道;然后分别创建2个子进程,要求2个子进程分别向管道各写一句话:“Child 1 is sen
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3264
    • 提供者:付小杰
  1. UNIX-process-communication

    1下载:
  2. 进程通信的实现 分为三个基本文件,进程间信号传递、共享内存、消息机制、PV操作-Realization process communication is divided into three basic signal transmission between files, processes, shared memory, message mechanism, PV operation
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:5739
    • 提供者:jwl
  1. msgqueue

    0下载:
  2. 自编linux中基于消息队列的进程间通信模块,经过调试恩能够成功应用的模块-Editing the Linux interprocess communication module based on message queue, after debugging successfully application module
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:2578
    • 提供者:youhaibo
  1. Code

    0下载:
  2. 一、 编写一段程序,使其现实进程的软中断通信。 1.要求:使用系统调用fork()创建两个子进程,再用系统调用signal()让父进程捕捉键盘上来的中断信号(即按DEL键);当捕捉到中断信号后,父进程用系统调用Kill()向两个子进程发出信号,子进程捕捉到信号后分别输出下列信息后终止: Child Processll is Killed by Parent! Child Processl2 is Killed by Parent! 父进程等待两个子进程终止后,输出如下的信息后终止
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:68845
    • 提供者:JING
  1. pipePsemaphore

    0下载:
  2. 利用管道实现父进程子进程之间的通信 三个进程分别实现单词串的输入、小写转换为大写、将其拆分为一个个单词输出-The use of the pipeline to communicate three parent process child process were achieved between the input word train, lowercase to uppercase, which was split into a word output
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:27263
    • 提供者:ylx
搜珍网 www.dssz.com