CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程 管道 通信

搜索资源列表

  1. LinuxPipe

    0下载:
  2. Linux下进程间使用管道进行通信的几个例子,有简单的有复杂点的,可以作为学习使用。-Linux, inter-process communication using pipes a few examples, there is simply a more complex, and can be used as learning to use.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:2439
    • 提供者:wbwang
  1. Process_communication

    0下载:
  2. 进程通信。支持Windows的共享存储区、消息、有名管道、Socket通信。发送进程应可以从窗口或键盘上接收字符串。接收进程应可将字符串显示在窗口上。-Process communication. Support for Windows shared storage area, news, famous pipeline, Socket Communications. Sent process should be receiving from the window or the keyboard
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:101330
    • 提供者:徐向阳
  1. kechengsheji

    1下载:
  2. 这是操作系统的课程设计,实现的是进程之间的通信,里面有四种实现进程通信的方法,分别是管道,内存,消息以及socket,界面美观,功能齐全-This is the operating system, curriculum design, implementation is a process of communication between, there are four kinds of methods to achieve the process of communication, namel
  3. 所属分类:Windows Develop

    • 发布日期:2016-08-01
    • 文件大小:8178688
    • 提供者:wang
  1. process

    0下载:
  2. 有关Linux中进程间的通信 , 包括信号量 , 管道 , 有名管道 , 消息队列等 , 从系统方面详细介绍进程间的通信-For communication between processes in Linux, including semaphores, pipes, named pipes, message queues, etc., from the system described in detail the communication between processes
  3. 所属分类:Development Research

    • 发布日期:2017-04-04
    • 文件大小:54066
    • 提供者:kouyang
  1. PipedStream

    0下载:
  2. 利用管道来实现进程间的通信,这里简单的编写了一个发送进程和一个接收进程-using pip to connect the process of send with the process of receive
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3021
    • 提供者:show
  1. pipe

    0下载:
  2. linux环境下通过管道实现进程间的通信-linux ipc with pipe
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:520
    • 提供者:devil
  1. ProCOM

    0下载:
  2. 父进程创建子进程,通过创建管道实现父进程与字进程之间的实时通信。-Parent process creates the child process, parent process by creating a pipe with the word achieve real-time communication between processes.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3812401
    • 提供者:wang
  1. pipe_read

    0下载:
  2. 用于测试进程间通过无名管道的通信,挺好用的-Used to test inter-process communication through anonymous pipes, very good use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:664
    • 提供者:lxdong
  1. pipe

    0下载:
  2. 用于测试进程间通过有名管道的通信,挺好用的-Used to test the inter-process communication through named pipes, very good use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1209
    • 提供者:lxdong
  1. 22

    0下载:
  2. linux下的管道应用,此为匿名管道,能够实现父子进程通信-Under Linux piping applications, this is anonymous pipe, will be able to realize the father and son communication process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1319
    • 提供者:vivian
  1. named_pipe

    0下载:
  2. 基于Linux下的进程通信中的命名管道,以及相关的实现代码-Based on the process of communication under Linux named pipe, and the realization of the relevant code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:10851
    • 提供者:zzy
  1. yuan

    0下载:
  2. 嵌入式Linux中的进程/线程间通信机制研究,多进程/线程相互间的通信,包括父子进程间采用有名管道进行通信、进程间共享内存和消息队列通信、信号通信。-research on the Linux process/thread communication mechanism
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2273
    • 提供者:刘育烽
  1. Linux-Gcc_Process-Pipe

    0下载:
  2. Linux下进程通信-有名管道和无名管道编程-Linux Process Programing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2942
    • 提供者:fengqinghua
  1. myftp

    0下载:
  2. 本系统主要实现一个文件传输功能,即通过TCP或UDP协议,建立局域网内的客户端与服务器端的数据通信,实现从客户端到服务器端的上传和从服务器端到客户端的下载,以及通过命令对服务器端进行文件的各种操作。该系统主要难点在于客户端命令的拆分以及对多用户的请求处理。应熟悉TCP和UDP协议,及网络模型的实际应用。应熟练掌握Linux下的C语言编程,以及通过管道实现进程间的通信。进程/线程对资源的访问方法,文件的读写及内存映射等操作。-linux c++ ftp
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:518300
    • 提供者:kevin
  1. msg

    0下载:
  2. linux系统下 进程间(管道、消息队列)的通信代码源码-interprocess communication code source linux system
  3. 所属分类:Driver develop

    • 发布日期:2017-12-06
    • 文件大小:5793
    • 提供者:罗杰
  1. msg_ipc

    0下载:
  2. 进程通信的管道,共享内存,消息队列的三种通行模式的举例代码-Examples of process communication pipe, shared memory, message queues three access modes code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-27
    • 文件大小:10261
    • 提供者:zxlei
  1. PIC

    0下载:
  2. unix中进程间几种通信事例,包括信号,管道,消息,共享内存-unix PIC example
  3. 所属分类:Linux Network

    • 发布日期:2017-11-13
    • 文件大小:41321
    • 提供者:王镇
  1. CreatePipe

    0下载:
  2. 利用CreatePipe创建管道进行进程间的通信-Utilize CreatePipe create pipes for interprocess communication. . . . . . . . . . . . .
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-01-25
    • 文件大小:11264
    • 提供者:cnlamb
  1. Pipe

    0下载:
  2. A进程启动B进程,A、B之间建立一个管道Pipe,A、B之间利用管道进行数据通信-A process to start the process B, A, B is established between a pipe the Pipe A, B, between the use of pipelines for data communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-16
    • 文件大小:302161
    • 提供者:海子
  1. os1

    0下载:
  2. Windows操作系统使用命名管道实现进程通信,采用客户端服务器模式。-The Windows operating system process communication using named pipes, client server mode. .
  3. 所属分类:source in ebook

    • 发布日期:2017-11-27
    • 文件大小:4503512
    • 提供者:peter
« 1 2 ... 6 7 8 9 10 1112 13 »
搜珍网 www.dssz.com