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

搜索资源列表

  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. 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. 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. 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. 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. 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. 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. mingmingguandao

    0下载:
  2. 文件为命名管道实例,里面涵盖了VC++网络编程的基本知识,C++学习新手可以考虑学习下-File is a named pipe instance C++, which covers the basic architecture C++ network programming, it is a good code C++ novice learning
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:747257
    • 提供者:Wei Huang
  1. CHMNS5

    0下载:
  2. 创建线程,互斥对象,命名管道实例,匿名管道, 实现程序唯一运行,使用CEvent类编程, 使用MFC类创建互斥对象,使用类编程实现临界区,邮槽实例,非常好的网络常用9个网络通讯源码-chuan jian xian cheng ,hu ce dui xiang ,ming ming guang dao ,shi xian cheng xu wei yi yun ying ,shi yong CEvent lei bian cheng ,shi yong MFC lei chuang jia
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-31
    • 文件大小:13659136
    • 提供者:小鲵
  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. CreateNamedPipe

    1下载:
  2. 学习网络编程,一个简单的命名管道实例程序。-Learning network programming, a simple example program named pipe
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-05-08
    • 文件大小:601088
    • 提供者:yu tianjian
  1. VB-dos

    0下载:
  2. VB dos输出,其中采用了 命名管道 技术,代码相对简单,初学者可以-VB dos output, which uses named pipes, the code is relatively simple, beginners can look
  3. 所属分类:Console

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

    0下载:
  2. 命名管道异步方式 分为服务器与客户端 两个源代码 先运行服务器 再运行客户端-Named pipes asynchronous mode is divided into server and client source code to run two servers and then run the client
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3792051
    • 提供者:孙晓龙
  1. pipe-demo

    0下载:
  2. linux管道通信,命名管道怎么做到进程间通信的-linux pipe commnuication,how to ipc using named pipe
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4195
    • 提供者:张先发
  1. NamedPipeSrvView

    0下载:
  2. 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。这是服务器端的 - To be named as a pipeline network programming scheme, it actually created a client/server communication system, and in which reliable data transmission. This is the server side.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1534
    • 提供者:zengxiangyu
  1. Interprocess-communication-

    0下载:
  2. 进程间通信示例程序,包括共享内存、管道、命名管道、文件锁、消息队列、协同进程等-Examples of inter-process communication procedures, including shared memory, pipes, named pipes, file locking, message queues, collaborative processes, etc.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:33483
    • 提供者:王飞
  1. pipe

    0下载:
  2. linux下的命名管道编程,属于进程间通信的一种机制, 用于不同进程间的通信,可作为参考-Named Pipes programming under linux, a part of inter-process communication mechanism for communication between different processes can be used as a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:920
    • 提供者:deng
  1. NamedPipe

    0下载:
  2. 进程间通信,命名管道,包括服务端和客户端,可双向通信,适用于点对点,可靠通信-Interprocess communication, named pipes, including the service and client can be two-way communication for point to point, and reliable communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:72386
    • 提供者:张腾
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com