搜索资源列表

  1. 通过消息传送数据

    0下载:
  2. 很好的操作系统课程设计,功能是利用命名管道进行通信,能学到很多东西-good courses on operating system design, function is to use named pipes for communication, a lot of things can be learned
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:131072
    • 提供者:cjl
  1. 节水灌溉管道水力计算

    0下载:
  2. 本程序为简单的节水灌溉管道水力计算,虽然小,但还是比较适用的。-procedures for the simple water-saving irrigation pipes hydraulic calculation, although small, but still more applicable.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:11264
    • 提供者:
  1. PipeSourceCode

    0下载:
  2. 此程序为WINDOWS下用VC实现的利用命名管道通信的程序-procedure for Windows using the VC using named pipe communication procedures
  3. 所属分类:Internet/网络编程

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

    0下载:
  2. 利用命名管道邮槽来实现进程间的通信,程序包括客户端和服务端-use named pipes Post chutes to achieve inter-process communication, procedures, including client and server
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:68608
    • 提供者:黄磊
  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-05-16
    • 文件大小:202752
    • 提供者:zhaodetao
  1. sox-12.17.3.tar

    0下载:
  2. linux下录音程序,直接录为mp3格式,需lame支持,将数据经管道放入lame中,存为mp3格式。-recording procedures, recorded directly to the mp3 format required lame, data will be piped into lame, depositors to the mp3 format.
  3. 所属分类:mpeg/mp3

    • 发布日期:2024-05-16
    • 文件大小:405504
    • 提供者:eric
  1. NamePipe

    0下载:
  2. 自己封装的管道通信类,可简单修改后用于需要管道技术的程序中,并附带测试程序。-own package Pipeline Communications, simple modifications necessary for the pipeline technical procedures, test procedures and fringe.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:8211456
    • 提供者:
  1. jincheng_tongxin

    0下载:
  2. 基于以下四种间的通信: 剪贴板 匿名管道 命名管道 邮槽-based on the following four types of communication : the clipboard anonymous pipeline named pipe Post groove
  3. 所属分类:通讯编程

    • 发布日期:2024-05-16
    • 文件大小:237568
    • 提供者:zyg
  1. 7_code

    0下载:
  2. linux多线程编程的例程,其中包括管道,多线程等-multithreaded programming routines, including pipelines, multi-threading
  3. 所属分类:Linux/Unix编程

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

    0下载:
  2. 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。 命名管道是围绕Windows文件系统设计的一种机制,采用“命名管道文件系统(Named Pipe File System,NPFS)”接口,因此,客户机和服务器可利用标准的Win32文件系统函数(例如:ReadFile和WriteFile)来进行数
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:245760
    • 提供者:李思川
  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. fifo_write_read

    0下载:
  2. 包含两个程序,一个用于读管道,一个用于写管道.主要是练习有名管道的使用方法.-contains two procedures, a pipeline used for reading, writing for a pipeline. Main pipeline is a well-known practice of use.
  3. 所属分类:Linux/Unix编程

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

    0下载:
  2. 实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sending a message! 父进程从管道中读出二个来自子进程的信息并显示(要求先接收P1,后P2)。 -process of the realization of the communication channel. With
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:钟洁
  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. GetMacByCmd

    0下载:
  2. 通过管道技术获得IP与MAC地址信息 利用IPCONFIG /ALL命令的运行结果获得的。-through the pipeline technology is IP and MAC address information using IPCONFIG/ALL orders Win OK results obtained.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:14336
    • 提供者:张亮
  1. 2006.09.05-hpi430

    0下载:
  2. 用单片机和DSP测量DN100管道的气体流量,使用涡街传感器-MCU and DSP measurement DN100 pipeline gas flow, the use of Vortex Sensor
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:124928
    • 提供者:陈超
  1. pipedoc

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

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

    0下载:
  2. 两个匿名管道通信的源代码,经通过测试,能在两个可执行文件之间获取数据。-two anonymous communication channel source code, the test in two executable files between data acquisition.
  3. 所属分类:进程与线程

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

    0下载:
  2. 进程间通过管道通信,父进程传消息给子进程-inter-process communication through the pipeline, the father of the process- to-process information
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:32768
    • 提供者:cjw
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org