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

搜索资源列表

  1. Linux进程间通信测试程序

    0下载:
  2. Linux网络测试程序,有详细注释。(Linux进程间通信)-Linux network test order, has the detailed annotation. (The Linux advancement corresponds)
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:45.03kb
    • 提供者:刘超
  1. UNIX网络编程 第2卷 进程间通信.tar

    1下载:
  2. UNIX网络编程 第2卷 进程间通信 代码-UNIX Network Programming Volume 2 inter-process communication code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:132.62kb
    • 提供者:周贤青
  1. linux进程间通信的例子

    0下载:
  2. 用简单的例子实现了用命名管道实现进程间通信-simple example of the realization of the named pipe used to achieve inter-process communication
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.14kb
    • 提供者:wf
  1. 进程间通信

    0下载:
  2. 描述unix,linux下进程间通信方式-described unix, linux under inter-process communication
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:241.23kb
    • 提供者:黄勇辉
  1. ipc qt 进程间通信

    0下载:
  2. qt 进程间通信,windows系统下运行,可以有两种方式 QLocalSocket 或 QSharedMemory-qt inter-process communication, windows system running, there are two ways QLocalSocket or QSharedMemory
  3. 所属分类:进程与线程

    • 发布日期:2017-03-23
    • 文件大小:30.04kb
    • 提供者:耿海龙
  1. Linux-IPC.tar

    0下载:
  2. 资源中包含了Linux进程间通信的例子,同时有源文件和可执行文件。 源码主要包含了Linux下IPC机制的本地进程通信方式,包含了IPC共享内存,IPC信号量,IPC消息队列的实现,以及Linux下判断进程退出原因的示例程序。因为是做毕设学习时的练习程序,因此程序有详细的注释。(注意,每种通信方式需要在同时两个终端中查看验证,才可以看出效果,注意查看源码注释)-the source code included in the copressed package shows how IPC wo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:11.02kb
    • 提供者:liujingsong
  1. thread_com.tar

    0下载:
  2. UNIX(进程间通信代码),用于新学者了解进程间各种方式的通讯-UNIX (inter-process communication code) for the new academic processes in all forms of communication
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:132.62kb
    • 提供者:孙盛
  1. MemoryMap

    0下载:
  2. 相信对于大家来说,内存映射技术已经是个很熟悉的技术了。在这里我只是作个总结,希望对那些新手朋友有帮助。 内存映射文件通常有两个用途:一是内存映射磁盘文件,这对于大数据文件的处理比较适合;二是共享内存,作为进程间通信的一种方式。 -I believe that we, the memory mapping technology is already very familiar with the technology. Here, I only conclude, in the h
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:367.8kb
    • 提供者:周晓宇
  1. ProcessCommunication

    0下载:
  2. Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:150kb
    • 提供者:周晓宇
  1. CommunicationBetweenProcesses

    0下载:
  2. vc++进程间通信的一个例子,采用两种方式实现进程间通信.一个是发送共享消息,一个是内存映射文件.可直接执行.因为没有其他的内容,初学者可采取修改对比法进行学习,迅速掌握其中的原理.-vc++ process communication An example of two way communication process. One is sent to share the news, one is memory-mapped file. can be directly executed. b
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-15
    • 文件大小:55.8kb
    • 提供者:潘宾
  1. IPC_linux

    0下载:
  2. 源码包中是我在学习Linux进程间通信时所写的关于五种通信方式(管道,FIFO,信号,消息队列和共享内存)的程序,适合于初学Linux下应用开发的有志之士参考,希望对他们能有所帮助。-Source package is in my learning process communication when Linux on the five kinds of written communication (pipe, FIFO, signals, message queues and shared m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:8.57kb
    • 提供者:杨硕
  1. exe2exe

    0下载:
  2. 进程嵌套及进程间通信,代码精练 小巧实用-The process of nesting and inter-process communication, the code concise compact utility
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:426.75kb
    • 提供者:chen
  1. unix

    0下载:
  2. linux下的进程间通信,里面有无名管道通信的代码和结果。-linux pipe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:9.16kb
    • 提供者:玄岳
  1. fifo

    0下载:
  2. linux下进程间通信方式之一的fifo读写源程序。-One of the IPC under linux, including fifo read and write source code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.04kb
    • 提供者:白鸽
  1. Lesson17vc

    0下载:
  2. vc 进程间通信,两个应用程序间数据通信,共享-vc-process communication, the two data communication between applications and share
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3.53mb
    • 提供者:wanggang
  1. libZZ

    0下载:
  2. 本程序通过socket实现了简单的单台计算机进程间通信,接口简单,方便实用!-Socket to achieve this process through a simple process of a single computer communication, interface is simple, convenient and practical!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2.04mb
    • 提供者:cattiger
  1. txin

    0下载:
  2. linux系统的shm.c等源码文件,熟悉linux系统的消息通信机制;基于共享存储区的进程间通信的设计-shm.c systems such as linux-source documents, familiar with the linux system message communication mechanism based on the shared storage area of the design-process communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:109.28kb
    • 提供者:朱可可
  1. inter

    0下载:
  2. c++进程间通信的小例子,实现了操作系统下进程互访和数据共享操作。-c++ the process of communication between the small example of the process of realization of the operating system under the operation of mutual visits and data sharing.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:245.08kb
    • 提供者:yy
  1. jinchengtongxin

    0下载:
  2. 进程间通信基础(理论+实例) 包括管道,有名管道,消息队列,信号灯,共享内存,socket。-The basis of inter-process communication (theory+ examples), including pipelines, well-known pipes, message queues, semaphore, shared memory, socket.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:656.41kb
    • 提供者:王小白
  1. UNIX网络编程第二卷 进程间通信.pdf

    2下载:
  2. UNIX网络编程第二卷 进程间通信,主要介绍进程间通(UNIX network programming, second volumes of inter process communication, mainly introduced inter process)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-16
    • 文件大小:14.68mb
    • 提供者:qingpangxi
« 12 3 4 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com