CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - msgget

搜索资源列表

  1. msgget.zip

    0下载:
  2. msgget函数的使用例子
  3. 所属分类:Linux/Unix编程

    • 发布日期:
    • 文件大小:752
    • 提供者:
  1. os01级

    0下载:
  2. 4.了解和掌握Linux系统支持的消息通信机制、共享存储区机制。. (1) 消息的创建、发送和接收: 使用系统调用msgget( )、msgsed( )、msgrev及msgcrl( ),编写消息的发送和接收程序(消息长度为1KB); (2) 共享存储区的创建、附接和断接: 使用系统调用shmget( )、shmat( )、shmcrl( ),编写一个与上述功能相同的程序。-4. Understanding and support Linux messaging mechanism, share
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:202834
    • 提供者:郑章孝
  1. p11.3

    0下载:
  2. 通过msgget产生消息队列并调用msgctl获取消息队列信息-linux msgget msgctl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:770
    • 提供者:贼船长
  1. msgget

    0下载:
  2. msgget函数的使用例子 -The example for using msgget function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:1065
    • 提供者:站长
  1. MsgGet

    0下载:
  2. Get Message which was sent from other thread.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1166553
    • 提供者:cecoder
  1. message

    0下载:
  2. 该程序首先通过fork()函数分别创建Client进程和Server进程,然后通过msgget()函数创建消息队列,由Client使用msgsnd()函数向Server进程发送一个消息,Server进程通过msgrcv()函数从消息队列中接收到消息后,通过msgsnd()函数向Client进程发送回一个响应,之后,通过sleep()函数,等待Client进程从消息队列中读取了消息后,删除消息队列。-The program first by fork () function, create se
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:799
    • 提供者:JK
  1. msg

    0下载:
  2. 消息队列是一个链表,链表的每一个结点是一个消息。消息队列存放在内核中并由消息队列标示符标识。 对消息队列的操作有下面三种类型: a. 打开或创建消息队列 int msgget(key_t key, int flag) 参数key是一个键值,由ftok函数获得, flg参数是一些标志位。函数返回与健值key相对对应的消息队列描述字。 b. 读写操作 int msgsnd(int msqid, const void *ptr, size_t nbytes, int flag
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:18027
    • 提供者:sdf
  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-03
    • 文件大小:805
    • 提供者:胡晨
  1. jingcheng

    0下载:
  2. 进程通信,信号,消息机制通信实现代码 使用系统调用msgget( )、msgsnd( )、msgrev( )及msgctl()-Process communication, signal, message communication mechanism to achieve code Using the system call msgget (), msgsnd (), msgrev () and msgctl ()
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:959
    • 提供者:韩敏
  1. 4

    0下载:
  2. 掌握系统调用msgget()、msgsnd()、msgrevmsgctl()的使用方法及其功能,理解消息通信原理; 系统理解linux 的三种通信机制。 -Master the system call msgget, msgsnd (), msgrevmsgctl () to use its functions, to understand the message communication theory system to understand the linux three com
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:19910
    • 提供者:王鑫
  1. the-message-communication-principles

    0下载:
  2. 【实验内容】 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过消息队列相互发送消息(512字节)。 【实验目的】   系统了解linux系统的通信机构IPC ,掌握IPC中消息通信机制,理解消息通信的方法及特征。 【实验要求】  (1)掌握系统调用msgget()、msgsnd()、msgrev()、msgctl()的使用方法及其功能,理解消息通信原理;  (2)系统理解linux 的三种通信机制。 -Experimental Cont
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4463
    • 提供者:李亮
  1. message-queue

    0下载:
  2. 消息的创建、发送和接收,使用系统调用msgget()、msgsnd()、msgrcv()、msgctl()编制长度为1K的消息的发送和接收程序。-Create a message, send and receive calls using the system msgget (), msgsnd (), msgrcv (), msgctl () preparation program length 1K sending and receiving messages.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:919
    • 提供者:徐舒怡
  1. 操作系统双向进程通信

    0下载:
  2. 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-22
    • 文件大小:233472
    • 提供者:蚊子酱
  1. linux进程之间的通讯综合实例

    0下载:
  2. A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:数据包
搜珍网 www.dssz.com