搜索资源列表

  1. win2k named pipe enumeration

    0下载:
  2. 列举win2k named pipe, 使用本机API,适合初学者学习系统编程-The code enumerates WIN2K NAMED PIPE which is used local API and suit to learner who is studying system programming.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:1963
    • 提供者:王杰
  1. ConnectionPipe_demo

    0下载:
  2. 不同机器之间使用命名管道(named pipe)通讯-the demo of connection among different pc using named pipe
  3. 所属分类:进程与线程

    • 发布日期:2024-04-29
    • 文件大小:462848
    • 提供者:站长
  1. NPWsource

    0下载:
  2. Named Pipe Wrapper for Win32 Platforms
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:5120
    • 提供者:日报
  1. PipeClient

    0下载:
  2. 命名管道客户机源码-named pipe clients FOSS
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:1880064
    • 提供者:杨飞
  1. linux进程间通信的例子

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

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:wf
  1. namedpipe

    0下载:
  2. 利用命名管道技术,在进程间进行通信的例程。希望和大家交流。-use named pipes, in the process of communication between the routines. And we hope that the exchanges.
  3. 所属分类:进程与线程

    • 发布日期:2024-04-29
    • 文件大小:68608
    • 提供者:彭明
  1. win2k named pipe enumeration

    0下载:
  2. 列举win2k named pipe, 使用本机API,适合初学者学习系统编程-The code enumerates WIN2K NAMED PIPE which is used local API and suit to learner who is studying system programming.
  3. 所属分类:系统编程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:王杰
  1. lessonprocess

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

    • 发布日期:2024-04-29
    • 文件大小:245760
    • 提供者:李思川
  1. Codeps

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-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
  3. 所属分类:进程与线程

    • 发布日期:2024-04-29
    • 文件大小:234496
    • 提供者:李佳明
  1. NamedPipeClt

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点-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
  3. 所属分类:进程与线程

    • 发布日期:2024-04-29
    • 文件大小:29696
    • 提供者:cq_3964
  1. qq_chat

    0下载:
  2. 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
  3. 所属分类:进程与线程

    • 发布日期:2024-04-29
    • 文件大小:4039680
    • 提供者:yt
  1. client

    0下载:
  2. 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
  3. 所属分类:Telnet客户端

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:sean zhang
  1. namepipe

    0下载:
  2. 该程序是一个命名管道通信的例子,包括命名管道服务器和命名管道客户端两部分组成-The program is a named pipe communication examples, including the Named Pipes Named Pipes server and the client is composed of two parts
  3. 所属分类:通讯编程

    • 发布日期:2024-04-29
    • 文件大小:50176
    • 提供者:白彬
  1. ProcessCommunication

    0下载:
  2. Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asy
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:153600
    • 提供者:周晓宇
  1. DotNetNamedPipes

    0下载:
  2. Implementing named pipe in csharp
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:480256
    • 提供者:shailesh
  1. Entity_Relation_Extraction

    0下载:
  2. 说明:目前信息抽取的主要研究方向是命名实体识别、指代消解、实体语义关系抽取、事件探测等几个领域。本资料包含7篇关于关系抽取的相关经典论文。 -Note: At present, the main research direction of information extraction is named entity recognition, anaphora resolution, entity semantic relation
  3. 所属分类:图形/文字识别

    • 发布日期:2024-04-29
    • 文件大小:9872384
    • 提供者:lihaifeng
  1. the-multi-thread-named-pipe

    0下载:
  2. 这一份源码是多线程命名管道的实现。包括服务器端工程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
  3. 所属分类:通讯编程

    • 发布日期:2024-04-29
    • 文件大小:7309312
    • 提供者:laymu
  1. NamedPipe

    0下载:
  2. 该例程用于演示VC中的命名管道操作方法~-This routine is used to demonstrate the VC methods of operation- named pipes
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:3760128
    • 提供者:王晓军
  1. Named-program

    0下载:
  2. 这是一个使用C#写的点名程序。在程序功能设计上还是比较有新意的。-This is a named program written in C#. Program on the functional design is quite innovative.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:2594816
    • 提供者:Vanness
  1. Cp23-named-pipe-client-

    0下载:
  2. c # 命名管道实现,例子很详细,内容很详细,很简单-c# named pipe implementation
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-29
    • 文件大小:74752
    • 提供者:TN
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org