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

搜索资源列表

  1. processManage

    0下载:
  2. 实现进程间的创建、管理、软中断通信和管道通信-The realization of the process between the creation, management, soft interrupt communications and pipeline communication
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1880
    • 提供者:kevin
  1. CMMI

    0下载:
  2. CMMI 利用命名管道技术,在进程间进行通信的例程。希望和大家交流-CMMI using named pipe technology, in the process of communication between the routines. Would like to exchange
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:94575
    • 提供者:tjh
  1. Lesson17Code

    0下载:
  2. 命名管道是通过网络来完成进程间的通信,它屏蔽了底层的网络协议细节。我们在不了解网络协议的情况下,也可以利用命名管道来实现进程间的通信。 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。-A named pipe is through the network to complete the process of communication, which sh
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:235110
    • 提供者:王大勇
  1. Linux_envirnment_communication

    0下载:
  2. 该函数创建的管道的两端处于一个进程中间,在实际应 用中没有太大意义,因此,一个进程在由pipe()创建管道后,一般再fork一个子进程,然后通过管道实现父子进程间的通信-The function at the two ends of the pipeline to create a process in the middle, in practical applications is not much significance, therefore, a process by the pipe
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:11967
    • 提供者:zhangkun
  1. linux_process

    0下载:
  2. 该书详细介绍了linux进程之间通信的几种方式:信号,管道,共享内存等几种方式,并附有详细的实例,是一本不错的新手入门的电子书。-The book details the process of communication between linux in several ways: signals, pipes, shared memory, such as a number of ways, with detailed examples are a good green hand of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:210537
    • 提供者:陈笑天
  1. NamedPipeClt

    0下载:
  2. 用VC代码实现的利用管道进行进程间通信的程序源代码-客户端-process communicate
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:29708
    • 提供者:刘继东
  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
    • 文件大小:4051
    • 提供者:owenbbkp
  1. Code

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Elaborate on the process of communication among the four ways: clipboard, anonymous pipes, named pipes and mail slots. And comparative analysis of these types of inter-process communication of the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:231985
    • 提供者:郑海
  1. ThreadTest

    0下载:
  2. 模拟多进程共享临界资源 1、实现两个进程模拟进入临界区的用户进程,当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请;申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”;当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请;当申请返回,显示:“进程x已退出临界区。” 2、一个进程作为原语的管理进程,接受其他进程的临界区进入请求:如果允许进入,则设置相应变量,然后返回;如果不允许进入,则进入循环等待,直到允许为止
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:11852
    • 提供者:hengdd
  1. pm3

    0下载:
  2. 程序三(进程间通信) :创建管道,子进程向管道写信息,父进程从管道中读取信息。-Procedure three (inter-process communication): the creation of channels, sub-process to write information to the pipeline, the parent process read information from the pipeline.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:1224
    • 提供者:lee
  1. jinchengtongxun

    0下载:
  2. 剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Clipboard, anonymous pipes, named pipes and mail slots. And a comparative analysis of these types of inter-process communication of the advantages and disadvantages.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-22
    • 文件大小:39594945
    • 提供者:qszchew
  1. pipe

    0下载:
  2. linux 下进程间的通信,用管道方式实现!-pipe of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:5405
    • 提供者:xc
  1. fifo_client

    0下载:
  2. 无名管道通信,进程间通信的一种方式。客户端程序部分-Anonymous pipe communication, a way of inter-process communication. Part of the client program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:642
    • 提供者:孙贵强
  1. 01

    0下载:
  2. 编写程序实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1和P2分别向管道各写一句话:-Write a program to achieve the process of communication channels. With the system call pipe () to build a pipeline, two sub-processes P1 and P2 respectively, each pipeline write one sentence:
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:611
    • 提供者:luyifeng
  1. Namedpiple_communication

    0下载:
  2. 进程间命名管道通信示例程序,详情见:http://blog.csdn.net/zha_1525515/archive/2009/10/04/4631951.aspx-Named pipe communication between the process of sample programs.reference:http://blog.csdn.net/zha_1525515/archive/2009/10/04/4631951.aspx
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:34735
    • 提供者:hotloofah
  1. threecodes

    5下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1702
    • 提供者:杨子坤
  1. Inter_process_communication

    0下载:
  2. 进程间通信 包括管道,消息队列,共享内存-Inter-process communication, including pipes, message queues, shared memory
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:310270
    • 提供者:wangwr
  1. 10

    0下载:
  2. Linux 下进程间通信实例之一——管道。 写进程 ./10_02 源文件 读进程 ./10_02_read 目标文件-Linux inter-process communitation pipe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1337
    • 提供者:hero
  1. pipe

    0下载:
  2. 线程与管道通信 设有二元函数f(x,y) = f(x) + f(y) 其中: f(x) = f(x-1) * x (x >1) f(x)=1 (x=1) f(y) = f(y-1) + f(y-2) (y> 2) f(y)=1 (y=1,2) 请编程建立3个并发协作进程或线程,它们分别完成f(x,y)、f(x)、f(y) -pipe and linear community
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1010
    • 提供者:
  1. NamedPipeClt

    0下载:
  2. 命名管道"或"命名管线"(Named Pipes)是一种简单的进程间通信(I P C)机制, -Named Pipes " or" named pipe " (Named Pipes) is a simple inter-process communication (IPC) mechanism
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:29556
    • 提供者:wayuzhi
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com