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

搜索资源列表

  1. qiancheng

    0下载:
  2. linux下 写的myshell代码,可以cd功能,简单的命令支持管道,重定向-write myshell under linux code, cd function, a simple command to support pipes, redirection
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:37910
    • 提供者:亮亮
  1. PIPE

    0下载:
  2. 命名管道的例子,有服务器和客户端,两者可以相互发送信息-Examples of named pipes, a server and client, both send messages to each other
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:3864709
    • 提供者:刘明
  1. IPC

    1下载:
  2. 实现两个进程间的通讯,IPC(Inter-Process Communication)是共享"命名管道"的资源,通过提供可信任的用户名和口令,连接双方可以建立安全的通道并以此通道进行加密数据的交换,从而实现对远程计算机的访问。-Communication between two processes, IPC (Inter-Process Communication) is a shared resource of the " named pipes" by providing
  3. 所属分类:Windows CE

    • 发布日期:2017-11-30
    • 文件大小:3631560
    • 提供者:陈建
  1. pipeuri

    0下载:
  2. Applications that use pipes. Differenc concepts and situations
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:5033
    • 提供者:asd
  1. CreatePipe

    0下载:
  2. 利用CreatePipe创建管道进行进程间的通信-Utilize CreatePipe create pipes for interprocess communication. . . . . . . . . . . . .
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-01-25
    • 文件大小:11264
    • 提供者:cnlamb
  1. double-pipe

    0下载:
  2. 一个详细的木马管道技术实例。管道技术是重要的木马编程技术。管道(pipe)是一种简单的进程间通信(IPC)机制,实际是一段共享内存,一个进程在向管道写入数据后,另一个进程就可以从管道的另一端将其读取出来.-Instance a detailed Trojans pipeline technology. Pipeline technology is important Trojan programming techniques. Pipes (pipe) is a simple, inter-pr
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:932
    • 提供者:陈嘉
  1. simple-double-pipe

    0下载:
  2. 一个简单的木马管道技术实例。管道技术是重要的木马编程技术。管道(pipe)是一种简单的进程间通信(IPC)机制,实际是一段共享内存,一个进程在向管道写入数据后,另一个进程就可以从管道的另一端将其读取出来.-A simple the Trojans pipeline technology instance. Pipeline technology is important Trojan programming techniques. Pipes (pipe) is a simple, inter-
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:1547
    • 提供者:陈嘉
  1. tianranqi

    0下载:
  2. 随着经济和科学技术的快速发展,人们对生活质量的提高和生活环境的改善越来越重视,液化气、煤气进入家庭的使用为人们带来了方便,也改善了城市的环境,但同时也给人们带来了潜在的危险,其中一氧化碳是最主要的危险源。一氧化碳是一种无色无味同时这些气体燃料在使用中,若管道和阀门密封不好,它们泄露出去,轻者引起中毒,重者造成火灾,危及人们的生命财产天然气已经成为人们生活中必不可少的能源了,然而天然气泄漏事件时有发生,给人们的人身安全和财产安全带来了很多的隐患,所以怎样检测天然气的泄漏与报警已成为人们的迫切需要,
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:30090
    • 提供者:李泽波
  1. USB-Pipe-example

    0下载:
  2. 该示范项目的目标是使用USB进行通信,建立双通道与一个PC应用程序连接。 -The goal of this demonstration project is to use USB to communicate with through 2 pipes with a PC application.
  3. 所属分类:VxWorks

    • 发布日期:2017-11-04
    • 文件大小:596728
    • 提供者:makaveli
  1. NamePipe

    0下载:
  2. 一个在VC10环境下编写的Windows命名管道的例子,可以通过这个demo程序,加深对Windows命名管道的理解-Windows named pipes example, a VC10 environment written by this demo program to deepen the understanding of Windows named pipes
  3. 所属分类:OS Develop

    • 发布日期:2017-11-05
    • 文件大小:10037
    • 提供者:kzm
  1. os1

    0下载:
  2. Windows操作系统使用命名管道实现进程通信,采用客户端服务器模式。-The Windows operating system process communication using named pipes, client server mode. .
  3. 所属分类:source in ebook

    • 发布日期:2017-11-27
    • 文件大小:4503512
    • 提供者:peter
  1. LAN-share-file-software

    0下载:
  2. 本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。 主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:12991
    • 提供者:lewin
  1. Myshell

    0下载:
  2. 一个简单的shell命令解释器,有重定向,管道,历史等功能。-A simple shell command interpreter, redirection, pipes, history.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:31067
    • 提供者:李俊
  1. KWIC

    2下载:
  2. 软件体系结构经典问题KWIC的五种风格实现,java源码,主程序/子路径风格、抽象数据结构风格、隐式调用风格、管道/过滤器风格、黑板风格。-Five style of software architecture classic problem KWIC realize java source code, the main program/sub-path style, the style of abstract data structures, implicit invocation style
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-18
    • 文件大小:35796
    • 提供者:幸吴炜
  1. muma

    0下载:
  2. 木马防御与攻击一书的代码,反弹连接,匿名管道通信,远程cmd,进程管理,rootkit,dll注入等技术-the source code of Trojan defense and attack , the rebound connection, as anonymous pipes communication, remote cmd in the process of management, a rootkit, dll injection technology
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-15
    • 文件大小:42251
    • 提供者:丁杰
  1. muconsole.1.00a

    0下载:
  2. This the component for communicating with the application by standard Input-Output routines (pipes). It can be used, for example, to communicate with a console application. By Andrey Sevast yanov-This is the component for communicating with the app
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:239673
    • 提供者:nungklik
  1. Code4

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Explain in detail the process of communication between the four ways: Clipboard, anonymous pipes, named pipes and mail slots. And comparative analysis of the advantages and disadvantages of these t
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:233054
    • 提供者:张媛媛
  1. ShellinC

    0下载:
  2. A Linux Shell in C. It can parse the user input with options, pipes, input/output re-directions. The command can be executed with multiple process with system call.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-26
    • 文件大小:3870
    • 提供者:Liang
  1. 16

    0下载:
  2. ARM里面的驱动编程,只要对电子狗,管道的练习-ARM inside the drive programming, as long as the electronic dog, pipes exercises
  3. 所属分类:Driver Develop

    • 发布日期:2017-12-05
    • 文件大小:1075
    • 提供者:张茂盛
  1. ds18b20

    0下载:
  2. 单片机DS18B20测温功能模块 DS18B20数字温度传感器接线方便,封装成后可应用于多种场合,如管道式,螺纹式,磁铁吸附式,不锈钢封装式,型号多种多样,有LTM8877,LTM8874等等。主要根据应用场合的不同而改变其外观。封装后的DS18B20可用于电缆沟测温,高炉水循环测温,锅炉测温,机房测温,农业大棚测温,洁净室测温,弹药库测温等各种非极限温度场合。耐磨耐碰,体积小,使用方便,封装形式多样,适用于各种狭小空间设备数字测温和控制领域。.-DS18B20 digital temperat
  3. 所属分类:SCM

    • 发布日期:2017-11-19
    • 文件大小:1076
    • 提供者:beeboom
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 »
搜珍网 www.dssz.com