搜索结果

找到约 10 项符合 Pipes 的查询结果

微处理器开发 This zip describes USB communication through 2 pipes with a Windows 2000 PC application. Includes ma

This zip describes USB communication through 2 pipes with a Windows 2000 PC application. Includes main.html file for help.
https://www.eeworm.com/dl/655/156563.html
下载: 89
查看: 1069

VC书籍 “命名管道”或“命名管线”(Named Pipes )是一种简单的进程间通信( I P C)机制

“命名管道”或“命名管线”(Named Pipes )是一种简单的进程间通信( I P C)机制, Microsoft Windows NT,Windows 2000、Windows 95以及Windows 98均提供了对它的支持 (但不包括Windows CE)。命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的 不同计算机的不同进程之间,支持可靠的、单向或双向的数据通 ...
https://www.eeworm.com/dl/686/172945.html
下载: 42
查看: 1054

单片机开发 介绍NRF24L01的多通道(Multiple Pipes),其中文件nrf24l01.c实现此射频芯片在多通道下的通信

介绍NRF24L01的多通道(Multiple Pipes),其中文件nrf24l01.c实现此射频芯片在多通道下的通信,多发单收,同样提供了发、发的HEX文件便于实验。
https://www.eeworm.com/dl/648/402609.html
下载: 128
查看: 1054

Linux/Unix编程 Source that implements a Shell for Linux. Can accept at least 2 pipes and 3 sets of commands.

Source that implements a Shell for Linux. Can accept at least 2 pipes and 3 sets of commands.
https://www.eeworm.com/dl/619/458774.html
下载: 163
查看: 1064

Linux/Unix编程 · Develop clear, readable, well-documented and well-designed programs in the C Programming Language.

· Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · Locate and interpreting “man pages” applicable to application-level system programming. · Use the POSIX/Unix A ...
https://www.eeworm.com/dl/619/184785.html
下载: 99
查看: 1076

汇编语言 EXAMPLE SOURCE CODE FOR IMPLIB FILTER This filter accepts input through the standard input stream

EXAMPLE SOURCE CODE FOR IMPLIB FILTER This filter accepts input through the standard input stream, convertsit and outputs it to the standard output am. The streams are linkedthrough pipes, such that the input stream is the output from the import librarian being invoked, and the output stream is con ...
https://www.eeworm.com/dl/644/186088.html
下载: 132
查看: 1064

汇编语言 EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, con

EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, converts it and outputs it to the standard output stream. The streams are linked through pipes, such that the input stream is the output from the assembler being invoked, and the output stream is connecte ...
https://www.eeworm.com/dl/644/186090.html
下载: 59
查看: 1039

软件设计/软件工程 管道(Pipe)实际是用于进程间通信的一段共享内存

管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络 ...
https://www.eeworm.com/dl/684/205416.html
下载: 78
查看: 1082

驱动编程 This the third edition of the Writing Device Drivers articles. The first article helped to simply ge

This the third edition of the Writing Device Drivers articles. The first article helped to simply get you acquainted with device drivers and a simple framework for developing a device driver for NT. The second tutorial attempted to show to use IOCTLs and display what the memory layout of Windows NT ...
https://www.eeworm.com/dl/618/252358.html
下载: 34
查看: 1036

网络 PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading

PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data types along with threads, synchronization objects, IP sockets and named pipes. PTypes also offers messa ...
https://www.eeworm.com/dl/635/275729.html
下载: 78
查看: 1046