说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 实时分布式操作系统
1)  real-time distributed operating system
实时分布式操作系统
2)  distributed real-time operating system
分布式实时操作系统
1.
The ideas to construct the module of process scheduling and file system by means of object-oriented technique during the development of the distributed real-time operating systems are proposed, in order to realize the separation of scheduling policy and scheduling mechanism, and to realize the real-time file system based on object.
讨论一种实时对象模型,提出了在研制分布式实时操作系统的过程中,利用面向对象技术,实现进程调度模块和文件系统的具体构想,并在LINUX操作系统上验证了其可行性。
2.
Distributed Real-Time Operating System provides a efficient running environment for these application systems.
分布式实时操作系统为这些实时信息处理系统提供了良好的运行平台,然而由于不同领域的应用对实时性的要求不尽相同,因此很难找到一种分布式实时操作系统可以完全满足这些不同的需求。
3)  distributed safety real-time operating system
分布式安全实时操作系统
4)  distributed operating system
分布式操作系统
1.
Concerned with the coarse grain tasks in a distributed operating systems, this paper described the design and implementation of the prototype of a distributed operating system which named CLUSTERS.
开发了一个分布式操作系统的原型─—CLUSTERS,通过引入两级并发体制,提供了一种称为簇程(cluster)的大颗粒度并发单元。
2.
The PIPORTDOS (Parallel image processing-oriented real-time distributed operating system) was designed and implemented for a parallel image processing system, which is based on multicomputers architectures and consists of multi-DSPs (TMS320C64 DSP).
针对多片TMS320C64 DSP构成的多计算机体系结构的实时图像识别系统,设计并实现了面向并行图像处理的实时 分布式操作系统PIPORTDOS(Parallel image processing-oriented real-time distributed operating system)。
3.
A design method for the message-based interprocess communication (IPC) in such a distributed operating system is proposed and compared with methods for the mes sage-based IPC in normal distributed operating systems.
提出了一种应用于多CPU嵌入式系统的分布式操作系统进程间消息通信的设计方法,并和常用的分布式操作系统的进程间消息通信方法进行了比较。
5)  distributed real-time system
分布式实时系统
1.
Fault-Tolerant Scheduling Algorithm for Distributed Real-Time Systems;
分布式实时系统的容错调度算法
2.
Study of integrated scheduling of tasks and messages in distributed real-time systems;
分布式实时系统任务与消息综合调度算法研究
3.
Aspect-Oriented Formal Method of Heterogeneons Dynamic Distributed Real-Time Systems;
异构的动态分布式实时系统的面向方面的形式化方法
6)  distributed real-time systems
分布式实时系统
1.
Centralized relative-clock synchronization for distributed real-time systems;
分布式实时系统的集中式相对时钟同步方法
2.
Study on the energy-efficient resource allocation of distributed real-time systems;
分布式实时系统的低能耗资源分配方法研究
3.
The Design and Realization of Task Scheduling Algorithm in Distributed Real-time Systems;
分布式实时系统任务调度算法的设计和实现
补充资料:分布式操作系统


分布式操作系统
distributed operating system

fenbushi eoozuo xitong分布式操作系统(distribu回叩emting sys·tem)用于支持分布式处理系统的操作系统。和集中式操作系统相比,分布式操作系统在资源管理、进程通信和系统结构三方面有明显的区别。对于分布式操作系统而言,如果仍采用一类资源由一个管理者来管的集中管理方式,那么,当多个结点的用户要求使用某个结点上的一类资源时,可能需要频繁通信,增加开销,所以分布式操作系统采用一类资源多个管理者的分布式管理方式。多个管理者相互协调,共同完成对资源的管理,以提高管理效率。分布式操作系统的进程通信有两种主要形式:消息传递和远程过程调用(侧兀)。消息传递以进程间直接相互发送或接收消息实现,RPC则通过调用远程进程的过程实现消息的交换。在系统结构方面,分布式操作系统和集中式操作系统一样,也是由内核及提供系统各种功能的模块组成。但在分布式系统中,每台计算机上都有一个内核,它实现对该计算机系统进行基本的控制,系统的其它模块则不均匀地分布在各台计算机上。这种分布可以是静态的,也可以是动态的,它不仅可节省系统开销,而且可以保证系统的稳健性。 分布式操作系统的机制实现可分为两类:面向进程模式和面向对象模式。面向进程的模式是通过一组进程来提供上述服务。通常,这些进程的规模较大,因此一个分布式操作系统中进程数目不多。进程间的同步及对用户进程的控制都是通过消息传递实现的。面向对象的分布式操作系统由一组对象组成,它们提供对系统的各种操作,这样的分布式操作系统由大量对象组成,每个对象负责在自己的局部环境中执行少量的操作。 采用面向对象方法、线程机制和微内核结构及客户一服务器工作模式是当前分布式操作系统研究和设计中的主要研究方向。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条