• U.S.military helicopters deployed in military exercises in the southern Philippines assisted the Philippine Air Force and Navy in the search and rescue operations.

    VOA: standard.2009.09.06

  • And by now we've gone rather far afield in the search for an interpretation of that claim.

    现在我们已经讨论得非常深入和广泛了。

    耶鲁公开课 - 死亡课程节选

  • You'll remember that in his search for immortality Utnapishtim Gilgamesh sought out Utnapishtim, the one human who had been granted immortality.

    他对永生的追求,吉尔伽美什找到,唯一可以长生不老的人类。

    耶鲁公开课 - 旧约导论课程节选

  • We're at a point now where some really important recent discoveries have not answered all our questions, but have certainly helped take us into some new directions and really open up a new chapter in the search for additional options to prevent HIV Those recent discoveries include anti-bodies found in some HIV positive people that prevent the AIDS virus from entering cells.

    VOA: standard.2010.07.15

  • We did that, we came up with very good Chinese search engine technology, and we signed up a lot of the Chinese portals in a very short period of time.

    我们开发了,很好的中文搜索引擎技术,并在短期内,和许多门户网站公司,签了合约。

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

  • But not all tests for life in outer space take place far away, and not all involve the search for liquids.

    VOA: special.2010.05.25

  • 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.

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

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

  • We will also tell about a historic record of rainy seasons in Asia, and the search for life on other planets.

    VOA: special.2010.05.25

  • I could cut that up into fragments, and I could search in these fragments to try to find the one that has the insulin gene on it.

    我把那部分切成碎片,然后从中找到有胰岛素基因的那一段

    耶鲁公开课 - 生物医学工程探索课程节选

  • The research is part of a project to search on land and in the water for remains of the Lost Colony.

    VOA: special.2009.08.17

  • In this blank area over here next to the search tab you can type in any food that you're having, and then the program, unless it's something really unusual, the program will recognize it and then give you a series of options of things it thinks it might be.

    你可以在搜索框的空白处,输入你吃的食物,之后程序会,除非是些稀奇古怪的东西,否则程序会去识别输入的内容,并给你一系列它认为可能的选项

    耶鲁公开课 - 关于食物的心理学、生物学和政治学课程节选

  • 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

  • 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.

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

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

  • I decided the best plan was to search for gold in the great deserts of the American Southwest.

    VOA: special.2010.07.10

  • At the time of the IPO, Baidu had about 40% of the traffic share in China for Chinese search.

    当百度IPO上市的时候,百度占据了,中国40%的中文搜索量。

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

  • he says. He moved in with his father in Fairfax,Virginia,last August and began the job search again.

    VOA: special.2009.04.03

  • 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李彦宏演讲:全球最大搜索引擎的发展课程节选

  • We got advice from a park ranger experienced in search-and-rescue for the National Park Service in California.

    VOA: special.2009.12.30

  • The story of the first human pair in the Garden of Eden, which is in Genesis 2 and 3 has clear affinities with the Epic of Gilgamesh, that's a Babylonian and Assyrian epic in which a hero embarks on this exhausting search for immortality.

    创世纪2至3,里,伊甸园亚当和夏娃的故事,与《吉尔迦美什史诗》有着密切的联系,《吉尔迦美什史诗》是巴比伦人和亚叙人的,一个英雄竭尽全力追求永生的故事。

    耶鲁公开课 - 旧约导论课程节选

  • We slept on the hard ground, ate canned beans from cold metal plates and spent our days in the difficult search for gold.

    VOA: special.2009.07.04

  • In binary search-- ah, there's that wonderful phrase, this is called a version of binary search just like you saw bin-- or bi-section methods, - when we were doing numerical things- in binary search, I need to keep track of the starting point and the ending point of the list I'm looking at.

    就是当我们处理数字的时候,所称的二分检索,在二分法搜索中,我需要记录区间的开始点和尾点,初始化的时候就是-,问题输入的开始点和尾点,当我开始做测试的时候,我想要做的就是去取中值点。

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

  • A complaint to the European Commission accuses Google of unfairly controlling the Internet search market in Europe.

    VOA: special.2011.04.01

  • And it's called divide and conquer for the obvious reason. I'm going to divide it up into sub-problems with the hope that those sub-problems get easier. It's going to be easier to conquer if you like, and then I'm going to merge them back. Now, in the binary search case, in some sense, this is a little bit trivial.

    因此被称为分治的原因就这么简单,将一个问题分解成一些子问题,并希望这些子问题解决起来比较方便,正如你希望的,求解的过程也会变得简单,下面就是把结果合并起来,现在,在二分搜索的例子里,从某些方面来说,这有点微不足道。

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

  • A team from the University of Zurich led ninety-three researchers from many countries in search of answers.

    VOA: special.2009.11.17

  • You try to design actually I'm going to come back to that in a second. It's like you're trying to use a hash function that spread things out pretty evenly. But the places you store into in those lists may have to themselves have a small list in there, and when you go to check something, you may have to do a linear search through the elements in that list.

    你尝试着去设计,实际上过会儿我会回头讲解这个问题,类似于你需要用一个哈希函数,非常平均的将物体分发出去,但是在列表中你数据,映射到的地方可能会有自己的一小段列表,当你回头查找数据的时候,你可能需要在那一小段列表中做线性查找。

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

  • The pastoralists in the cattle corridor have to travel farther in search of pasture and water."

    VOA: special.2011.05.17

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

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

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

  • General George Custer led two hundred twelve soldiers in search of the Indian leader, Crazy Horse.

    VOA: special.2010.04.08

  • 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李彦宏演讲:全球最大搜索引擎的发展课程节选

  • I could still do the linear case, which is order n or I could say, look, take the list, let's sort it and then search it. But in that case we said well to sort it was going to take n log n time, assuming I can do that.

    我仍然可以做O的线性搜索,或者也可以以这个列表为例,我们先将其进行排序,然后再进行查找,但是在这种情况下,要花费n,log,n的时间去对其进行排序。

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

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

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

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