CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pipes

搜索资源列表

  1. windows-Network-Program-Technology

    0下载:
  2. 本书第一部分讲述的是传统的网络接口N e t B I O S、重定向器以及通过重定向器进行的各类网络通信。尽管本书大部分内容均围绕Wi n s o c k编程这一主题展开,但是,A P I比起Wi n s o c k 来,仍然具有某些独到之处。其中,第1章探讨的是N e t B I O S接口,它和Wi n s o c k类似,也是 一种与协议无关的网络A P I。N e t B I O S提供了异步调用,同时兼容于较老的操作系统,如O S / 2 和D O S等等。第2章讨论了重定
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:16768300
    • 提供者:刘宝
  1. 005

    0下载:
  2. 进程间通信的VC++源码实例集,邮槽、匿名管道等-Interprocess communication VC++ source code examples set Mailslot anonymous pipes, etc.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:2099594
    • 提供者:583540466
  1. Proc

    0下载:
  2. 进程间通信的VC++源码实例集,剪切板,管道,邮槽等相关的-Interprocess communication VC++ Source set of instances, clipboard, pipes, mail slots and other related
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:233863
    • 提供者:www
  1. Linux-A-named-pipe-experiment

    0下载:
  2. 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:8792
    • 提供者:weiwei
  1. ArxProject1

    0下载:
  2. objectarx二次开发 vs2005编译 加载debug下的arx控件后 在cad中键入“testcmd” 弹出管道绘制框-the objectarx secondary to develop the arx control vs2005 compile load debug under to type " testcmd" in cad pop-up pipes draw box
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-05
    • 文件大小:7583008
    • 提供者:梁俊
  1. CSharpPipe

    1下载:
  2. C# 中的 管道的说明和 代码案例,分为客户端和服务端,也说明了匿名管道和命名管道-Pipeline instructions and code in C# case is divided into client and server, also shows the anonymous pipes and named pipes
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:42475
    • 提供者:马玉献
  1. lab3Copy.c

    0下载:
  2. Linux client-server program using pipes
  3. 所属分类:Linux Network

    • 发布日期:2017-12-09
    • 文件大小:1420
    • 提供者:WalkingDude
  1. Shell

    0下载:
  2. 一个linux命令解释器,包括完整的工程源码加设计文档。 本程序用C实现,实现了以下功能: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行; 5、 使用Make工具建立工程; 6、 使用调试器gdb来调试程序;-
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-10
    • 文件大小:430723
    • 提供者:Hang
  1. VxWorksDemosProject

    0下载:
  2. vxworks演示程序包括信号量,管道,队列,看门狗等等。-vxworks demo program, including semaphores, pipes, queues, watchdog.
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:102739
    • 提供者:王媛媛
  1. automatic-welder

    0下载:
  2. 自动焊机PLC程序,是工业焊接焊接的常用程序,适合工业管道空调管道和给排水管道自动自动焊机的PLC控制,s72-Automatic welding machine PLC program is commonly used industrial welding welding procedure suitable for industrial air conditioning ducts and pipes to the sewer automatic automatic welding mach
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:7854
    • 提供者:luqi
  1. guandaoyuxinhao

    0下载:
  2. 常用的进程间通信方式 传统的进程间通信方式 无名管道(pipe)、有名管道(fifo)和信号(signal) System V IPC对象 共享内存(share memory)、消息队列(message queue)和信号灯(semaphore) BSD 套接字(socket)-Interprocess communication methods commonly used traditional inter-process communicat
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:22450
    • 提供者:cqj
  1. subpipe

    0下载:
  2. Subprocesses with pipes for Linux Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-06
    • 文件大小:692
    • 提供者:weizeco
  1. shell

    0下载:
  2. 在minix3.1.8下实现shell命令解释器,能够执行cd等内部命令,外部命令,实现了无名管道和i/o重定向-In minix3.1.8 under shell command interpreter, able to perform internal commands such as cd, external commands, to achieve the unnamed pipes and i/o redirection
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-16
    • 文件大小:1601
    • 提供者:stella lai
  1. task2

    0下载:
  2. 利用单生产者和多消费者模型,利用管道实现一个多线程协作拷贝文件的程序。-Producers and more consumers are using a single model, using pipes to implement a collaborative multi-threaded program to copy files.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:452961
    • 提供者:hanbaoqing
  1. 38yima

    0下载:
  2. 38译码器与流水灯 数码管等结合 简单应用-38 digital decoder with light water pipes and other simple applications combined
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:3882
    • 提供者:caobin
  1. TestNamePipe

    0下载:
  2. 管道通信的例子,有匿名管道也有命名管道,非常适合初学管道通信的开发者-Pipe communication examples, there are also anonymous pipes named pipes, pipe communication is very suitable for beginners developers
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:138428
    • 提供者:zhang
  1. pipe

    0下载:
  2. 压缩包中包含两个文件pipe3.c和pipe4.c,其中在pipe3.c打开一个无名管道,然后使用fork创建一个子进程,在父进程中进行管道写操作;pipe4.c是管道读操作的文件。-Compressed package contains two files pipe3.c and pipe4.c, which opened in pipe3.c an unnamed pipes, and then use the fork to create a child process, the pare
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:917
    • 提供者:赤土
  1. niminggd

    0下载:
  2. C++ 匿名管道程序测试源代码,定义结构体SECURITY_ATTRIBUTES变量,填充结构体中的各成员,创建匿名管道,定义并初始化结构体,填充结构体中的各个成员,从匿名管道中读取的数据等。-C++ anonymous pipe testing program source code, the definition of the structure of SECURITY_ATTRIBUTES variables, each member is filled in the structure,
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:5623
    • 提供者:王佳
  1. qprocess_win

    0下载:
  2. Create the pipes to a QProcessPrivate::Channel for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6009
    • 提供者:fiefuebon
  1. 1

    0下载:
  2. Linux环境下实现一个能执行部分内部和外部命令、支持I/O重定向、管道和前后台作业及控制的简单的Shell命令解释器,采用C语言开发-Linux environment can be implemented to achieve a part of the internal and external commands, support for I/O redirection, pipes and front desk operations and control, a simple Shell
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4772
    • 提供者:chris
« 1 2 ... 6 7 8 9 10 1112 13 14 15 »
搜珍网 www.dssz.com