搜索资源列表

  1. processcomunication

    0下载:
  2. 此程序是在MFC下分别用匿名管道,命名管道和邮槽3种方法实现的进程之间的通信 -this procedure is the MFC respectively anonymous pipeline named pipes and mail chutes three different methods to achieve the communication process between the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:202551
    • 提供者:zhaodetao
  1. Pipe_Dll

    0下载:
  2. 使用PIPE完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-use PIPE completed on the same machine two processes, different machines on the two different operating systems or process under the two processes of communication.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:23252
    • 提供者:Donna
  1. FILEMAP_DLL

    0下载:
  2. 利用FILEMAP文件映射实现两个进程之间的通信以及动态链接,其中在filemapping_b中使用了dll技术-use FILEMAP document mapping process between the two to achieve the communications and dynamic link filemapping_b in which the use of the technology dll
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:75825
    • 提供者:Donna
  1. guandaotongxin

    0下载:
  2. 1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序,使用管道实现父子进程之间的通信 a) 使用系统调用fork()创建一个子进程 b) 子进程调用函数write()向父进程发送自己的进程ID和字符串” s sending a message to parent.\\n”。 c) 父进程调用函数read()通过管道读出子进程发来的消息,将消息输出屏幕,然后终止 -1, the understanding
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4476
    • 提供者:witkey_eagle
  1. DLLCallDemo

    0下载:
  2. 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Wind
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:76941
    • 提供者:钱青鱼
  1. udp

    0下载:
  2. UDP是TCP/IP协议族为传输层设计的两个协议之一,它在进程与进程的通信过程中,提供了有限的差错校验功能,是一种无连接的,不可靠的协议。UDP在一个较低的水平上完成进程之间的通信,在收到分组的时候没有流量控制机制也没有确认机制,适用于可靠性比较高的局域网。由于UDP采取了无连接的方式,因此协议简单,在一些特定的应用中协议运行效率高。UDP适合一些实时的应用,如IP电话、视频会议,它们要求源主机以恒定的速率发送数据,并且在网络出现拥塞时
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:11747
    • 提供者:转身的忧郁
  1. 13

    0下载:
  2. UDP是TCP/IP协议族为传输层设计的两个协议之一,它在进程与进程的通信过程中,提供了有限的差错校验功能,是一种无连接的,不可靠的协议。UDP在一个较低的水平上完成进程之间的通信,在收到分组的时候没有流量控制机制也没有确认机制,适用于可靠性比较高的局域网。由于UDP采取了无连接的方式,因此协议简单,在一些特定的应用中协议运行效率高。UDP适合一些实时的应用,如IP电话、视频会议,它们要求源主机以恒定的速率发送数据,并且在网络出现拥塞时
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:2250
    • 提供者:猪八戒
  1. ReadShareMemory

    0下载:
  2. 两个进程之间的通信的代码,一个进程将数据写入共享内存,另外一个进程执行读共享内存的操作,从共享内存中读取数据
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:11330
    • 提供者:李全玲
  1. processcomunication

    0下载:
  2. 此程序是在MFC下分别用匿名管道,命名管道和邮槽3种方法实现的进程之间的通信 -this procedure is the MFC respectively anonymous pipeline named pipes and mail chutes three different methods to achieve the communication process between the
  3. 所属分类:进程与线程

    • 发布日期:2024-10-07
    • 文件大小:202752
    • 提供者:zhaodetao
  1. Pipe_Dll

    0下载:
  2. 使用PIPE完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-use PIPE completed on the same machine two processes, different machines on the two different operating systems or process under the two processes of communication.
  3. 所属分类:进程与线程

    • 发布日期:2024-10-07
    • 文件大小:25600
    • 提供者:Donna
  1. DLLCallDemo

    0下载:
  2. 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Wind
  3. 所属分类:操作系统开发

    • 发布日期:2024-10-07
    • 文件大小:1002496
    • 提供者:钱青鱼
  1. ReadShareMemory

    0下载:
  2. 两个进程之间的通信的代码,一个进程将数据写入共享内存,另外一个进程执行读共享内存的操作,从共享内存中读取数据-Communication between the two processes of the code, a process to write data to shared memory, another process of the implementation of shared memory read operation,
  3. 所属分类:系统编程

    • 发布日期:2024-10-07
    • 文件大小:3595264
    • 提供者:李全玲
  1. wangluobiancheng

    0下载:
  2. 利用 java socket 实现网络通信,实现进程与进程之间的通信.-Java socket use network communication, the realization process and the process of communication between.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-10-07
    • 文件大小:95232
    • 提供者:yuxiaoyu
  1. jinchengtongxin

    0下载:
  2. 操作系统中进程之间的通信,用PV操作实现进程间的同步或者互斥控制-Operating system in the process of communication between, the PV operation to achieve inter-process synchronization, or mutually exclusive control
  3. 所属分类:操作系统开发

    • 发布日期:2024-10-07
    • 文件大小:2048
    • 提供者:王一
  1. ipc

    0下载:
  2. 管道创建和关闭,管道通信主要用于不同进程之间的通信!-Pipeline creation and closure of the main communication channels for communication between different processes!
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-10-07
    • 文件大小:1024
    • 提供者:崔强
  1. SharedMemmoryQueue

    0下载:
  2. 这是一个通过共享堆内存实现的进程间通讯库.通过共享堆内存和实践驱动来支持多进程之间的通信.-This library supports inter process communication via shared memory access and event notification mechanism.
  3. 所属分类:进程与线程

    • 发布日期:2024-10-07
    • 文件大小:53248
    • 提供者:hegallis
  1. linuxhjjc

    0下载:
  2. 进程之间的通信linux下监控进程之间的通信 进程间通信主要包括管道, 系统IPC(包括消息队列,信号量,共享存储), SOCKET,-Linux 进程间通信主要包括管道, 系统IPC(包括消息队列,信号量,共享存储), SOCKET,
  3. 所属分类:技术管理

    • 发布日期:2024-10-07
    • 文件大小:182272
    • 提供者:taojinsha
  1. threecodes

    9下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-10-07
    • 文件大小:2048
    • 提供者:杨子坤
  1. 进程间通信

    0下载:
  2. 可应用于同一台机器上两个或多个进程之间的相互通信(Mutual communication between two or more processes that can be applied to the same machine)
  3. 所属分类:C#编程

    • 发布日期:2024-10-07
    • 文件大小:499712
    • 提供者:wang3397
  1. CS通信

    0下载:
  2. 基于C/S模式,用Java语言实现两个进程之间的通信。(Based on the C/S model, using Java language to achieve communication between the two processes.)
  3. 所属分类:其他小程序

    • 发布日期:2024-10-07
    • 文件大小:3072
    • 提供者:非红
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org