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

搜索资源列表

  1. VBSendText

    2下载:
  2. VB进程间通讯演示(1.0) 说明:一共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,Po
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:52250
    • 提供者:gy
  1. systemc

    0下载:
  2. 实现进程间通信,消息的创建、发送和接收,共享存储区的创建、附接和断接,实现储存管理-achieve inter-process communication, information creation, sending and receiving, storage sharing in the creation, and attached disconnect achieve storage management
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:15252
    • 提供者:刘奇
  1. memshare

    0下载:
  2. linux ipc linux 下进程间通信-linux IPS Inter Process Communication
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1175
    • 提供者:tzh
  1. linux-0.00

    0下载:
  2. linux最老的源码,只是实现在两个进程间切换。-oldest source, but is only in two inter-process switching.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5302
    • 提供者:王林
  1. list.cpp

    0下载:
  2. 信号量又称为信号灯,它是用来协调不同进程间的数据对象的,而最主要的应用是前一节的共享内存方式的进程间通信。本质上,信号量是一个计数器,它用来记录对某个资源(如共享内存)的存取状况。一般说来,为了获得共享资源,进程需要执行下列操作:-volume also known as signal lights, it is used to coordinate different processes of the data object, but the most important applicatio
  3. 所属分类:DNA

    • 发布日期:2008-10-13
    • 文件大小:8856
    • 提供者:Alvin
  1. UNIX_MSG_COMMUNICATION

    0下载:
  2. UNIX环境下如何应用消息队列实现进程间通讯,值得一看的好-UNIX environment on the use of Message Queue to achieve inter-process communication, enjoying their good Dongdong
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:179221
    • 提供者:周兆维
  1. expe3

    0下载:
  2. 进程间通讯,分别运行三个程序,然后再进行通讯!-inter-process communication, running three separate procedures, and then communicate!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:17688
    • 提供者:wang
  1. slotwriter

    0下载:
  2. 包含邮件槽客户端程序 利用邮件槽对象来实现进程间通信的程-includes mail slot client program using the mail slot target to achieve inter-process communication -
  3. 所属分类:Email客户端

    • 发布日期:2008-10-13
    • 文件大小:1033
    • 提供者:赵俊慧
  1. slotwatcher

    0下载:
  2. 包含邮件槽服务器程序 利用邮件槽对象来实现进程间通信的程 序-mail slot contains the procedures for the use mail server trough target to achieve inter-process communication procedures
  3. 所属分类:Email服务器

    • 发布日期:2008-10-13
    • 文件大小:1800
    • 提供者:赵俊慧
  1. JCTXWMGDSJ

    0下载:
  2. 进程间通信的无名管道研究 提供进程通信设计的文字部分及源代码-inter-process communication channel of anonymous communications research process design and the text of the source code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:9791
    • 提供者:wodanige
  1. aslanmsg

    0下载:
  2. 控件ASLanMsg是个很强大的工具,可以组织局域网中用户间消息的传递。操作时,该控件使用单向进程间通讯(IPC)机制Windows MailSlots,允许收发广播和通常消息。功能无限制。-ASLanMsg control is a very powerful tool that can organize LAN users among news relay. Operation, Control of the use of one-way inter-process communicatio
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:23532
    • 提供者:刘雨
  1. NetDlg

    0下载:
  2. 进程间通信,一个简单的聊天室程序,基于进程间的同步机制-inter-process communication, a simple chat room procedures, based on the process of synchronization mechanism
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:16028
    • 提供者:一二三
  1. Codeps

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. Analysis and comparison of several inter-process communication advantages and
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:234599
    • 提供者:李君懿
  1. xtd_IPC

    0下载:
  2. 一个简单的关于LINUX下的进程间通讯的演示,使用的是信号量.适合初学编程的同学一起学习!-a simple LINUX on the inter-process communication demonstration, using a semaphore. Programming for beginner students learning together!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1721
    • 提供者:xietian
  1. progressCode

    0下载:
  2. 进程间通信:剪贴板,匿名管道,命名管道,邮槽. -inter-process communication : clipboard, anonymous pipes, named pipes, mail chutes.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:233224
    • 提供者:chenpeng
  1. WindowsSysProgram

    0下载:
  2. Windows系统编程的源代码,里面有文件IO,进程间通信,网络编程等程序,相信对初学者有一定的帮助-Windows programming the system source code, which has IO documents, inter-process communication, Network Programming procedures for beginners believe will help
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2939170
    • 提供者:梁炳杰
  1. deliverdata

    0下载:
  2. mpi编程,c语言,实现数据在进程间的接力传送-mpi programming, c language, the process of data in the transmission relay
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1015
    • 提供者:tutu
  1. sendMessage_VB

    0下载:
  2. 在vb中使用sendmessage在两个进程间进行通信的示例程序. -in vb use sendmessage process between the two exemplars of communication procedures.
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:80474
    • 提供者:sunnf
  1. process_clip

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

    • 发布日期:2008-10-13
    • 文件大小:234228
    • 提供者:讼师为
  1. linux_threads

    0下载:
  2. linux下线程的创建、管理,以及进程间的mutexpool,很好用的源码-under linux thread creation, management and the process of mutexpool good use of FOSS
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:29492
    • 提供者:阿朗
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com