communication n. 1.通讯,通知;交换;信息;书信,口信,通报。 2.传达,传授;传播;传染。 3.交通,交通机关;联系,连络(设备)。 4.【宗教】接受圣餐。 a means of communication交通工具。 communication equipment 通讯设备。 cut off communication 切断连络[通讯]。 have no communication with 与…无联系[不通信息]。 in communication with 与…连络[通信息]。 privileged communication 【法律】 1. 法律准许不外泄的内情。 2. 法律准许作为证词而提供的内情〔不构成诽谤罪等〕。
Based on the implementation of the channel , process communication can be more convenient and safer , and provide better real - time capabilities of java 通过对这个模型的实现,实现了更加方便可靠的进程通信,可以更好的支持实时java的性能。
Sop draws on and enforces object - oriented programming , but is geared toward the development of software components that are enabled for intra - and inter - process communication Sop引入并实施面向服务的编程,但它是面向启用进程内和进程间通讯的软件组件的开发的。
This paper mainly gives an introduction of the design and implementation of the four central modules ( including process scheduling , process communications , timer 本文重点介绍了运行支撑部分的4个主要的子模块进程调度、进程通信、时限管理和系统监测的设计与实现。
Besides , the thesis describes some issues of network - interface management and inter - process communication , which are related to linux os when realizing router software 另外本文还叙述了路由器软件在具体编程实现中与操作系统相关的一些内容,如网络接口操作以及进程间通信等。
Most boundaries are obvious : network connections , process - to - process communication , file systems , operating system interfaces , and so on , but some boundaries are more subtle 大多数边界是很明显的:网络连接、进程与进程的通信、文件系统、操作系统接口等等,但是有些边界就不好辨别。
Code files can communicate with most of the same techniques as code strings ; when run as separate programs , files can also employ inter - process communication ( ipc ) techniques 代码文件可以使用与代码串几乎同样的技术来通信;当作为独立的程序运行时,代码文件还可以使用进程间通信( ipc )技术。
Processing communication section collects data from data - sampling section , and gives them to network controlling chip . in this section , a single fpga chip receives data from six channels simultaneously 过程层通讯模块的设计充分运用了fpga集成度高,编程灵活的特点,在一片五万门的fpga中实现了对六路串行曼彻斯特编码数据的接收。
The thesis also exemplified the docsis applications module implement and designed for tasks included by the module , using the thought of message driving and inter - process communication by message queue 论文以docsis应用软件模块为例详细设计了它所包含的几个任务进程,在设计这个模块时,作者采用了消息驱动的设计思想,并通过创建消息队列来进行进程间通信。
3 ) communication design among software modules : deviding the communication messages into different types and selecting the optimal ipc ( inter process communication ) method for each of the types according to the ipc characteristics of os 即对模块间需要传送的消息进行分类,并根据操作系统提供的ipc ( interprocesscommunication )机制的特点,选择最佳的通信实现方式。
Cross - process communication requires a server object whose functionality is provided to callers outside its process , a client that makes calls on the server object , and a transportation mechanism to ferry the calls from one end to the other 进程间通信需要具备以下条件:存在向进程外的调用方提供功能的服务器对象,存在对服务器对象进行调用的客户端,并具有一个将调用从一端运送到另一端的传输机制。