单词 | Message Passing |
释义 | 例句释义: 消息传递,信息传递,消息传送,消息传递机制 1. Agents maintain state, and use message blocks and message-passing functions to communicate with one another and with external components. 代理维护状态,并使用消息块和消息传递函数与另一个组件和外部组件进行通信。 technet.microsoft.com 2. InfoQ: Rubinius seems to be shipped with a wealth of concurrency ideas and tools - threads, actors, multivm message passing IPC, etc. Rubinius好像有了很丰富的并发概念和工具——线程、actor、多虚拟机 消息传递IPC等等。 www.infoq.com 3. While all communication happens via message passing, the message itself is often in a generic cross-platform format. 尽管所有通信通过消息传递发生,消息本身通常是一个通用的跨平台格式。 www.ibm.com 4. XML- RPC is a powerful and simple message passing system that excels in the sort of application described in this article . RPC是一个强大而又简单的消息传递系统,超过了本文中所描述那种应用程序。 www.bing.com 5. The implementation was an instance of the message passing broker system variant of the pattern, as in the POSA pattern documentation. 该实现是模式中的消息传递中介系统的一个变体实例,如POSA模式文档中所述。 www.ibm.com 6. After a small amount of experimentation I was able to make Erlang talk to a web page using pure asynchronous message passing. 在经过了一些试验以后,我可以让Erlang和一张Web网页通过纯异步消息传输进行通信。 www.infoq.com 7. Using message passing, a client object specifies a target object, a message, and a set of arguments. 客户机使用消息传送来指定目标对象、消息和参数集。 www.ibm.com 8. Since applications are written for a message-passing interface, no changes are required when an application is run on a programmable device. 由于应用程序是为消息传递接口而编写的,因此当应用程序运行在可编程的设备上时,不需要任何改变。 www.infoq.com 9. As shown in Figure 1, the Message Passing Interface (MPI) library specification passes the data between the nodes. 如图1所示,通过消息传递接口(MPI)库规范在节点间传递数据。 www.ibm.com 10. MPI is a library specification for message-passing, proposed as a standard by a broadly based committee of vendors, implementors, and users. MPI是一种消息传递库的规范,作为一个标准的供应商提出的,实现者和用户基础广泛的委员会。 www.affinic.com.cn 1. Like Smalltalk, Self represents control structures with message passing, and Self relies on an image that is always running. 像Smalltalk一样,Self用消息传送来表示控制结构,Self依赖于一个一直运行的image。 www.ibm.com 2. Clusters use a message-passing paradigm for communication, and programs have to be explicitly coded to make use of distributed hardware. 集群使用消息传递系统进行通信,程序必须显式地进行编码来使用分布式硬件。 www-128.ibm.com 3. In Mach, there was only one form of interprocess communication: message passing. 在Mach里,进程间的通信只有一种形式:消息传递。 www.bing.com 4. Contemporary parallel programming model can be roughly divided into message-passing model and shared-memory model. 当前并行程序模型主要有消息传递模型和共享存储模型两种。 www.dictall.com 5. Azure AppFabric is a message bus, with the goal of making authentication and message passing easier, especially across firewalls. AzureAppFabric是一个消息总线,目标是简化身份验证和消息传递,尤其在跨防火墙的时候使其更容易。 www.infoq.com 6. The actor model facilitates concurrent programming by allowing a safer mechanism for message-passing between processes (or actors). 角色模型支持采用一种更安全的机制来在进程(或角色)之间进行消息传递,极大地方便了并发编程。 www.ibm.com 7. Interestingly, object-oriented languages that use message passing as a core principle are out there. 有意思的是,也有使用消息传递作为核心机制的面向对象语言。 www.ibm.com 8. The team used a trick called "pipelining" in which sensors acted as message-passing relays for other nearby sensors. 这支团队玩起一个名叫“流水线”的把戏,让传感器扮演信息传递员的角色把信息传到另外那些在附近的传感器中。 www.ecocn.org 9. This model is based on message passing, and is somewhat similar to the actor model used in Erlang and Scala. 这个模型建立在消息传递的基础上,并且与Erlang和Scala中的actor模型有点类似。 www.ibm.com 10. Message passing involves the efficient passing of data between nodes in a high performance cluster. 消息传递涉及的是在高性能集群中的节点间高效传输数据。 www.ibm.com 1. Web services also benefit from the structured data in message-passing environments. Web服务也从消息传递环境中的结构化数据获益。 www.ibm.com 2. Message passing takes on another dimension when you throw method_missing into the mix. 当您将method_missing加入进来后,消息传送就有了另一层次的意义。 www.ibm.com 3. By using the mechanism of message passing and conversation among nodes the distributed cooperation and coordination are realized. 该框架由多个分布式智能体结点组成,结点间通过消息传递与会话机制来实现分布式的合作与协同。 www.ceps.com.tw 4. You invoke all Self behavior exclusively through message passing. 通过消息传送专门地调用所有Self行为。 www.ibm.com 5. All system services within QNX are built upon these message-passing primitives. 在QNX中所有的系统服务都建立在消息传递原语基础上。 shaker.diy.myrice.com 6. An advantage to message passing is that it ties synchronization to data instead of tying it to an external synchronization object. 消息传递的优点是它将同步绑定到数据,而不是绑定到外部的同步对象。 technet.microsoft.com 7. One for public internet access and one for private message passing interface. 一个用于公共internet访问,另一个用作私有消息传递接口。 www.ibm.com 8. This indicator that a thread is finished sending results is sometimes called a "poison message" in message-passing literature. 表示线程发送结果任务已完成的指标有时在消息传递领域称为“毒消息”。 www.ibm.com 9. The Net is really a string and two tin cans. The computers are in the middle, but they are just doing the message passing. 网络真的只是一跟线和两个铁罐,计算机在中间,但他们仅仅是在做信息传递而已。 dongxi.net 10. The Self language takes this message-passing concept to the extreme. Self语言将消息传送这一概念发挥到极致。 www.ibm.com 1. In Smalltalk, everything is an object, and most behaviors make use of message passing. 在Smalltalk中,一切皆是对象,且大多数行为都利用消息传送。 www.ibm.com 2. Message blocks and message-passing functions let you write parallel applications without requiring synchronization mechanisms such as locks. 使用消息块和消息传递函数,无需同步机制(如锁)即可编写并行应用程序。 technet.microsoft.com 3. Message passing in Ruby looks slightly different, but the premise is the same. Ruby中的消息传送看起来有些许不同,但前提是一致的。 www.ibm.com 4. Message passing without using typed messages etc. 没有使用键入信息进行信息传递,诸如此类。 www.bing.com 5. The two segments of the driver communicate via a message-passing system based on technology developed by NetFRAME. 驱动程序的这两个部分是通过一个报文传送系统进行通信的,它是一种基于NetFRAME公司开发的技术。 www2.ccw.com.cn 6. We discuss why parallel cluster systems adopt parallel programming based on message passing. 并进一步分析了在机群系统为何采用基于消息传递方式的并行编程。 www.juhe8.com 7. Others favor languages like Erlang, which are based on message passing and lightweight processes. 其他例如Erlang这样倍受大家偏爱的语言,是基于消息传递和轻量级进程的。 www.infoq.com 8. Self uses message passing to invoke named slots and methods. Self使用消息传送来调用已命名的slot和方法。 www.ibm.com 9. The use of IPC for message passing benefited support for threads and concurrency. 利用IPC来传递消息有利于线程和并发。 www.infoq.com 10. Cores communicate through message passing using 384KB of on-die shared memory. 核心间通过使用384KB的片上共享存储器进行消息传送来相互通信。 blog.zol.com.cn 1. The MPI home page provides information on message-passing libraries. MPI主页提供了关于消息传递库的信息。 www.ibm.com 2. It uses a message passing model and "processes" instead of threads. 它使用一种消息传递模型,以及“进程”来代替线程。 www.infoq.com 3. When applications or services communicate with each other on the same satellite kernel a fast, zero-copy, message-passing interface is used. 当位于相同卫星内核上的应用程序或者服务彼此之间进行通信的时候,就会使用一种快速的、零复制的消息传递接口。 www.infoq.com 4. Finally, it showed how to load these mediation policies conditionally, based on context in the message passing through the flow. 最后,本文展示如何根据流中的不同上下文有条件地装载这些中介策略。 www.ibm.com 5. All these attempts are based on a message-passing communication model. 所有这些尝试都基于一个消息传递通信模型。 www.ibm.com 6. TCP port 139 is used only for the session services, which are file transfer and message passing. TCP端口139仅用于会话服务,即文件传输和消息解析。 www.ibm.com 7. These are programs that run on networks and require message passing. 这些是运行在网络上,并且需要消息传递的程序。 www.ibm.com 8. But nonetheless, it all represents a common kind of pattern, which is this message-passing thing. 但尽管如此,它代表了所有常见的模式,这是这一消息传递的事情。 blog.sina.com.cn 9. Design and implementation analysis of an object-oriented parallel message passing library 面向对象的并行消息传递库的设计与实现分析 www.ilib.cn 10. A Delay-Bounded Message Passing Model and its Applications in Distributed Debuggers on Cluster Systems 有限延时消息通信模型及在并行程序调试器设计中的应用 www.ilib.cn 1. Characterization for communication pattern of message-passing application 基于消息传递的科学应用通信模式特征分析 www.ilib.cn 2. Communications may be via shared memory or through message passing (packets moved by the OS) 通信可以通过共享内存或消息传递(消息包通过操作系统在进程间移动)来实现 wenku.baidu.com 3. Message Passing Mechanism and Routing Algorithm in Message Passing Interconnection Networks 消息传递网络中的消息传递机制和路由算法 www.ilib.cn 4. Parallel Computing in Partial Differential Equation Using Message Passing Interface 消息传递接口在偏微分方程中的并行计算 www.ilib.cn 5. Setting up the high-performance message-passing interface and Cell SDK 配置高性能消息传递接口和CellSDK www.infoq.com 6. An Efficient Parallel Minimum Spanning Tree Algorithm on Message Passing Parallel Machine 在消息传递并行机上的高效的最小生成树算法 www.ilib.cn 7. Recent Advances in Parallel Virtual Machine and Message Passing Interface 并行虚拟计算机与信息传送界面最新进展 product.dangdang.com 8. Automatic generation of message-passing parallel program 消息传递并行程序的自动生成 www.ilib.cn 9. Fast Message Passing for High Performance Computation inWorkstation Clusters 适用于工作站机群系统高性能计算的快速消息传递协议 www.ilib.cn 10. Sending and Receiving Order of Total-Exchange in Message Passing Parallel System 消息传递并行环境中全文换操作的发送接收序 www.ilib.cn 1. Addresses Matching Algorithm Based on the Message-Passing Mechanism in Distributed Traffic Network Simulation 路网分布式模拟中基于消息传递的地址匹配算法研究 www.ilib.cn 2. Message Passing of QNX And Application On Inter-threads Communication QNX消息传递及其在线程间通信的应用 service.ilib.cn 3. Research on Parallel Performance of Message Passing Model 消息传递模型的并行性能研究 ilib.com.cn 4. Load balancing method with interleaving redistributed data based on message passing interface 基于消息传递的数据交错重分布负载平衡技术 service.ilib.cn 5. Comparison and latest development of message-passing mechanisms 消息传递机制的比较及其最新发展 www.ilib.cn 6. Networks Parallel Computing Environment Based on Message Passing Interface 基于消息传递的网络并行计算环境 www.ilib.cn 7. A Fast Message Passing Mechanism at User-Level for Cluster Computing 一种适用于机群系统的用户层消息传递机制 www.ilib.cn 8. The kernels communicate with each other through remote message passing 内核通过远程消息传递来与其他内核通信 www.infoq.com 9. Research on Dynamic Load Balancing Algorithm Based on Message Passing Mechanism 基于消息传递机制的动态负载平衡算法研究 www.ilib.cn 10. MCS Program Designing with Many Conditions and Branches Based on Message Passing 一种基于消息传递的单片机多条件多分支程序设计方法 service.ilib.cn |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。