搜索资源列表

  1. ShareMemory11

    0下载:
  2. vc中使用共享内存实现进程间通信,代码易懂-vc use shared memory to achieve inter-process communication, code understandable
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:82944
    • 提供者:梁白鸥
  1. thread_com.tar

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

    • 发布日期:2024-05-16
    • 文件大小:136192
    • 提供者:孙盛
  1. WM_COPYDATA

    0下载:
  2. 此源码为在VC下实现的进程间通信的功能,在WINDOWS环境运行-this source of the VC under the inter-process communication functions in Windows operating environment
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:57344
    • 提供者:余庆祥
  1. UNIXEAP

    0下载:
  2. 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,Postscr ipt 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX
  3. 所属分类:电子书籍

    • 发布日期:2024-05-16
    • 文件大小:14538752
    • 提供者:neptune87140104
  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编程

    • 发布日期:2024-05-16
    • 文件大小:15360
    • 提供者:刘奇
  1. slotwatcher

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

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:赵俊慧
  1. NetDlg

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

    • 发布日期:2024-05-16
    • 文件大小:1286144
    • 提供者:一二三
  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-proces
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:234496
    • 提供者:李佳明
  1. progressCode

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

    • 发布日期:2024-05-16
    • 文件大小:232448
    • 提供者:chenpeng
  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
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:233472
    • 提供者:讼师为
  1. unix_network_programming

    0下载:
  2. unix网络编程 第1卷 套接口API和X/Open传输接口API unix网络编程 第2卷 进程间通信 包括这两卷的源代码-unix Network Programming, Vol 1 socket API and X/Open Transmission Network Interface API unix Liaison Program, volume 2, inter-process communication, inc
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:305152
    • 提供者:郭涛
  1. pipedoc

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

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:王晓鹏
  1. NamedPipe

    0下载:
  2. 使用命名管道进行进程间通信,可以跨越机器边界
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:478208
    • 提供者:hapin
  1. Child

    0下载:
  2. 进程间通信的一个小示例程序,初学者适合看看,-Interprocess communication in a small sample application, suitable for beginners to see,
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:28672
    • 提供者:站长办公区
  1. Dllshare2

    0下载:
  2. 动态链接库发放进行进程间通信。直接编译就可以通过,好码!-Issuance of a dynamic link library for interprocess communication. Direct the compiler can, through good code!
  3. 所属分类:通讯编程

    • 发布日期:2024-05-16
    • 文件大小:151552
    • 提供者:张伟平
  1. windowipc

    0下载:
  2. 一个基于Windows系统编程之进程间通信小程序-Windows system programming based on the process of inter-applet communication
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:105472
    • 提供者:sounds
  1. SharedMemory

    0下载:
  2. 这是一个共享内存很好的例子,是进程间通信最常用的一种方法,我觉得对大家很有帮助-This is a good example of shared memory, inter-process communication is the most commonly used a method, I think very helpful to everyone
  3. 所属分类:通讯编程

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:chuchu
  1. TestSMDlg

    0下载:
  2. 接SharedMemory.h,进程间通信,内存共享的编程代码,对于软件编程来说,是不错的东西-Then SharedMemory.h, interprocess communications, shared memory programming code, for software programming, it is a good thing
  3. 所属分类:通讯编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:chuchu
  1. TestSMDlg

    0下载:
  2. 接SharedMemory.h,进程间通信,共享内存代码,很好的一个例子,希望对大家能有所帮助-Then SharedMemory.h, interprocess communications, shared memory code, an example of good, in the hope that everyone can be helped
  3. 所属分类:通讯编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:chuchu
  1. lesson17

    0下载:
  2. 孙鑫老师VC视频第十七课代码:详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Xin Sun 17th class teacher VC Video Code: explain in detail the process of communication among the four ways: clipboard, anonymous pipes, named pipes an
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:232448
    • 提供者:shanyingying
« 1 23 4 5 6 7 8 9 10 ... 45 »

源码中国 www.ymcn.org