CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - Inter-Process Communication

搜索资源列表

  1. pipedoc

    0下载:
  2. 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication for shared memory, the creati
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6.6kb
    • 提供者:王晓鹏
  1. dcdl

    0下载:
  2. DCDL:分布式控制描述语言,能以语言的方式完成对并发、进程间通信与同步和容错这3个基本功能的无二义的表达能力-DCDL: Distributed Control descr iption language, the language the way to completion of the complicated, inter-process communication and synchronization, and fault-tolerant three basic functions
  3. 所属分类:Development Research

    • 发布日期:2017-04-03
    • 文件大小:11.54kb
    • 提供者:郑湖湘
  1. bgipc_USLetter.pdf.tar

    0下载:
  2. inter process communication tutorial
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:154.41kb
    • 提供者:callis
  1. Linuxcommunications

    0下载:
  2. Linux环境进程间通信,详细阐述Linux环境进程间通信-Linux environment for inter-process communications, the environment in detail the process of communication between Linux
  3. 所属分类:Communication

    • 发布日期:2017-04-27
    • 文件大小:176.88kb
    • 提供者:tianranchen
  1. osshiyan

    0下载:
  2. 本实验要求熟悉Linux环境下C语言编译器的使用。掌握操作系统中有关进程创建、进程同步、进程互斥以及进程间通信相关系统调用的使用,按照要求书写实验报告-Requirements of this experiment are familiar with C language under Linux environment for the use of the compiler. To master the process to create the operating system, proces
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:758kb
    • 提供者:姜文
  1. linux

    0下载:
  2. 深刻理解Linux进程间通信.doc 详细介绍了linux进程间的通讯原理-A deep understanding of Linux inter-process communication. Doc details the inter-process communication principle linux
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:10.38kb
    • 提供者:Lee
  1. IPCProcess

    0下载:
  2. 关于Linux系统下进程间通信的很好的学习资料。-Next on the Linux system, inter-process communication of good learning materials.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:29.5kb
    • 提供者:gzx
  1. keshe

    0下载:
  2. 在unix环境下用c语言实现进程间通信(读写者问题,读写者不能同时进入共享区)-In the unix environment, with the c language to achieve inter-process communication (the problem of reading and writing, reading and writing were not also enter the shared area)
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1.71kb
    • 提供者:王兰
  1. Inter_process_communication

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

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

    0下载:
  2. UNIX网络编程 第2卷 进程间通信.pdf,是学习UNIX C++编程的一本好书-UNIX Network Programming Volume 2 inter-process communication. Pdf, is to learn UNIX C++ programming, a good book
  3. 所属分类:software engineering

    • 发布日期:2017-06-08
    • 文件大小:14.69mb
    • 提供者:xudong
  1. os-2-com

    0下载:
  2. 介绍了linux文件系统中关于进程的概述,包括pcb结构,进程映像,进程间的通信等。-Linux file system presented an overview on the process, including the pcb structure, process images, such as inter-process communication.
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:209.87kb
    • 提供者:小小
  1. process-communicationinduction

    0下载:
  2. 进程间通信是我们学习编程的基础,也是我们程序员必须掌握的知识,希望对大家有所帮助。-Inter-process communication is the basis for us to learn programming, programmers need to master our knowledge, we want to help.
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:10.97kb
    • 提供者:苏稳当
  1. jcj

    0下载:
  2. 这就是大学程序学习的进程间通信信号代码,希望对大家有所帮助,-This is a university program to study inter-process communication signal code, and we hope to help
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:9.88kb
    • 提供者:张三
  1. berkeley_socket--(COW)

    0下载:
  2. Berkeley sockets (or BSD sockets) is a computing library with an application programming interface (API) for internet sockets and Unix domain sockets, used for inter-process communication (IPC).
  3. 所属分类:Communication

    • 发布日期:2017-12-02
    • 文件大小:1.11mb
    • 提供者:Jimmy
  1. CPP-use-shared-memory-

    0下载:
  2. C++ 使用共享内存实现进程间通信。 文件映射是一种实现进程间单向或双向通信的机制。它允许两个或多个本地进程间相互通信。为了共享文件或内存,所有的进程必须使用相同的文件映射的名字或是句柄。   为了实现共享文件,第一个进程先调用CreateFile方法。接下来调用CreateFileMapping方法来创建一个文件映射对象。并为文件映射指明一个句柄和名称。由于事件,信号,互斥对象和文件映射等这些内核对象都共享同一个名字空间,所以如果这个名字和其他一个对象的名称重名的话那么将创建失败
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:2.15kb
    • 提供者:mechain
  1. AndroidBook_004_IPC_Binder_V2.0

    0下载:
  2. 两本书,一本关于android游戏设计方面,另一本关于android进程间通信的Binder方面的书籍-Two books, one on android game design, another aspect of the on Binder inter-process communication books android
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:3.32mb
    • 提供者:司群
  1. server

    0下载:
  2. 通过使用套接字来达到进程间通信目的的编程就是网络编程,网络编程最主要的工作就是在发送端把信息通过规定好的协议进行组装包,在接收端按照规定好的协议把包进行解析,从而提取出对应的信息,达到通信的目的!中间最主要的就是数据包的组装,数据包的过滤,数据包的捕获,数据包的分析,当然最后再做一些处理!-By using socket programming to achieve the purpose of inter-process communication is network programming
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:823byte
    • 提供者:陈马明
  1. client

    0下载:
  2. 通过使用套接字来达到进程间通信目的的编程就是网络编程,网络编程最主要的工作就是在发送端把信息通过规定好的协议进行组装包,在接收端按照规定好的协议把包进行解析,从而提取出对应的信息,达到通信的目的!中间最主要的就是数据包的组装,数据包的过滤,数据包的捕获,数据包的分析,当然最后再做一些处理!-By using socket programming to achieve the purpose of inter-process communication is network programming
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:730byte
    • 提供者:陈马明
  1. IPC.tar

    0下载:
  2. linux-进程间通信 共享内存实例讲解 在linux编译可以使用。- Inter-process communication shared memory linux- examples to explain can be used in linux compilation.
  3. 所属分类:Communication

    • 发布日期:2017-05-03
    • 文件大小:839.78kb
    • 提供者:希贤
  1. jipc-master

    0下载:
  2. Inter-Process Communication based on SharedMemory (mmaped-file) for Java
  3. 所属分类:Communication

    • 发布日期:2017-12-11
    • 文件大小:10.77kb
    • 提供者:Saurabh Raj
« 12 »
搜珍网 www.dssz.com