搜索资源列表

  1. lessonprocess

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

    • 发布日期:2024-05-15
    • 文件大小:245760
    • 提供者:李思川
  1. popeconnect

    0下载:
  2. 实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sending a message! 父进程从管道中读出二个来自子进程的信息并显示(要求先接收P1,后P2)。 -process of the realization of the communication channel. With
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:钟洁
  1. PDS-Pipe

    0下载:
  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
  3. 所属分类:其他行业

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:文尧
  1. DLLCallDemo

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

    • 发布日期:2024-05-15
    • 文件大小:1002496
    • 提供者:钱青鱼
  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-05-15
    • 文件大小:4039680
    • 提供者:yt
  1. pipedoc

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

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:王晓鹏
  1. PIPE

    0下载:
  2. 算法实现题2-1 输油管道问题 « 问题描述: 某石油公司计划建造一条由东向西的主输油管道。该管道要穿过一个有n 口油井的油 田。从每口油井都要有一条输油管道沿最短路经(或南或北)与主管道相连。如果给定n口油 井的位置,即它们的x 坐标(东西向)和y 坐标(南北向),应如何确定主管道的最优位置, 即使各油井到主管道之间的输油管道长度总和最小的位置?证明可在线性时间内确定主管道 的最优位置。 &laq
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:66560
    • 提供者:林总
  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-05-15
    • 文件大小:3072
    • 提供者:sean zhang
  1. pipe_fork

    0下载:
  2. Linux网络编程。程序创建一个管道,并发起一个新的进程。父进程往管道里写数据,子进程往外读数据。-Linux Network Programming. Procedures to create a pipeline and has initiated a new process. Father of the process of writing data to the pipe, sub-process of reading data
  3. 所属分类:Internet/网络编程

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

    0下载:
  2. gpio驱动 leddrv.c为驱动源程序 writeled.c为应用程序 writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o writeled writeled.c leddrv.c 编译方式 arm-elf-gcc -D__KERNEL__ -I你的uClinux目录/linux-2.4.x/include-Wall -Wstrict-prototypes
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:zhengbo
  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-05-15
    • 文件大小:50176
    • 提供者:白彬
  1. pipeline

    0下载:
  2. samples for pipe line source code -samples for pipe line source code
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-15
    • 文件大小:8192
    • 提供者:陳陳
  1. pipe

    0下载:
  2. Linux 下验证管道通信机制。一端发送消息,一端接收消息。-Linux authentication pipeline under the communication mechanism. One end of send messages, receive messages on one end.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:
  1. pipe-eval

    0下载:
  2. 著名IT公司ILog的APS高级排产优化引擎,就连SAP、Oracle等ERP中的物料需求计划与生产计划算法都来源于ILog。研究了好久,中间的性线求解算法可真谓难呀-Well-known IT company ILog the APS Senior Scheduling optimization engine, and even SAP, Oracle and other ERP
  3. 所属分类:企业管理(财务/ERP/EIP等)

    • 发布日期:2024-05-15
    • 文件大小:4195328
    • 提供者:
  1. pipe

    0下载:
  2. 这可是全球著名IT公司ILog的APS高级排产优化引擎,就连SAP、Oracle等ERP中的物料需求计划与生产计划算法都来源于ILog。我研究了好久,中间的性线求解算法可真谓难呀。-This is the world s leading IT companies ILog the APS Senior Scheduling optimization engine, and even SAP, Oracle and other ERP s
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-15
    • 文件大小:4187136
    • 提供者:wl
  1. program

    0下载:
  2. 工ARM_LINUX的几个源代码,fork,pipe,fifo,及共享内存的实验源程序-Several workers ARM_LINUX source code, fork, pipe, fifo, and shared memory of the experimental source
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-15
    • 文件大小:71680
    • 提供者:yxh
  1. pipe

    0下载:
  2. 转自网上,非原创。简单的进程管道通信编程实例,通过建立管道,调用cmd.exe-Transfer from the Internet, non-original. Simple process of pipeline communication programming examples, through the establishment of channels, call cmd.exe
  3. 所属分类:进程与线程

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

    0下载:
  2. 一个windows ce 上接管道的小游戏, EVC的-Then windows ce on a pipeline game, EVC s
  3. 所属分类:Windows CE

    • 发布日期:2024-05-15
    • 文件大小:71680
    • 提供者:李春娥
  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. code

    0下载:
  2. KWIC系统 采用管道/过滤器风格实现-KWIC system pipe/filter style realize
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:26624
    • 提供者:zhaoyan
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org