说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 分布程序
1)  distribution program
分布程序
2)  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.
首先根据分布式系统实时性评估的基本思想,结合分布式程序执行的特点,对分布式程序的实时性评估进行理论分析。
3)  distributed application
分布式应用程序
1.
Distributed Application Framework Based on .NET Remoting and Web Service;
基于.NET Remoting和Web Service的分布式应用程序框架
2.
Finally, explain that it can advance the efficiency and security of distributed application by giving an example of distributed application processing.
最后通过一个简单分布式应用程序实例进一步阐述,说明三层分布式结构可以大大提高分布式应用程序的运行效率和安全性。
3.
With the development of network technology,more and more people move their attention from single-process or single-threaded applications to distributed applications.
随着网络技术的发展,越来越多的人把注意力从单进程或单线程应用程序转移到分布式应用程序之上。
4)  distributed programming
分布式程序设计
1.
Research and Implementation of Distributed Programming based on Pocket PC;
基于Pocket PC的分布式程序设计的实现
2.
Using the theory about parallel computing, the feasibility of distributed programming on dynamic matching from taxpayer to street was testified.
针对WebGIS在税务系统应用中遇到的对地图数据要求动态更新和动态匹配的问题进行了分析和研究,给出动态匹配的方法和实现,结合并行计算相关理论,证明了对纳税户到街道的动态匹配过程进行分布式程序设计的可行性,应用分布式程序设计解决了匹配过程中的速度问题。
5)  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)。
6)  distributed program reliability
分布程序可靠性
1.
By using these rules and factoring formula, an efficient algorithm was proposed to evaluate the distributed program reliability (DPR) of distributed computing networks with imperfect nodes.
提出了几个保持可靠性不变的缩减,结合这些缩减,利用因子分解公式建立了一个计算具有不可靠结点的分布式计算网络分布程序可靠性的有效算法,算法的时间复杂性是O(N·(V+E)),并对一些网络在Pentium 120 计算机上作了计算,结果显示用本文算法计算DPR所产生的N和所用时间比其它算法的要小得多。
补充资料:分布式程序设计
      可在分布计算机系统的几台计算机上同时协调执行的程序设计方法。在分布计算机系统出现以后,为了发展和应用这种系统,在70年代后期提出了分布式程序设计,并开始研究分布式程序设计语言和分布式算法。到1983年底,已经提出了十多种分布式程序设计语言的建议,开展了解决若干逻辑问题的分布式算法的研究。
  
  分布式程序设计的主要特征是分布和通信。采用分布式程序设计方法设计程序时,一个程序由若干个可独立执行的程序模块组成。这些程序模块分布于一个分布式计算机系统的几台计算机上同时执行。分布在各台计算机上的程序模块是相互关联的,它们在执行中需要交换数据,即通信。只有通过通信,各程序模块才能协调地完成一个共同的计算任务。
  
  采用分布式程序设计方法解决计算问题时,必须提供用以进行分布式程序设计的语言和设计相应的分布式算法。分布式程序设计语言与常用的各种程序设计语言的主要区别,在于它具有程序分布和通信的功能。因此,分布式程序设计语言,往往可以由一种程序设计语言增加分布和通信的功能而构成。分布式算法和适用于多处理器系统的并行算法,都具有并行执行的特点,但它们是有区别的。设计分布式算法时,必须保证实现算法的各程序模块间不会有公共变量,它们只能通过通信来交换数据。此外,设计分布式算法时,往往需要考虑坚定性,即当系统中几台计算机失效时,算法仍是有效的。
  
  分布式程序设计语言的研究,将从方案建议转入实用研制,可能出现多种具备分布式程序设计功能的语言。分布式算法的研究,将会从解决逻辑问题的算法发展到解决各种数据处理和数值计算的算法。
  

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