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

搜索资源列表

  1. PDS-Pipe

    2下载:
  2. 采用ANSYS软件的APDL语言编写的两个命令流文件,用于计算含缺陷管道的失效概率,将参数稍作改动,可用于其它结构的可靠性分析-using ANSYS APDL preparation of the two documents order flow, used in the calculation of pipeline containing defects failure probability of parameters minor modifications, can be used fo
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:3170
    • 提供者:文尧
  1. angel_thread

    0下载:
  2. 实验室的项目,管道机器人,分5个线程,体现通讯策略和应用层协议,利用CAN总线通迅,很有参考价值-laboratory project, the pipeline robot, the five - threads, embodied communications strategy and application layer protocol. CAN bus communication, great reference value
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1812
    • 提供者:alex
  1. detect_thread

    0下载:
  2. 实验室的项目,管道机器人,分5个线程,体现通讯策略和应用层协议,利用CAN总线通迅,很有参考价值-laboratory project, the pipeline robot, the five - threads, embodied communications strategy and application layer protocol. CAN bus communication, great reference value
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2025
    • 提供者:alex
  1. error_thread

    0下载:
  2. 实验室的项目,管道机器人,分5个线程,体现通讯策略和应用层协议,利用CAN总线通迅,很有参考价值-laboratory project, the pipeline robot, the five - threads, embodied communications strategy and application layer protocol. CAN bus communication, great reference value
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2427
    • 提供者:alex
  1. locate_thread

    0下载:
  2. 实验室的项目,管道机器人,分5个线程,体现通讯策略和应用层协议,利用CAN总线通迅,很有参考价值-laboratory project, the pipeline robot, the five - threads, embodied communications strategy and application layer protocol. CAN bus communication, great reference value
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2084
    • 提供者:alex
  1. power_thread

    0下载:
  2. 实验室的项目,管道机器人,分5个线程,体现通讯策略和应用层协议,利用CAN总线通迅,很有参考价值-laboratory project, the pipeline robot, the five - threads, embodied communications strategy and application layer protocol. CAN bus communication, great reference value
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2234
    • 提供者:alex
  1. ivrjk

    0下载:
  2. pb数据管道,可以选择要上传的表,实现多表连续上传.-pb data pipeline, we can choose to upload tables, multi-row table uploads.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:43980
    • 提供者:东方神猫
  1. linux_shell

    0下载:
  2. linux 下模拟shell的实现。 支持管道等功能。读proc文件,查看系统配置。-linux simulated shell realized. Pipelines, and other support functions. Reading proc filesystem check system configuration.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:34258
    • 提供者:kong xiangzhen
  1. MyNamedPipe

    0下载:
  2. 管道技术,利用管道实现两个进程数据交换,包含事件消息-pipeline technology, the use of two pipelines achieving data exchange processes, including news events
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:68078
    • 提供者:张少华
  1. DLLCallDemo

    0下载:
  2. 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the proc
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:76941
    • 提供者:钱青鱼
  1. Foxshell

    0下载:
  2. 这是一个很简单的 shell 程序。是我在winshell中把shell功能的代码提取出来的。里面有较好的管道编程方法-This is a very simple shell. I put in winshell were shell functions from the code. There are better ways pipeline Programming
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:14743
    • 提供者:何键
  1. libshd

    0下载:
  2. SH_Object libSH的基类 SH_String String类 SH_Array 数据结构Array类 SH_Stack 数据结构Stack类 SH_Queue 数据结构Queue类 SH_List 数据结构List类 SH_Hash 数据结构Hash类 SH_Tree 数据结构Tree(AVL)类 SH_Lock 互斥Lock类 SH_Serial 串口类 SH_Socket 套接字类 SH_Tcp TCP类
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:54985
    • 提供者:yangthui
  1. pipedoc

    0下载:
  2. 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication for shared memory, the creati
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6759
    • 提供者:王晓鹏
  1. mypipe

    0下载:
  2. 两个匿名管道通信的源代码,经通过测试,能在两个可执行文件之间获取数据。-two anonymous communication channel source code, the test in two executable files between data acquisition.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:34952
    • 提供者:王晓鹏
  1. TCP-IP2shixian

    0下载:
  2. 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:30044784
    • 提供者:陈鹤
  1. PipeExample

    0下载:
  2. 进程间通过管道通信,父进程传消息给子进程-inter-process communication through the pipeline, the father of the process - to-process information
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2678
    • 提供者:cjw
  1. Normals2

    0下载:
  2. 一个OPENGL实现管道模拟的例程源代码-an OpenGL pipeline simulation routines source code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:41605
    • 提供者:zhengjing
  1. los

    0下载:
  2. 操作系统课程设计 1、模拟UNIX(linux)文件系统 [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k 正规文件 (2) i 结点文件类型 目录文件 (共1byte) 块设备 管道文
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:876291
    • 提供者:wangwei
  1. LISTWindowsNTPIPE

    0下载:
  2. 枚举Windows NT 2000系统中的命名管道-2000 Enumerate Windows NT system of named pipes
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:15415
    • 提供者:仲伟
  1. ZPipe

    1下载:
  2. 一个模拟管道流动的ACTIVEX控件-a simulated pipeline flow ACTIVEX control
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:44323
    • 提供者:刘明法
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com