搜索资源列表

  1. 匿名管道

    0下载:
  2. 用汇编编的匿名管道,支持win98/win2000/xp-Compilation made by the anonymous pipes, support win98/win2000/xp
  3. 所属分类:汇编语言

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:剑神狂
  1. pipes

    0下载:
  2. windows管道屏保源码,看看别人微软怎么写代码-windows screensaver source pipeline to see how other people write code Microsoft
  3. 所属分类:屏幕保护

    • 发布日期:2024-05-09
    • 文件大小:60416
    • 提供者:yangyng
  1. namedpipe

    0下载:
  2. 利用命名管道技术,在进程间进行通信的例程。希望和大家交流。-use named pipes, in the process of communication between the routines. And we hope that the exchanges.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-09
    • 文件大小:68608
    • 提供者:彭明
  1. VcNamePipe

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

    • 发布日期:2024-05-09
    • 文件大小: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-09
    • 文件大小:202752
    • 提供者:zhaodetao
  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-09
    • 文件大小:234496
    • 提供者:李佳明
  1. pipedoc

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

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

    0下载:
  2. 介绍NRF24L01的多通道(Multiple Pipes),其中文件nrf24l01.c实现此射频芯片在多通道下的通信,多发单收,同样提供了发、发的HEX文件便于实验。-NRF24L01 introduced multi-channel (Multiple Pipes), which documents the achievement of this nrf24l01.c RF chips in a multi-channel com
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:194560
    • 提供者:yinglun
  1. VxWorks

    0下载:
  2. VxWorks入门例程,包括基于Wind与POSIX的任务调度与通信(信号量、消息队列、管道)。-It is a package of some examples,which includes ones about task scheduling & communication (using semaphore & message queue & pipes) based on Wind & POSIX.
  3. 所属分类:VxWorks

    • 发布日期:2024-05-09
    • 文件大小:12288
    • 提供者:李铮
  1. name_Pipe

    0下载:
  2. 命名管道.pdf 介绍命名管道的原理和应用实现。对于进程间通信是个很好的东西。-Named Pipes. Pdf named pipe to introduce the principles and applications. For inter-process communication is a good thing.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:937984
    • 提供者:danny
  1. ipc

    0下载:
  2. Linux进程间通信小例子,包括管道,命名管道,信号,共享内存,消息队列等-Linux small example of the process of communication, including pipes, named pipes, signals, shared memory, message queues, etc.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:owenbbkp
  1. Pipes

    0下载:
  2. pipes communication-pipes communication...
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-09
    • 文件大小:45056
    • 提供者:SiRuS
  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-05-09
    • 文件大小:2048
    • 提供者:杨子坤
  1. VxWorksDemosProject

    0下载:
  2. 初学者很好的实验源码,包括任务创建管理、任务间信号量的通信、消息队列、管道等-Good test source for beginners, including the task of creating management, semaphore communication between tasks, message queues, pipes, etc.
  3. 所属分类:VxWorks

    • 发布日期:2024-05-09
    • 文件大小:44032
    • 提供者:sjf
  1. pipes

    0下载:
  2. 进程间通讯,用来控制WEB服务的请求监控-PIPES COMMU
  3. 所属分类:Web服务器

    • 发布日期:2024-05-09
    • 文件大小:60416
    • 提供者:凡人
  1. Pipes

    0下载:
  2. Pipes used in operating system
  3. 所属分类:软件工程

    • 发布日期:2024-05-09
    • 文件大小:18432
    • 提供者:PRACHI
  1. pipes.c.tar

    0下载:
  2. This source code implements the use of pipes as in intercommunication process using pipes.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:Aj Prameswari
  1. IPC-pipes

    0下载:
  2. C Code simulating hare and turtle race game.Program takes input from the file input.txt. Implement inter process communication using pipes.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:openglCoder
  1. Channels-0.-Channels-and-pipes-with-frictional-an

    0下载:
  2. Channels and pipes with frictional and singular pressure drop. Excel spread sheet with Visual Basic functions
  3. 所属分类:其他行业

    • 发布日期:2024-05-09
    • 文件大小:928768
    • 提供者:Karl
  1. lab4_named_pipes

    0下载:
  2. named pipes , qt c/c++
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:catherina
« 12 3 4 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org