搜索资源列表
win2k named pipe enumeration
- 列举win2k named pipe, 使用本机API,适合初学者学习系统编程-The code enumerates WIN2K NAMED PIPE which is used local API and suit to learner who is studying system programming.
ConnectionPipe_demo
- 不同机器之间使用命名管道(named pipe)通讯-the demo of connection among different pc using named pipe
NPWsource
- Named Pipe Wrapper for Win32 Platforms
PipeClient
- 命名管道客户机源码-named pipe clients FOSS
linux进程间通信的例子
- 用简单的例子实现了用命名管道实现进程间通信-simple example of the realization of the named pipe used to achieve inter-process communication
namedpipe
- 利用命名管道技术,在进程间进行通信的例程。希望和大家交流。-use named pipes, in the process of communication between the routines. And we hope that the exchanges.
win2k named pipe enumeration
- 列举win2k named pipe, 使用本机API,适合初学者学习系统编程-The code enumerates WIN2K NAMED PIPE which is used local API and suit to learner who is studying system programming.
lessonprocess
- 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。 命名管道是围绕Windows文件系统设计的一种机制,采用“命名管道文件系统(Named Pipe File System,NPFS)”接口,因此,客户机和服务器可利用标准的Win32文件系统函数(例如:ReadFile和WriteFile)来进行数
Codeps
- 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. Analysis and comparison of several inter-proces
NamedPipeClt
- 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. And a comparative analysis of these types of int
qq_chat
- the programe like QQ.Please run the programe named parent first,and build the child.Then you will chat between the parent and child. I use the pipe to achieve the communication .-the programe like QQ.Please run the p
client
- This program is a simple named pipe client that demonstrates the API calls needed to successfully develop a basic named pipe client application. When this application successfully connects to a named pipe, the messag
namepipe
- 该程序是一个命名管道通信的例子,包括命名管道服务器和命名管道客户端两部分组成-The program is a named pipe communication examples, including the Named Pipes Named Pipes server and the client is composed of two parts
ProcessCommunication
- Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asy
DotNetNamedPipes
- Implementing named pipe in csharp
Entity_Relation_Extraction
- 说明:目前信息抽取的主要研究方向是命名实体识别、指代消解、实体语义关系抽取、事件探测等几个领域。本资料包含7篇关于关系抽取的相关经典论文。 -Note: At present, the main research direction of information extraction is named entity recognition, anaphora resolution, entity semantic relation
the-multi-thread-named-pipe
- 这一份源码是多线程命名管道的实现。包括服务器端工程MultiThread和客户机工程client。代码里面有详细的注释,读者应该能够看懂。-This source is the implementation of the multi-threaded named pipes. The package includes the projects of MultiThread and client. There are detailed n
NamedPipe
- 该例程用于演示VC中的命名管道操作方法~-This routine is used to demonstrate the VC methods of operation- named pipes
Named-program
- 这是一个使用C#写的点名程序。在程序功能设计上还是比较有新意的。-This is a named program written in C#. Program on the functional design is quite innovative.
Cp23-named-pipe-client-
- c # 命名管道实现,例子很详细,内容很详细,很简单-c# named pipe implementation