• Project Green Search is looking for young women who are also concerned about the environment, animal welfare,fair trade and human rights.

    VOA: special.2009.11.06

  • So the search is really easy.

    因此查找过程也就十分的简单。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • So binary search, the phonebook example, binary search on the pieces of paper on the white board, why is that?

    是二分查找,例如电话簿的例子,对其中的某一页进行二分查找,为什么呢?

    哈佛公开课 - 计算机科学课程节选

  • But as he says, the search for life in outer space is a long-term goal, and he is still hopeful.

    VOA: special.2010.05.25

  • If it was an unordered list, we were basically stuck with linear search. Got to walk through the whole list to see if the thing is there.

    如果是一个未排序的列表,基本上我们就只能使用线性搜索了,通过遍历整个列表来查看。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • It is the story of a black woman's search for happiness and her true identity, during twenty-five years and three marriages.

    VOA: special.2009.02.22

  • What it is about Baidu and the Chinese search market that's allowed Baidu to become much more successful than Google and Yahoo! in China?

    是什么让百度在中国,比谷歌以及雅虎做得更成功?

    斯坦福公开课 - 百度CEO李彦宏演讲:全球最大搜索引擎的发展课程节选

  • Pink is commonly used by groups that try to raise money to search for a cure for the disease.

    VOA: special.2009.03.29

  • So, the search for the immediate language of experience is part and parcel of a very complex negotiation of sexual ties between multiple people.

    所以说,寻找直接经历的语言是这样一场涉及多个人,且他们之间由性关系相连结的复杂协商的必要部分。

    耶鲁公开课 - 1945年后的美国小说课程节选

  • Question Box is a service that provides answers free of charge for people who cannot search the Internet directly.

    VOA: special.2009.10.12

  • We have to image the relation of the female Osiris with the implicitly male reader's search for his lost lover, which is the feminine Truth.

    我们不得不想象到这段关系,女性的欧西里斯和,男性读者对他失去的爱人,女性真理的含蓄地追寻。

    耶鲁公开课 - 弥尔顿课程节选

  • Also,the company said it is no longer willing to censor search results as required by Chinese law.

    VOA: special.2010.01.15

  • This is a radical approach to the search, to studying ourselves as well.

    对研究我们自身来说,这也是个激进的方法。

    哈佛公开课 - 幸福课课程节选

  • Google is estimated to have around a thirty percent share of the search market in China.

    VOA: special.2010.01.15

  • Is this really tolerance ? or is it rather a form of moral decay that has simply decided to abandon the search for truth ? and standards of judgment?

    这真的是容忍吗,还只是另一种形式的道德沦丧,只不过是决定,放弃找寻真理,和判断的标准?

    耶鲁公开课 - 政治哲学导论课程节选

  • The Internet search company is putting books online that are no longer protected by copyright.

    VOA: special.2009.07.24

  • And the third thing I need to decide is how do I combine? You know, point out to you in the binary search case, combination was trivial. The answer to the final search was just the answer all the way up.

    第三个问题是我需要决定如何进行合并?,就你们所知的,在二分查找中所打印出来的,合并的过程是非常简单的,最后查询的结果,就是一路上来所以的结果。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • Google,the world leader in Web search,is in trouble for collecting information from unsecured wireless networks.

    VOA: special.2010.05.28

  • It's an example of a very common tool that's going to be really useful to us, not just for doing search, but for doing a whole range of problems. That is, in essence, the template the describes a log style algorithm.

    不仅仅是做搜索,还可以解决一整类问题,本质上,这个模板就描述了,对数形的算法,我们一会再回来。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • She is the wife of Sergey Brin, who helped create the Internet search engine Google.

    VOA: special.2009.04.07

  • Now, one of the questions we could still ask is, right, we've got binary search, which has got this nice log behavior.

    目前,还有一个问题我们仍然要问的是,对,我们已经学了二分查找,有着非常好的log级别的行为。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • But that is only about half the share of the Chinese search engine Baidu.

    VOA: special.2010.01.15

  • This is also the classification of user's needs in our search box.

    这是根据用户需求,进行的分类。

    斯坦福公开课 - 百度CEO李彦宏演讲:全球最大搜索引擎的发展课程节选

  • The goal is to search for common genes that may cause the disease.

    VOA: special.2009.04.07

  • OK. Binary search is perhaps the simplest of the divide and conquer algorithms, and what does that mean? It says, in order to solve a problem, cut it down to a smaller problem and try and solve that one.

    好了,二分搜索也许是,最简单的分治算法,这意味着什么?,也就是说,为了解决一个问题,把它切割成小的问题,然后再来一个个解决。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • It is the name of a popular "search engine" for the Internet.

    VOA: special.2009.04.19

  • Well let's see. My fall back is, I could just do linear search, walk down the list one at a time, just comparing those things. OK. So that's sort of my base. But what if I wanted, you know, how do I want to get to that sorted list? All right?

    我只能做线性搜索了,一次遍历一遍列表,一个一个比较,但如果我想要,那怎样得到有序的列表呢?,现在的一个问题是,我们排序之前?

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • Yahoo is the second biggest search engine.

    VOA: special.2009.07.17

  • And the example I want to look at is, suppose I want to search a list that I know is sorted, to see if an element's in the list.

    看看目标元素在不在数组里,也就是说我要去,检索一个有序的数组。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • We didn't have a feasible business model, let's put it this way, because when we started, the business model is to provide the backend search technology to the portal companies in China.

    或者说没有一个,可行的商业模式,因为公司成立初期的商业模式,是给门户网站公司,提供后台搜索技术。

    斯坦福公开课 - 百度CEO李彦宏演讲:全球最大搜索引擎的发展课程节选

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定