搜索资源列表
pipedoc
- 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication for shared memory, the creati
CMMI
- CMMI 利用命名管道技术,在进程间进行通信的例程。希望和大家交流-CMMI using named pipe technology, in the process of communication between the routines. Would like to exchange
01
- 编写程序实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1和P2分别向管道各写一句话:-Write a program to achieve the process of communication channels. With the system call pipe () to build a pipeline, two sub-processes P1 and P2 respectively, each pipeline write one sentence:
tribon-pipe-data
- Tribon M3管系生产信息提取程序(python程序应用)-Production information management system Tribon M3 extraction process (python program application)
2
- 该文分析了非开挖技术特点、工艺流程、施工设备、管材粘接及安装,认为目前在大规模管网施工的情况下,为了达到最小破坏和最大保护环境的目的,采用非开挖技术施工势在必行。另外,该文还提出了非开挖技术施工中值得注意的问题。-This paper analyzes the trenchless technology characteristics, process, construction equipment, pipe bonding and install that in the case of la
zhichixiangliangji1
- 基于MATLAB利用Particle-in-cell模型,对梯形管内壁等离子体离子注入过程,进行了二维数值模拟.计算结果表明在中心电极附近出现了“阳极鞘层”,该鞘层内部不存在离子,而且在鞘层边缘离子密度最高.在上下管壁上的离子注入剂量呈现“m”形分布.通过对注入过程中等离子体密度分布和不同时间段管壁不同位置离子注入剂量的跟踪,发现“阳极鞘层”扩展行为是导致“m”形分布的原因.由于梯形管形状的不对称性,“阳极鞘层”的边缘向梯形长底方向扩展较快.在注入初始时刻离子注入的能量很低,随着时间延长离子能量
CPPandCSharpcommunication
- 详细介绍了C++和C#进程之间通过命名管道通信-Between the C++ and the C# process through a named pipe communication