CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 命名管道

搜索资源列表

  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. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:131512
    • 提供者:cjl
  1. lessonprocess

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

    • 发布日期:2008-10-13
    • 文件大小:246014
    • 提供者:李思川
  1. LISTWindowsNTPIPE

    0下载:
  2. 枚举Windows NT 2000系统中的命名管道-2000 Enumerate Windows NT system of named pipes
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:15415
    • 提供者:仲伟
  1. T-CMD

    0下载:
  2. 系统服务级后门源码 利用命名管道进行通讯,将远程CMD输入输出重定向到管道
  3. 所属分类:系统编程

    • 发布日期:2014-01-16
    • 文件大小:7223
    • 提供者:mars
  1. linux进程间通信的例子

    0下载:
  2. 用简单的例子实现了用命名管道实现进程间通信-simple example of the realization of the named pipe used to achieve inter-process communication
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2195
    • 提供者:wf
  1. showp2p_namedpipes_demo

    0下载:
  2. VC++实现管道的一个例子命名管道在进程通信中有重要作用.-VC pipeline examples of a named pipe communication in the process plays an important role.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:18618
    • 提供者:小王
  1. demoForNamedPipe.对命名管道应用的demo示例

    0下载:
  2. 对命名管道应用的demo示例,有助于理解学习,很不错,Demo applications on the named pipe example, helps to understand the study, very good
  3. 所属分类:系统编程

    • 发布日期:2014-04-14
    • 文件大小:82087
    • 提供者:yushier
  1. scullpipe

    0下载:
  2. linux下驱动程序。可以实现简单的命名管道功能。参考《linux设备驱动程序》第六章。 用make编译,sudo insmod scullpipe.ko装载,sudo rmmod scullpipe卸载。装载后根据/proc/devices中设备号用mknod创建设备文件。-drivers under linux. Can achieve a simple named pipe functions. Reference to linux device drivers Chapter VI
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:157673
    • 提供者:肖皓
  1. pipe_client_server

    0下载:
  2. 客户端-服务器端通信 使用命名管道实现 数据共享-Client- server communication using named pipes to achieve data sharing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2844
    • 提供者:许静
  1. NameFIFOExample

    0下载:
  2. 给出一个在Linux不同程序间通过命名管道进行通信的实例。-Linux is given a different inter-process communication through named pipe instance.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:942
    • 提供者:lf
  1. ipc

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

    • 发布日期:2017-03-29
    • 文件大小:4051
    • 提供者:owenbbkp
  1. pipe

    0下载:
  2. Linux c 编程 命名管道的使用实例 IPC 多种通信方式中命名管道的方法实例-Linux c pipe IPC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1147
    • 提供者:hydra
  1. Linux

    0下载:
  2. 命名管道,时间修改,客户端服务器的通讯,文件间的拷贝-Named pipes, time changes, client-server communications, file copy between
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1975
    • 提供者:jin
  1. FIFO

    0下载:
  2. Linux下用命名管道FIFO写的进程间通信程序(经典集合,用gcc编译器,可直接使用,吐血奉送)-FIFO under Linux using named pipe communication between the process of writing procedures (classical set, with the gcc compiler, can be used directly, vomiting blood Complimentary)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-28
    • 文件大小:24721
    • 提供者:FarEast8612
  1. pipe

    0下载:
  2. window下命名管道封装类与测试代码 供学习或实际项目使用-failed to translate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-27
    • 文件大小:9525955
    • 提供者:姓名
  1. 111

    0下载:
  2. linux下的管道应用,此为命名管道,能够实现文件的读写操作-Under Linux piping applications, this is named pipe, can realize the file has read and write operations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1049
    • 提供者:vivian
  1. Linux_experiment

    0下载:
  2. 详细地讲述Linux的各种实验,包括命名管道,文件的实验-descr iption of Linux experiments
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:133869
    • 提供者:马路
  1. homework2

    0下载:
  2. 编写基于管道的消息队列,该消息队列采用管道进行消息发送、存储、传递及接收。该消息队列应用于多线程环境时要保证线程是安全的;所采用的管道可以是由pipe创建的,也可以是命名管道;该消息队列能够接收CLMessage继承体系的消息;该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-The preparation of a pipeline-based message queue, the message queue using th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2598793
    • 提供者:熊涛
  1. SearchSql

    0下载:
  2. SQL Server命名管道扫描器,扫描一段网络内的Microsoft SQL Server数据库。-SQL Server named pipe scanner Scans a network within the Microsoft SQL Server database.
  3. 所属分类:Scanner

    • 发布日期:2017-11-17
    • 文件大小:2264632
    • 提供者:amily
  1. 命名管道:FIFO

    0下载:
  2. 命名管道也被称为FIFO文件,它是一种特殊类型的文件,它在文件系统中以文件名的形式存在,但是它的行为却和之前所讲的没有名字的管道(匿名管道)类似。 由于Linux中所有的事物都可被视为文件,所以对命名管道的使用也就变得与文件操作非常的统一,也使它的使用非常方便,同时我们也可以像平常的文件名一样在命令中使用。(A named pipe is also known as the FIFO file, it is a special type of document and its file n
  3. 所属分类:Linux/Unix编程

« 12 »
搜珍网 www.dssz.com