问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

200分悬赏急用英译汉

发布网友 发布时间:2022-04-29 17:56

我来回答

6个回答

热心网友 时间:2023-10-26 23:15

这几个的确句型有些长,翻译习惯也可以参照一下别人的,反正今天好象回答你的人好多.
-------------------------------

overview
The order of growth of the running time of an algorithm, defined in Chapter 2, gives a simple
characterization of the algorithm's efficiency and also allows us to compare the relative
performance of alternative algorithms. Once the input size n becomes large enough, merge
sort, with its Θ(n lg n) worst-case running time, beats insertion sort, whose worst-case running
time is Θ(n2). Although we can sometimes determine the exact running time of an algorithm,
as we did for insertion sort in Chapter 2, the extra precision is not usually worth the effort of
computing it. For large enough inputs, the multiplicative constants and lower-order terms of
an exact running time are dominated by the effects of the input size itself.

When we look at input sizes large enough to make only the order of growth of the running
time relevant, we are studying the asymptotic efficiency of algorithms. That is, we are
concerned with how the running time of an algorithm increases with the size of the input in
the limit, as the size of the input increases without bound. Usually, an algorithm that is
asymptotically more efficient will be the best choice for all but very small inputs.

概要

算法运行时间的成长次序, 被定义在第二章里, 给算法的特性一个简单的描述并允许我们把它与供选择的算法进行比较。一旦输入大小n变得足够大, 合并排序法, 以Θ(nlgn) 最差运行时间,来检验最差运行时间是Θ(n2)的插入排序。虽然我们有时能确定算法确切的运行时间, 但如同在第二章里我们为了插入排序,而努力计算额外精确度通常并没有价值。为了足够大的投入, 常数和一具体运行时间的低秩序期限的积由投入规模本身所控制.
当投入规模大到足够确定相关命令运行时间的情况下, 我们应该学习渐进效率算法。即,当输入大小的增加没有*,我们就要考虑怎样计算运行时间的增长变化,就像输入大小有*的时候那样。通常, 除了非常小的输入,渐进算法是更加高效率的算法,将是最佳的选择。

This chapter gives several standard methods for simplifying the asymptotic analysis of
algorithms. The next section begins by defining several types of "asymptotic notation," of
which we have already seen an example in Θ-notation. Several notational conventions used
throughout this book are then presented, and finally we review the behavior of functions that
commonly arise in the analysis of algorithms.

本章讲述了算法渐进分析的几种简化方法。下一部分将首先定义几种“渐进符号”,在这些符号中我们已经见过的如Θ符号。还将给出本书中通篇出现的几种符号约定。最后我们将重温一下出现在算法分析中的常用函数的特性。

3.1 Asymptotic notation The notations we use to describe the asymptotic running time of an algorithm are defined in
terms of functions whose domains are the set of natural numbers N = {0, 1, 2, ...}.
Such notations are convenient for describing the worst-case running-time function T (n), which is
usually defined only on integer input sizes.
It is sometimes convenient, however, to abuse asymptotic notation in a variety of ways.

For example, the notation is easily extended to the domain of real numbers or, alternatively, restricted to a subset of the natural numbers. It is important, however, to understand the precise meaning of the notation so that when it is
abused, it is not misused. This section defines the basic asymptotic notations and also
introces some common abuses.

3.1 渐进法

我们用来描述连续运行时间算法的一种记数法,其定义是:函数项的域值为自然数N={0,1,2,…}。
这种记数法在描述最简单的连续时间函数T(n)是方便的,因为它的输入范围通常仅取整数。它有时是方便的,然而,我们需要用比较多的方式来描述不规则渐进记法。例如,记法很容易在实数域内取值,或者交替地限定在自然数的一个子集内。尽管记数法重要,但我们需要了解其精确涵义,以便函数不规则时它没有被误用。本节定义了基本的渐进记法并且介绍一些一般的不规则函数。

热心网友 时间:2023-10-26 23:15

上面翻译都哪是哪啊,还“五线谱”。

首先,这是计算机的一门分支,叫Algorithms算法课程的。

原文可参见:
一、Introction to Algorithms算法简介
http://highered.mcgraw-hill.com/sites/0070131511/student_view0/chapter3/chapter_overview.html
二、算法课程大纲
http://www2.ee.ntu.e.tw/~mschen/course/algo/introce.htm

以下是标准的翻译:
【本章讲述了算法渐进分析的几种简化方法。下一部分将首先定义几种“渐进符号”,这些符号中我们已经见过了一个符号的例子--Θ符号。还将给出本书中通篇出现的几种符号约定。最后我们将重温一下出现在算法分析中的常用函数的特性。】

热心网友 时间:2023-10-26 23:16

一、Introction to Algorithms算法简介
http://highered.mcgraw-hill.com/sites/0070131511/student_view0/chapter3/chapter_overview.html
二、算法课程大纲
http://www2.ee.ntu.e.tw/~mschen/course/algo/introce.htm
http://www.hao123.com/ss/fy.htm

热心网友 时间:2023-10-26 23:16

本章给几个标准方法为简化对算法的渐进
分析。 下个部分通过定义“渐进记法的几个类型开始”,
哪些我们在Θ记法已经看了一个例子。 使用在这本书中
然后出席几次标志大会,并且我们最后回顾在对算法的
分析共同地出现作用的行为。

热心网友 时间:2023-10-26 23:17

本章列出了一些标准方法用来简化渐近算法分析。下一节开始确定"渐近五线谱" 的几种类型,在这一节里我们已经看到了一个例子,θ-五线谱。 然后这本书使用的几个旋转公约会被提交,最后,我们审查一般出现在分析算法里的功能的行为

热心网友 时间:2023-10-26 23:18

这一个章节为单一化渐近分析给一些标准的方法
运算法则。 下一个区段从定义 "渐近的记号法 ," 的一些类型开始
我们在Θ中已经见到一个例子了哪一个-记号法。 一些 notational 大会用
然后在这一本书各处被呈现, 和最后我们检讨功能的行为那
普遍在运算法则的分析出现。

热心网友 时间:2023-10-26 23:15

这几个的确句型有些长,翻译习惯也可以参照一下别人的,反正今天好象回答你的人好多.
-------------------------------

overview
The order of growth of the running time of an algorithm, defined in Chapter 2, gives a simple
characterization of the algorithm's efficiency and also allows us to compare the relative
performance of alternative algorithms. Once the input size n becomes large enough, merge
sort, with its Θ(n lg n) worst-case running time, beats insertion sort, whose worst-case running
time is Θ(n2). Although we can sometimes determine the exact running time of an algorithm,
as we did for insertion sort in Chapter 2, the extra precision is not usually worth the effort of
computing it. For large enough inputs, the multiplicative constants and lower-order terms of
an exact running time are dominated by the effects of the input size itself.

When we look at input sizes large enough to make only the order of growth of the running
time relevant, we are studying the asymptotic efficiency of algorithms. That is, we are
concerned with how the running time of an algorithm increases with the size of the input in
the limit, as the size of the input increases without bound. Usually, an algorithm that is
asymptotically more efficient will be the best choice for all but very small inputs.

概要

算法运行时间的成长次序, 被定义在第二章里, 给算法的特性一个简单的描述并允许我们把它与供选择的算法进行比较。一旦输入大小n变得足够大, 合并排序法, 以Θ(nlgn) 最差运行时间,来检验最差运行时间是Θ(n2)的插入排序。虽然我们有时能确定算法确切的运行时间, 但如同在第二章里我们为了插入排序,而努力计算额外精确度通常并没有价值。为了足够大的投入, 常数和一具体运行时间的低秩序期限的积由投入规模本身所控制.
当投入规模大到足够确定相关命令运行时间的情况下, 我们应该学习渐进效率算法。即,当输入大小的增加没有*,我们就要考虑怎样计算运行时间的增长变化,就像输入大小有*的时候那样。通常, 除了非常小的输入,渐进算法是更加高效率的算法,将是最佳的选择。

This chapter gives several standard methods for simplifying the asymptotic analysis of
algorithms. The next section begins by defining several types of "asymptotic notation," of
which we have already seen an example in Θ-notation. Several notational conventions used
throughout this book are then presented, and finally we review the behavior of functions that
commonly arise in the analysis of algorithms.

本章讲述了算法渐进分析的几种简化方法。下一部分将首先定义几种“渐进符号”,在这些符号中我们已经见过的如Θ符号。还将给出本书中通篇出现的几种符号约定。最后我们将重温一下出现在算法分析中的常用函数的特性。

3.1 Asymptotic notation The notations we use to describe the asymptotic running time of an algorithm are defined in
terms of functions whose domains are the set of natural numbers N = {0, 1, 2, ...}.
Such notations are convenient for describing the worst-case running-time function T (n), which is
usually defined only on integer input sizes.
It is sometimes convenient, however, to abuse asymptotic notation in a variety of ways.

For example, the notation is easily extended to the domain of real numbers or, alternatively, restricted to a subset of the natural numbers. It is important, however, to understand the precise meaning of the notation so that when it is
abused, it is not misused. This section defines the basic asymptotic notations and also
introces some common abuses.

3.1 渐进法

我们用来描述连续运行时间算法的一种记数法,其定义是:函数项的域值为自然数N={0,1,2,…}。
这种记数法在描述最简单的连续时间函数T(n)是方便的,因为它的输入范围通常仅取整数。它有时是方便的,然而,我们需要用比较多的方式来描述不规则渐进记法。例如,记法很容易在实数域内取值,或者交替地限定在自然数的一个子集内。尽管记数法重要,但我们需要了解其精确涵义,以便函数不规则时它没有被误用。本节定义了基本的渐进记法并且介绍一些一般的不规则函数。

热心网友 时间:2023-10-26 23:15

这几个的确句型有些长,翻译习惯也可以参照一下别人的,反正今天好象回答你的人好多.
-------------------------------

overview
The order of growth of the running time of an algorithm, defined in Chapter 2, gives a simple
characterization of the algorithm's efficiency and also allows us to compare the relative
performance of alternative algorithms. Once the input size n becomes large enough, merge
sort, with its Θ(n lg n) worst-case running time, beats insertion sort, whose worst-case running
time is Θ(n2). Although we can sometimes determine the exact running time of an algorithm,
as we did for insertion sort in Chapter 2, the extra precision is not usually worth the effort of
computing it. For large enough inputs, the multiplicative constants and lower-order terms of
an exact running time are dominated by the effects of the input size itself.

When we look at input sizes large enough to make only the order of growth of the running
time relevant, we are studying the asymptotic efficiency of algorithms. That is, we are
concerned with how the running time of an algorithm increases with the size of the input in
the limit, as the size of the input increases without bound. Usually, an algorithm that is
asymptotically more efficient will be the best choice for all but very small inputs.

概要

算法运行时间的成长次序, 被定义在第二章里, 给算法的特性一个简单的描述并允许我们把它与供选择的算法进行比较。一旦输入大小n变得足够大, 合并排序法, 以Θ(nlgn) 最差运行时间,来检验最差运行时间是Θ(n2)的插入排序。虽然我们有时能确定算法确切的运行时间, 但如同在第二章里我们为了插入排序,而努力计算额外精确度通常并没有价值。为了足够大的投入, 常数和一具体运行时间的低秩序期限的积由投入规模本身所控制.
当投入规模大到足够确定相关命令运行时间的情况下, 我们应该学习渐进效率算法。即,当输入大小的增加没有*,我们就要考虑怎样计算运行时间的增长变化,就像输入大小有*的时候那样。通常, 除了非常小的输入,渐进算法是更加高效率的算法,将是最佳的选择。

This chapter gives several standard methods for simplifying the asymptotic analysis of
algorithms. The next section begins by defining several types of "asymptotic notation," of
which we have already seen an example in Θ-notation. Several notational conventions used
throughout this book are then presented, and finally we review the behavior of functions that
commonly arise in the analysis of algorithms.

本章讲述了算法渐进分析的几种简化方法。下一部分将首先定义几种“渐进符号”,在这些符号中我们已经见过的如Θ符号。还将给出本书中通篇出现的几种符号约定。最后我们将重温一下出现在算法分析中的常用函数的特性。

3.1 Asymptotic notation The notations we use to describe the asymptotic running time of an algorithm are defined in
terms of functions whose domains are the set of natural numbers N = {0, 1, 2, ...}.
Such notations are convenient for describing the worst-case running-time function T (n), which is
usually defined only on integer input sizes.
It is sometimes convenient, however, to abuse asymptotic notation in a variety of ways.

For example, the notation is easily extended to the domain of real numbers or, alternatively, restricted to a subset of the natural numbers. It is important, however, to understand the precise meaning of the notation so that when it is
abused, it is not misused. This section defines the basic asymptotic notations and also
introces some common abuses.

3.1 渐进法

我们用来描述连续运行时间算法的一种记数法,其定义是:函数项的域值为自然数N={0,1,2,…}。
这种记数法在描述最简单的连续时间函数T(n)是方便的,因为它的输入范围通常仅取整数。它有时是方便的,然而,我们需要用比较多的方式来描述不规则渐进记法。例如,记法很容易在实数域内取值,或者交替地限定在自然数的一个子集内。尽管记数法重要,但我们需要了解其精确涵义,以便函数不规则时它没有被误用。本节定义了基本的渐进记法并且介绍一些一般的不规则函数。

热心网友 时间:2023-10-26 23:15

上面翻译都哪是哪啊,还“五线谱”。

首先,这是计算机的一门分支,叫Algorithms算法课程的。

原文可参见:
一、Introction to Algorithms算法简介
http://highered.mcgraw-hill.com/sites/0070131511/student_view0/chapter3/chapter_overview.html
二、算法课程大纲
http://www2.ee.ntu.e.tw/~mschen/course/algo/introce.htm

以下是标准的翻译:
【本章讲述了算法渐进分析的几种简化方法。下一部分将首先定义几种“渐进符号”,这些符号中我们已经见过了一个符号的例子--Θ符号。还将给出本书中通篇出现的几种符号约定。最后我们将重温一下出现在算法分析中的常用函数的特性。】

热心网友 时间:2023-10-26 23:15

上面翻译都哪是哪啊,还“五线谱”。

首先,这是计算机的一门分支,叫Algorithms算法课程的。

原文可参见:
一、Introction to Algorithms算法简介
http://highered.mcgraw-hill.com/sites/0070131511/student_view0/chapter3/chapter_overview.html
二、算法课程大纲
http://www2.ee.ntu.e.tw/~mschen/course/algo/introce.htm

以下是标准的翻译:
【本章讲述了算法渐进分析的几种简化方法。下一部分将首先定义几种“渐进符号”,这些符号中我们已经见过了一个符号的例子--Θ符号。还将给出本书中通篇出现的几种符号约定。最后我们将重温一下出现在算法分析中的常用函数的特性。】

热心网友 时间:2023-10-26 23:16

一、Introction to Algorithms算法简介
http://highered.mcgraw-hill.com/sites/0070131511/student_view0/chapter3/chapter_overview.html
二、算法课程大纲
http://www2.ee.ntu.e.tw/~mschen/course/algo/introce.htm
http://www.hao123.com/ss/fy.htm

热心网友 时间:2023-10-26 23:16

本章给几个标准方法为简化对算法的渐进
分析。 下个部分通过定义“渐进记法的几个类型开始”,
哪些我们在Θ记法已经看了一个例子。 使用在这本书中
然后出席几次标志大会,并且我们最后回顾在对算法的
分析共同地出现作用的行为。

热心网友 时间:2023-10-26 23:17

本章列出了一些标准方法用来简化渐近算法分析。下一节开始确定"渐近五线谱" 的几种类型,在这一节里我们已经看到了一个例子,θ-五线谱。 然后这本书使用的几个旋转公约会被提交,最后,我们审查一般出现在分析算法里的功能的行为

热心网友 时间:2023-10-26 23:16

一、Introction to Algorithms算法简介
http://highered.mcgraw-hill.com/sites/0070131511/student_view0/chapter3/chapter_overview.html
二、算法课程大纲
http://www2.ee.ntu.e.tw/~mschen/course/algo/introce.htm
http://www.hao123.com/ss/fy.htm

热心网友 时间:2023-10-26 23:16

本章给几个标准方法为简化对算法的渐进
分析。 下个部分通过定义“渐进记法的几个类型开始”,
哪些我们在Θ记法已经看了一个例子。 使用在这本书中
然后出席几次标志大会,并且我们最后回顾在对算法的
分析共同地出现作用的行为。

热心网友 时间:2023-10-26 23:17

本章列出了一些标准方法用来简化渐近算法分析。下一节开始确定"渐近五线谱" 的几种类型,在这一节里我们已经看到了一个例子,θ-五线谱。 然后这本书使用的几个旋转公约会被提交,最后,我们审查一般出现在分析算法里的功能的行为

热心网友 时间:2023-10-26 23:18

这一个章节为单一化渐近分析给一些标准的方法
运算法则。 下一个区段从定义 "渐近的记号法 ," 的一些类型开始
我们在Θ中已经见到一个例子了哪一个-记号法。 一些 notational 大会用
然后在这一本书各处被呈现, 和最后我们检讨功能的行为那
普遍在运算法则的分析出现。

热心网友 时间:2023-10-26 23:18

这一个章节为单一化渐近分析给一些标准的方法
运算法则。 下一个区段从定义 "渐近的记号法 ," 的一些类型开始
我们在Θ中已经见到一个例子了哪一个-记号法。 一些 notational 大会用
然后在这一本书各处被呈现, 和最后我们检讨功能的行为那
普遍在运算法则的分析出现。
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
湖北哪些学校有专升本 湖北哪些学校可以报专升本 华为mate7会不会卡 中央集权的本质 秦朝中央集权的实质是什么 秦朝建立专制主义中央集权制度的本质特征是 A改王为皇帝 B建立中央官制... 想生个女儿怎么备孕 怎样备孕生女孩7个方法 备孕怎样做才能生女孩 天津市国税局公务员面试成绩去哪儿查? DHL国际快递面单打印格式 邵阳专业的商标续展多少钱 结婚半年,我越来越看不上老公了,我想离婚怎么办 梦见自己咪咪上好多咪咪头 为什么我喜欢已婚男人而现在不喜欢自己老公,会讨厌恶心死了的感觉对他? 我要寄快递到国外 听说长沙畅湘国际做的很不错 用过朋友 请给个评价 最近我朋友捣鼓的一个公司,想给产品弄个商标,请问湖南本地商标注册代理哪家算不错的? 五十岁女人梦见自己的咪咪发胀,有水是啥意思? 邵阳武冈注册商标怎么弄啊,需要什么材料?可以以个人申请吗? 长沙发国际快递哪个公司最好 邵阳市兰祥广告有限公司怎么样? 长沙市联邦快递电话,每公斤费用 我越来越讨厌自己的老公了? 长沙畅湘国际快递能寄食品到国外吗?有熟食和眼药水 邵阳市商标注册要多少费用? 湖南畅湘国际快递公司的湖南畅湘国际简介 邵阳哪有商标注册 梦见换大门不好,怎么破解 邵阳市商标注册多少钱,找哪家公司好? 邵阳市爱民商标事务所有限公司怎么样? 你好,能发我下DHL, UPS等几家国际快递的面单打印格式吗 谢谢,请发到tina_shenzhen@126.com 梦到自己的一个咪咪像水一样的大出水是说明什么 越来越讨厌自己的老公了,还能过下去吗? 邵阳市德天财务咨询有限公司怎么样? 国际快递哪家最实惠,安全又好。 梦见自己变的肥头大耳是什么意思 为什么结婚后越来越讨厌老公 长沙到巴基斯坦国际快递在哪里? 邵阳这里注册商标去哪里? 哪个快递最便宜50公斤货物 不喜欢自己的老公怎么办 梦见自己张双咪咪 请问为什么有些公司发国际快递,需要原发票中转? 我想注册个商标是找代理公司还是自己注册? 帮我介绍个长沙最专业的快递公司。 怎么去接受自己的老公,为什么我总是想着他这也不好那也不好。越来越嫌弃他? 长沙国际快递可以寄食品到国外嘛?可以免费上门的 越来越讨厌自己老公, 有没任何人处理过DHL 包裹请联络DHL 后放行的。 为什么越来越不在乎老公了