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

搜索资源列表

  1. communicate

    0下载:
  2. 一个用vc实现的关于操作系统中进程间通讯的例子。程序简单,不过比较是自己第一个vc程序。采用经典的进程间通讯的算法实现的,希望高手指点!-a vc achieved with operating system on the inter-process communication example. Simple, but comparison is a vc its own procedures. Using the classic inter-process communication of t
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:62105
    • 提供者:断翼
  1. 通过消息机制实现Exe程序间的数据交换

    1下载:
  2. 通过消息机制实现Exe程序间的数据交换,实现进程间的通讯的有一个方法!-information through mechanisms Exe procedures between the exchange of information, to achieve inter-process communication in a way!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:49968
    • 提供者:方顺豹
  1. Linux_Kernel_CN(1)

    0下载:
  2. 本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_X()调用routine_Y()来增加bar 数据结构中foo 域的值这种方式来描叙核心算法 你自己可以通过阅读代码发现它每当需要理解一段代码时我总是将其数据结构画出来这样我发现了许多相关的核心数据结构以及它们之间的关系 每一章都是非常独立的就象Linux 核心子系统一样当然有时它们还是有联系的比如
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1200471
    • 提供者:陈彬
  1. 7167_InterProcess

    0下载:
  2. 朋友们,大家好! 内存文件映射和进程间通讯演示程序-friends, everyone! Memory mapping document and inter-process communication Demonstration Program
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:104010
    • 提供者:完死
  1. 信号量来解决操作系统的消费者与生产者问题

    0下载:
  2. 一个UNIX进程间通讯的程序,使用了信号量来解决操作系统的消费者与生产者问题,使用了fork,wait,nanosleep,sempo等unix函数。-a UNIX inter-process communication, the use of the signal operating system to solve the volume of consumers and producers, the use of the fork, wait, nanosleep, sempo other u
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2495
    • 提供者:飞杨
  1. 进程间通讯(三):Window下使用socket进行通信的例子

    3下载:
  2. Window下使用socket进行通信的例子 介绍了windows下socket的应用,例子vs2008编译,可以直接运行。 比较简洁经典。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2011-06-29
    • 文件大小:12755
    • 提供者:cnzhuhai
  1. mfcdde.rar

    0下载:
  2. DDE进程间通讯类,可以实现2个进程间相互通讯功能,如果有疑问可以加QQ:30943148,DDE interprocess communications can be achieved between two processes communications, can be added if there is doubt QQ: 30943148
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:6179
    • 提供者:wuzhaoguo
  1. CommunicationCoe

    0下载:
  2. 很详细的VC下的进程间通讯的源代码,同时展示了很多VC使用的技巧。-VC in great detail under the source code for inter-process communication, while VC shows a lot of the techniques used.
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:234079
    • 提供者:zhangym
  1. mailSlot

    0下载:
  2. 邮槽是基于广播通信体系设计出来的,它采用无连接的不可靠的数据传输。 邮槽是一种单向通信机制,创建邮槽的服务器进程读取数据,打开邮槽的客户机进程写入数据。 为保证邮槽在各种Windows平台下都能够正常工作,我们传输消息的时候,应将消息的长度限制在424字节以下。 mailslot是用邮槽在进程间通讯。-Mail slot is designed based on radio communications system, which uses unreliable connection
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:66463
    • 提供者:lzl
  1. code.rar

    1下载:
  2. linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communica
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-30
    • 文件大小:52770
    • 提供者:yeliu
  1. comm_source_ace

    0下载:
  2. 使用ACE Qt实现的UDP数据通讯,一套代码可实现双方通讯,一个dll可被两个exe同时加载,实现一台计算机上的进程间通讯,当然,也可以放在不同的计算机上实现数据通讯,可跨操作系统-ACE Qt UDP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-20
    • 文件大小:6117406
    • 提供者:克潇
  1. linux_useAPI_and_other

    0下载:
  2. linux 应用程序API_进程 进程和信号编程 管道/io ,进程间通讯,网络编程, 线程机制 -linux application process and signal process API_ programming pipeline/io, inter-process communication, network programming, threading mechanism
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:424385
    • 提供者:aa
  1. processdemon

    0下载:
  2. 对其他进程进行监控,能自动重新启动其他进程。可以通过进程间通讯停止其他进程-check others process in windows system. send message to other process.auto restart other process.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:144767
    • 提供者:张立松
  1. MSNChatText_src

    0下载:
  2. 利用进程间通讯的方法,获取msn聊天内容的原代码-The use of inter-process communication methods, to obtain the contents of the msn
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:18095
    • 提供者:tangyiru
  1. IPC_shareCode

    0下载:
  2. 此程序是进程间共享快速通讯的例子,目的是快速的进行多进程数据传输和存储,对于编写进程通信有着非常重大的参考价值,是codeproject上很重要的一篇文章的源代码。-This process is the process of sharing examples of rapid communication, the purpose of rapid multi-process data transfer and storage, for the preparation of the proces
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:36432
    • 提供者:
  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. Factors_IPC_Efficency

    0下载:
  2. 一篇非常实用的关于进程间通讯在网络中应用的效率问题的文章-An article about the IPC s efficiency in the network communication. The author used lots of mathmatical model to illustrate the theory.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:694251
    • 提供者:Yuntao
  1. FTPService

    0下载:
  2. ftp服务器的主要功能是上传下载文件以达到数据共享的目的。在linux底下开发ftp服务器旨在帮助学员综合运用linux初级编程与linux高级编程所学到的知识。如:守护进程的编写,进程间通讯, 管道,socket编程,文件I/O标准库函数与系统调用,以及文件权限管理等等。具体操作详见压缩包里面的文档有操作服务手册,可以控制上传和下载的速度。-USER PASS CWD,XCWD CDUP REIN QUIT PORT PASV TYPE MODE RET
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:293280
    • 提供者:
  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
    • 文件大小:10631
    • 提供者:Lee
  1. ClipSamp

    0下载:
  2. 使用Windows的统一数据传输,进行进程间通讯的例子。-use windows uniform for communicato of process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:30323
    • 提供者:spark.hao
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com