计算机英语翻译

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了计算机英语翻译相关的知识,希望对你有一定的参考价值。

好多看不懂,请高人帮忙翻译一下,不要翻译软件翻译的,那个没用。好的我给加分
Treesort
Treesort is a two-step process. First, the elements are inserted into a binary search tree. Second, the elements are retrieved, in sorted order, using an inorder traversal.
A binary search tree is not an attractive approach to sorting because a heap does the same job with less effort. Instead of starting out by putting the elements in binary search tree, we begin by forming a heap. If, however, the elements are in a binary search tree, then an inorder traversal accesses them in sorted order with O(n) effort.
Mergesort
Tow sublists, each already sorted, can be merged together to form one aggregate list that is also sorted. A simple and effective procedure for doing this, called mergesort, begins by comparing pairs of elements---one from each sublist. The smallest element is appended to a sorted list and is replaced by the next element from its sublist. This continues until there are no more elements in one of the sublists. The remaining elements in the other sublist are then appended to the sorted list, and the sort is complete.
This sounds good when there are two sorted sublists with which to begin. If there are not, the problem is to decide how to get started. There are several possibilities.

Treesort
Treesort是一个二步过程。 首先,元素被插入入一个二进制树形网络。 其次,使用inorder遍历,元素按被排序的顺序被检索。 因为堆做同一个工作用较少努力, A二进制树形网络不是一种有吸引力的方法对排序。 而不是开始通过投入元素在二进制树形网络,我们通过形成堆开始。 如果,然而,元素在一个二进制树形网络,则inorder遍历访问他们按与O的被排序的顺序(n)努力。
Mergesort
Tow子表,已经被排序的其中每一份,可以一起被合并形成也被排序的一张聚集名单。 做的此简单和有效的方法,称mergesort,通过比较对开始元素---一从每份子表。 最小的元素被添附对一张被排序的名单和被从它的子表的下个元素替换。 这继续,直到那儿不无元素在其中一份子表中。 在另一份子表的剩余的元素然后被添附对被排序的名单,并且排序是完全的。
This听起来好,当有开始的二份被排序的子表时。 如果没有,问题将决定如何开始。 有几种可能性。
参考技术A Treesort

Treesort是两个步骤。首先,内容插入到一个二进制搜索树。第二,内容检索,在排序顺序,用一个序遍历。

二进制搜索树不是一个有吸引力的办法,分类,因为一堆不相同的工作,较少的努力。而是开始了把要素二进制搜索树,我们开始形成了堆。但是,如果要素是在一个二进制搜索树,然后一个序遍历访问他们排序顺序为O ( n )的努力。

Mergesort

丝束sublists ,每个已排序,可以合并在一起,形成一个总名单,这也是排序。一个简单而有效的程序,这样做,所谓mergesort ,一开始就比较对要素之一---从每个sublist 。最小的因素是附在排序清单,并取代在未来元素从sublist 。这种情况持续下去,直到没有更多的要素之一sublists 。其余部分在其他sublist ,然后附加到排序列表,排序已经完成。

这听起来不错时,有两个分类sublists与开始。如果没有,问题是决定如何开始。有几种可能性。
参考技术B 为什么不要啊?、

以上是关于计算机英语翻译的主要内容,如果未能解决你的问题,请参考以下文章

计算机英语

高分求计算机英语翻译.急!!!!!

计算机英语

计算机专业英语翻译

计算机专业的一些课程用英语怎么说?

计算机常用英语单词