说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 分布式程序测试
1)  distributed program testing
分布式程序测试
1.
A Java oriented distributed program test system is put forward in this paper, which is called JDPT (Java-oriented distributed program testing system).
介绍了一个面向Java语言的分布式程序测试系统JDPT(Java-oriented distributed program testing system)。
2)  Remote distributed test
远程分布式测试
3)  distributed program
分布式程序
1.
Based on the basic theory used for real-time distributed systems,a basic theory for evaluating real-time performance of distributed programs is deduced by combining with the character when distributed program executed.
首先根据分布式系统实时性评估的基本思想,结合分布式程序执行的特点,对分布式程序的实时性评估进行理论分析。
4)  distributed test
分布式测试
1.
Application of COM technology in integrating custom testing tools with distributed test system;
组件技术在分布式测试系统与测试工具集成中的应用
2.
Research and implement on model driven distributed test execution automation;
模型驱动的分布式测试执行自动化研究与实现
3.
In the distributed test system based on wireless sensor network,aiming at utilizing the same sensor node for adding or deleting some function modules conveniently according to the specific test mission,this paper presented the star configuration design scheme about SPI bus,it was used for communication between the control modules of node and every function module.
在基于无线传感器网络的分布式测试系统中,为了使同一传感器节点能根据测试任务的需要方便地添加或删除某些功能模块,提出了一种星形结构的SPI总线的设计方案,用于节点的控制模块和各功能模块之间的通信。
5)  distributed testing
分布式测试
1.
The test pressure of target service is controlled by using tokens and the load balance of distributed testing is realized by token migration.
采用令牌方式来控制目标服务的测试压力,通过令牌迁移实现分布式测试的负载平衡。
6)  distributed measurement
分布式测试
1.
For the network problem,a four layer construction of distributed measurement system.
针对某些敏感地区实施全方位监控的需要,提出了一种基于智能传感器组网的分布式测试系统模型。
2.
A distributed measurement system based on VxWorks is designed in order to resolve the problem of multi-user test and diagnosis of data acquisition card.
针对多客户端对数据采集卡同时进行测试和诊断的问题,设计了VxWorks下的分布式测试系统。
补充资料:分布式程序设计
      可在分布计算机系统的几台计算机上同时协调执行的程序设计方法。在分布计算机系统出现以后,为了发展和应用这种系统,在70年代后期提出了分布式程序设计,并开始研究分布式程序设计语言和分布式算法。到1983年底,已经提出了十多种分布式程序设计语言的建议,开展了解决若干逻辑问题的分布式算法的研究。
  
  分布式程序设计的主要特征是分布和通信。采用分布式程序设计方法设计程序时,一个程序由若干个可独立执行的程序模块组成。这些程序模块分布于一个分布式计算机系统的几台计算机上同时执行。分布在各台计算机上的程序模块是相互关联的,它们在执行中需要交换数据,即通信。只有通过通信,各程序模块才能协调地完成一个共同的计算任务。
  
  采用分布式程序设计方法解决计算问题时,必须提供用以进行分布式程序设计的语言和设计相应的分布式算法。分布式程序设计语言与常用的各种程序设计语言的主要区别,在于它具有程序分布和通信的功能。因此,分布式程序设计语言,往往可以由一种程序设计语言增加分布和通信的功能而构成。分布式算法和适用于多处理器系统的并行算法,都具有并行执行的特点,但它们是有区别的。设计分布式算法时,必须保证实现算法的各程序模块间不会有公共变量,它们只能通过通信来交换数据。此外,设计分布式算法时,往往需要考虑坚定性,即当系统中几台计算机失效时,算法仍是有效的。
  
  分布式程序设计语言的研究,将从方案建议转入实用研制,可能出现多种具备分布式程序设计功能的语言。分布式算法的研究,将会从解决逻辑问题的算法发展到解决各种数据处理和数值计算的算法。
  

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条