搜索资源列表

  1. os01级

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

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

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

    • 发布日期:2024-05-20
    • 文件大小:202752
    • 提供者:郑章孝
  1. 5

    0下载:
  2. 掌握系统调用shmget()、shmat()、shmdtshmctl()的使用方法及其功能,理解共享存储区通信原理; 系统理解linux 的三种通信机制。 -Master the system call shmget (), shmat (), shmdtshmctl () to use its functions, understanding, communication principle of shared storage
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:王鑫
  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 pr
  3. 所属分类:Linux驱动

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:张格日乐
  1. share-memory

    0下载:
  2. 共享存储取得创建、附接和断接,使用系统调用shmget()、shmat()、shmctl(),编制一个与上述功能相同的程序。-Shared storage made to create, attach and disconnect, use the system call shmget (), shmat (), shmctl (), the preparation of a function with the same procedu
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:徐舒怡
  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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:数据包

源码中国 www.ymcn.org