搜索资源列表

  1. 哲学家进餐问题

    0下载:
  2. linux进程间通信,父进程,子进程的创建-inter-process communication, parent process, the process of creating son
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:12288
    • 提供者:方芳
  1. (进程通信)

    0下载:
  2. 进程管理中的进程通信 父进程和子进程间的通信 以及五种通信方式-process management of the process of communication process and the father of the child process and the communication between the five means of communication
  3. 所属分类:界面编程

    • 发布日期:2024-05-16
    • 文件大小:7674880
    • 提供者:王成
  1. 进程通信vc

    0下载:
  2. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:3795968
    • 提供者:比零
  1. 进程控制实验

    0下载:
  2. 操作系统实验,进程控制实验,Process.exe为父进程执行程序ChildProcess.exe为子进程执行的程序 该程序实现了进程间的消息通信,共享储存区通信以及管道通信-experimental operating system, process control experiments, Process.exe designation process ChildProcess.exe procedures for the im
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-16
    • 文件大小:1948672
    • 提供者:俞鹏
  1. memshare

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

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

    0下载:
  2. windows进程通讯的例子,共有三种模式: 共享内存,管道,SOCKET,可以给未接触过的人作为参考-windows example of the process of communication, there are three models : shared memory, pipes, SOCKET. it has not been exposed to people as a reference
  3. 所属分类:通讯编程

    • 发布日期:2024-05-16
    • 文件大小:74752
    • 提供者:111
  1. sendMessage_VB

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

    • 发布日期:2024-05-16
    • 文件大小:79872
    • 提供者:sunnf
  1. DLLCallDemo

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

    • 发布日期:2024-05-16
    • 文件大小:1002496
    • 提供者:钱青鱼
  1. Code

    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 in
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:70656
    • 提供者:中国
  1. UNIXprogram

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

    • 发布日期:2024-05-16
    • 文件大小:14538752
    • 提供者:岳星
  1. Linux-IPC

    0下载:
  2. Linux环境进程间通信,介绍了linux系统下进程间通信。-Linux environment for inter-process communications, introduced the linux system inter-process communication.
  3. 所属分类:电子书籍

    • 发布日期:2024-05-16
    • 文件大小:181248
    • 提供者:wei zhang
  1. ATM

    0下载:
  2. 本实验模拟ATM取款功能。本程序比较简单,但对于初学者而言,还是有有助于理解Linux的进程间通信的方法,如消息队列和共享区、管道等。程序功能上模拟了取款机上的取款.转帐.修改密码一些功能。客户端进行操作,操作记录将在服务器端显示。-Experimental simulation of the function of ATM withdrawals. This procedure is relatively simple, but fo
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:陈小冬
  1. UNIXCode

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

    • 发布日期:2024-05-16
    • 文件大小:14731264
    • 提供者:琪琪7
  1. IPC

    0下载:
  2. 进程间的通信机制对于计算机人员来说显得尤为重要,此程序的简单的实现了某些功能。-Inter-process communication mechanism for computer personnel is particularly important that this procedure a simple realization of a certain function.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-16
    • 文件大小:223232
    • 提供者:Long
  1. wilbur

    0下载:
  2. linux下用qt编写的进程间通信程序,以DCOP(桌面通信协议)模式,它可以在一组进程间建立一种通信模式。-qt under linux with the preparation of inter-process communication procedures in order to DCOP (Desktop Communication Protocol) mode, it can process in one group to
  3. 所属分类:Linux/Unix编程

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

    0下载:
  2. 这个是使用自定义消息实现进程间的通信,好码,简单使用-This is to use a custom message to achieve inter-process communication, good code, simple to use
  3. 所属分类:通讯编程

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

    0下载:
  2. 利用剪切板进程间通信,在Visual C++中用MFC写成-Interprocess communication using clipboard in Visual C++ Written using MFC
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:29696
    • 提供者:tanliwu
  1. ipc

    0下载:
  2. 提供了许多进程间通信的实例程序。用linux下的C语言实现。-Provides many examples of interprocess communication procedures. Under linux using C language.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:9216
    • 提供者:jidong
  1. jincheng1

    0下载:
  2. 通过共享内存实现进程间的通信!这个是进程1!-Through shared memory to achieve inter-process communication! This is the process of 1!
  3. 所属分类:系统编程

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

    0下载:
  2. 通过共享内存实现进程间的通信!这个是进程2!-Through shared memory to achieve inter-process communication! This is the process of 2!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:李逆
« 1 2 3 4 56 7 8 9 10 ... 45 »

源码中国 www.ymcn.org