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

搜索资源列表

  1. LinuxIPC进程间的通信

    0下载:
  2. Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:591.13kb
    • 提供者:杨政
  1. 进程控制实验

    0下载:
  2. 操作系统实验,进程控制实验,Process.exe为父进程执行程序ChildProcess.exe为子进程执行的程序 该程序实现了进程间的消息通信,共享储存区通信以及管道通信-experimental operating system, process control experiments, Process.exe designation process ChildProcess.exe procedures for the implementation of the process-th
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.86mb
    • 提供者:俞鹏
  1. ProcessA

    0下载:
  2. 用vc来进行模拟进程间的通讯,有消息通讯,通过内存映像通讯和管道通讯,界面操作简单,容易理解,非常适合初学者学习.-vc used to simulate inter-process communications, messaging, communications and memory mapping pipeline communications, the interface is simple, easy to understand and are very suitable for be
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:20.72kb
    • 提供者:王军
  1. 通过消息传送数据

    0下载:
  2. 很好的操作系统课程设计,功能是利用命名管道进行通信,能学到很多东西-good courses on operating system design, function is to use named pipes for communication, a lot of things can be learned
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:128.43kb
    • 提供者:cjl
  1. 即时消息软件Xchat

    0下载:
  2. 基于JXTA的管道协议编写的即时消息软件Xchat,利用P2PSocket 在Peer之间传输消息,实现InputPipe 的监听器。
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-17
    • 文件大小:1.8kb
    • 提供者:zyt
  1. linux_IPC

    0下载:
  2. linux 的进程通信的3种方式 共享内存 消息队列 管道方式实现的实例。有注释!-linux process of three kinds of ways to communicate a shared memory message queue pipeline approach to achieve a simple example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.54kb
    • 提供者:小林
  1. PipeCommunication

    0下载:
  2. linux的多进程通信,使用管道实现了多个父子进程间的消息传递及其内存共享-linux for multi-process communication, the use of pipes to achieve a number of inter-process messaging father and son and memory sharing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:971byte
    • 提供者:陈sean
  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-28
    • 文件大小:8.07kb
    • 提供者:
  1. IO-example

    0下载:
  2. 这是一个综合的IO函数调用的例子,一个简单的任务通过管道进行消息传递。-This is a comprehensive example of IO function call, a simple task carried out by pipeline messaging.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1.72kb
    • 提供者:dujiguang
  1. msg_VxWorks

    0下载:
  2. 原创:vxworks的消息队列 一个任务运行时的数据和状态怎么告诉其他任务?信号量为任务间同步和互斥提供了提供了高效的方法,但它不能携带更多的任务信息。因而需要使用更高级的通讯方式,即消息队列和管道。这节主要讲消息队列。-Original: vxworks task message queue for run-time data and how to tell the status of other tasks? Semaphore for inter-task synchronizatio
  3. 所属分类:VxWorks

    • 发布日期:2017-04-02
    • 文件大小:122.21kb
    • 提供者:郑禾
  1. ipc

    1下载:
  2. Linux进程间通信小例子,包括管道,命名管道,信号,共享内存,消息队列等-Linux small example of the process of communication, including pipes, named pipes, signals, shared memory, message queues, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3.96kb
    • 提供者:owenbbkp
  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
    • 文件大小:627.88kb
    • 提供者:tang qi
  1. MessageCenter

    1下载:
  2. 这是一个消息收发器,集合了六种常用协议,如SOCKET,WM_COPYDATA,命名管道等,是协助程序员测试的利器。-This is a message send/recv program, with 6 common protocals, such as socket, wm_copydata, named pipe and so on, will be very useful for the coder.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-12-09
    • 文件大小:445.67kb
    • 提供者:熊振
  1. ipc

    0下载:
  2. linux进程间通讯,包括管道、消息队列、信号量通讯。-linux inter-process communication, including pipes, message queues, semaphores communications.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:703.04kb
    • 提供者:熊剑
  1. 1

    0下载:
  2. 主题:进程的管道通信 内容:这是一个设计型实验,要求自行编制程序。 使用系统调用pipe()建立一条管道,两个子进程分别向管道写一句话: Child process1 is sending a message! Child process2 is sending a message! 父进程从管道读出来自两个子进程的信息,显示在屏幕上。 要求: 1) 父进程先接收子进程1发来的消息,然后再接收子进程2发来的消息。 2) 实现管道的互斥使用,当一个子进程正在对
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:7.53kb
    • 提供者:小斧子
  1. zsy

    0下载:
  2. 先定义两个发送端A和B,发送端A和发送端B用消息管道相连接。从发送端A发送一个大数据量的字符串数据到接收端B,在发送端此大容量字符串被分解成几个帧来进行传送,自己设定相应的接收窗口容量,并使用滑动窗口协议的基本算法思想,是发送端A的字符串数据完整的传送到B端。-A first define the two transmitter and B, the sender A and B by sending a message pipe is connected. From the sender to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:842.16kb
    • 提供者:赵思宇
  1. Process-communication

    1下载:
  2. ? 编写两个进程,一进程负责发送字符 串,另一进程负责接收字符串; ? 支持Windows/linux的的共享存储区、消息、有名和无名管道、Socket通信 ? 发送进程应可以从窗口或键盘上接收字符串; ? 接收进程应可将字符串显示在窗口上; -? preparation of two processes, a process responsible for sending a string, another process is responsible for receivin
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-22
    • 文件大小:117kb
    • 提供者:陈明
  1. send

    0下载:
  2. 用于window下管道通信之间的代码 实现管道消息的传送和接收-send and receive
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:848byte
    • 提供者:
  1. linux_simple_applications

    0下载:
  2. linux简单的应用程序的集合, 不过对于初学学习linux是很有意的, 比如多进程,管道, 消息队列-linux simple appliactions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:70.61kb
    • 提供者:nianqin
  1. XDMessaging.Net-master

    0下载:
  2. C#下提供进程间消息通讯的库。如WM_COPYDATA,管道等(XDMessaging library.)
  3. 所属分类:.net编程

    • 发布日期:2018-01-05
    • 文件大小:2.61mb
    • 提供者:caijr
« 12 3 4 5 »
搜珍网 www.dssz.com