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

搜索资源列表

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

    0下载:
  2. 管道通信即发送进程以字符流形式将大量数据送入管道,接收进程可从管道接收数据,二者利用管道进行通信。程序由linux下的C实现,文件中有3个管道通信程序,第一个是无名管道通信,后两个是命名管道通信。-Pipe communication that is sent to a stream of characters to process large amounts of data into the pipeline, the receiving process can receive data t
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1348
    • 提供者:王雯
  1. teacher

    0下载:
  2. 设计两个程序,要求用命名管道实现聊天程序,每次发言后自动在后面增加当前系统时间。增加结束字符,比如最后输入“88”后结束进程。-Design of the two programs, require Named Pipes achieve chat program, after speaking at the back of the increase automatically each time the current system time. Increase end character,
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1347
    • 提供者:王晓明
  1. IPC问题

    0下载:
  2. 设有二元自然数变量函数 ,其中 请编程建立3个并发协作进程或线程,它们分别完成计算 、 和 。 实验步骤: (1)首先要创建三个线程(或进程),分别执行函数 、 和 计算; (2)线程(或进程)之间的通信可以选择下述机制之一进行:  管道(无名管道或命名管道)  消息队列  共享内存 (3)通过适当的函数调用创建上述IPC对象,通过调用适当的函数调用实现数据的读出与写入; (4)需要考虑线程(或进程)间的同步; (5)线程(或进程)运行结束,通过适当的系统
  3. 所属分类:系统编程

    • 发布日期:2015-01-03
    • 文件大小:1362
    • 提供者:the_wind
  1. name-guandao

    0下载:
  2. 命名管道,其中包括控制台程序和服务器端和客户端-Named Pipes, which includes console and server and client
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:203845
    • 提供者:金宇
  1. 1

    0下载:
  2. 一个多客户-单一服务器模式的程序,用命名管道实现客户到服务器之间传递数据的操作-More than one client- a single-server mode programs, using named pipes to achieve the client to pass data between the server operating
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7272
    • 提供者:Tom
  1. osdllrar

    0下载:
  2. 利用命名管道实现C++进程与C#进程间的通信,并支持复杂类型的传输-Implement the IPC between C++ and C# processes using Named pipe .Also supports the transmission of complex structure.
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-07
    • 文件大小:1166272
    • 提供者:过分林
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com