搜索资源列表

  1. CMDpipe

    0下载:
  2. 关于管道的一个例程,可在任意窗口中执行CMD命令-Routines on a pipeline can be implemented in any CMD command window
  3. 所属分类:Shell编程

    • 发布日期:2024-05-15
    • 文件大小:41984
    • 提供者:范煜
  1. NamedPipe

    0下载:
  2. 多线程编程命名管道通讯,主要供初学者观看 -Multi-threaded programming named pipe communications, mainly for beginners Views
  3. 所属分类:通讯编程

    • 发布日期:2024-05-15
    • 文件大小:70656
    • 提供者:LauStephen
  1. fifo

    0下载:
  2. 一个使用匿名管道进行通信的示例程序,重点是管道是单向的,进行读写需要建立两个管道。-A pipeline to carry out the use of anonymous communications sample programs, with a focus on pipeline is one-way, to read and write need to build two pipelines.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:lht
  1. root-ipc-fifo-examples.tar

    0下载:
  2. UNIX/Linux环境下使用有名管道(FIFO)的例子。-UNIX/Linux environment using well-known pipe (FIFO) example.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:root
  1. testPipe2

    0下载:
  2. 很多工业组态软件能够利用他的图形库制作出来非常漂亮的三维现场画面,介绍一个支持各种交叉等形状工业控制管道控件的实现 -Many industrial configuration software to take advantage of the graphics library, he produced a very beautiful picture of three-dimensional scene, introduce a
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-15
    • 文件大小:33792
    • 提供者:杨思
  1. Code

    0下载:
  2. 进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Inter-process communication of four ways: clipboard, anonymous pipes, named pipes and mail slots. And comparative analysis of these types of inter-process communication of
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:232448
    • 提供者:hu
  1. guandao

    0下载:
  2. 通过vc++实现管道通信,解决多进程之间通信的问题。 -Through vc++ Realize pipeline communications, multi-process solution to the problem of communication between.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:204800
    • 提供者:zjc
  1. NamedPipe

    0下载:
  2. 管道通讯,比SOCKET快,达到5M/s以上-Pipeline communications, faster than the SOCKET to 5M/s and above
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:7404544
    • 提供者:ghf_king
  1. OPenGL

    0下载:
  2. OpenGl关于高级功能的实现,包括等直线、三维管道、三角划分等功能设计方案。-OpenGL on the realization of advanced features, including such as a straight line, three-dimensional pipeline features such as triangulation design.
  3. 所属分类:软件工程

    • 发布日期:2024-05-15
    • 文件大小:1231872
    • 提供者:shenchunlong
  1. testPipe

    0下载:
  2. 用vc开发的,工业管道控件实现的源代码,有横向的、左上、左下、右上、右下的拐角的实现。-Developed using vc, industrial pipeline control to achieve the source code, there are horizontal, upper left, lower left, upper right, lower right corner of the achievement.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:1930240
    • 提供者:来秀君
  1. IO-example

    0下载:
  2. 这是一个综合的IO函数调用的例子,一个简单的任务通过管道进行消息传递。-This is a comprehensive example of IO function call, a simple task carried out by pipeline messaging.
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:dujiguang
  1. LinuxShare

    0下载:
  2. 进程管道通信-The process of pipeline communications
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:55296
    • 提供者:zhaopengfei
  1. vcProcess

    0下载:
  2. 演示进程间通信的详细代码,本代码详细演示了进程间如何进行高效通信,以及匿名管道的应用。-Demonstration of inter-process communication code in detail, the code in detail to demonstrate how to conduct efficient inter-process communication, as well as the anonymous pi
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:237568
    • 提供者:dandong
  1. guandanxieloujiance

    0下载:
  2. 管道泄漏检测的一篇博士论文,冯健,东北大学的博士-Pipeline Leak Detection of a doctoral thesis, Feng, Ph.D. Northeastern University
  3. 所属分类:软件工程

    • 发布日期:2024-05-15
    • 文件大小:6629376
    • 提供者:郑圣强
  1. ProcessCommunication

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

    • 发布日期:2024-05-15
    • 文件大小:153600
    • 提供者:周晓宇
  1. myshell

    0下载:
  2. 用C++编写的Linux myshell,支持重定向和管道符号,支持CD命令,供初学者参考-With C++ Prepared Linux myshell, support the redirect and pipe symbols, support for CD command reference for beginners
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:HCY
  1. CMMI

    0下载:
  2. CMMI 利用命名管道技术,在进程间进行通信的例程。希望和大家交流-CMMI using named pipe technology, in the process of communication between the routines. Would like to exchange
  3. 所属分类:软件工程

    • 发布日期:2024-05-15
    • 文件大小:94208
    • 提供者:tjh
  1. NamespcExtGuide1_src

    0下载:
  2. 命名管道通讯,支持多节点的,本地网络无缝连接-Named Pipes communications, support multi-node, the local network seamlessly
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:49152
    • 提供者:970608
  1. 3DCONDULT

    0下载:
  2. 用VC++和OpenGL做出来的三维管道-With VC++ And OpenGL to do three-dimensional pipe
  3. 所属分类:OpenGL

    • 发布日期:2024-05-15
    • 文件大小:235520
    • 提供者:张凯
  1. IOofJava2008

    0下载:
  2. Java I/O操作,字节流InputStream和OutputStream,字符流Reader和Writer,Java I/O库的设计原则,字符集的编码,RandomAccessFile类,管道流,对象的序列化。-Java I/O operations, byte-stream InputStream and OutputStream, character stream Reader and Writer, Java I/O libr
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:haoyingying
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org