He promised to spend his remaining years in search of designs that could make human existence on Earth easier.
VOA: special.2010.05.30
You'll remember that in his search for immortality Utnapishtim Gilgamesh sought out Utnapishtim, the one human who had been granted immortality.
他对永生的追求,吉尔伽美什找到,唯一可以长生不老的人类。
And unless, you know, you've been hired to do Pirandello's Six Characters In Search Of An Author, this is not a great thing, because you get something that is really confusing.
可能一点关系也没有,要是你拍的是皮兰德娄的荒诞名剧,《六个找寻作家的角色》,那可能是件好事,因为你得到的是一个足够混乱的结果。
Jefferson proposed that a group of explorers travel across North America in search of such a waterway.
VOA: special.2010.01.11
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?
是什么让百度在中国,比谷歌以及雅虎做得更成功?
And animals that normally live in some national parks have had to search elsewhere for food.
VOA: special.2009.09.28
And by now we've gone rather far afield in the search for an interpretation of that claim.
现在我们已经讨论得非常深入和广泛了。
That way,the researchers in Kampala can quickly search the database for answers.
VOA: special.2009.10.12
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,里,伊甸园亚当和夏娃的故事,与《吉尔迦美什史诗》有着密切的联系,《吉尔迦美什史诗》是巴比伦人和亚叙人的,一个英雄竭尽全力追求永生的故事。
"In the past two years, candidates are not seeing social media as a place that we have to keep private from prospective employers but as a tool that will assist in my search."
VOA: special.2011.05.13
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.
我把那部分切成碎片,然后从中找到有胰岛素基因的那一段
But stuttering tends to run in families, a fact that prompted Drayna and colleagues to search for a genetic link.
VOA: standard.2010.02.11
As she goes further and further in to her search for knowledge-- - and finally her abandonment of that search of knowledge-- she sees more and more that this is not just pattern, that it's these storm systems of suffering and need.
在她逐渐深入的求知过程-,和她最后放弃了对知识的寻找-,她越来越明白这不是模式,而是苦难而又需要的风暴系统。
We're driving around now with a group of patients that I met at the hotel. We're in search of gasoline.
VOA: standard.2010.01.14
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.
你可以在搜索框的空白处,输入你吃的食物,之后程序会,除非是些稀奇古怪的东西,否则程序会去识别输入的内容,并给你一系列它认为可能的选项
They come in search of a better life. "Every kid that comes in this program wants to change."
VOA: standard.2010.04.29
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.
不仅仅是做搜索,还可以解决一整类问题,本质上,这个模板就描述了,对数形的算法,我们一会再回来。
Rescue workers are sifting through the wreckage in search of 18 missing people and have said that the death toll is likely to rise.
VOA: standard.2009.11.27
And the change was, that in this case, if I'm doing a single search, I've got a choice.
这个改变是,在这种情况下,如果我要做单一检索,我就面临一个选择。
That situation has created much speculation about whether James will take his talent elsewhere in search of a better supporting cast to help him win an NBA crown.
VOA: standard.2010.07.08
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.
就是当我们处理数字的时候,所称的二分检索,在二分法搜索中,我需要记录区间的开始点和尾点,初始化的时候就是-,问题输入的开始点和尾点,当我开始做测试的时候,我想要做的就是去取中值点。
In recent days, there have been reports that the Internet search company Google has turned to the U.S.intelligence community to help track down threats to its operations in China.
VOA: standard.2010.02.07
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 surprise move comes after reports that News Corporation Chairman Rupert Murdoch is in discussions with Microsoft to deliver paid access to News Corporation content through rival search engine Bing.
VOA: standard.2009.12.05
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的时间去对其进行排序。
On the other hand, if I want to sort it first, OK, if I want to do sort and search, I want to sort it, it's going to take n log n time to sort it, and having done that, then I can search it in log n time.
我先排序,好的,如果我想排序再搜索,我要排序,这需要花n,log,n时间排序,然后做完了,我们能花log,n时间搜索,啊,哪一种更好呢?恩,呵呵。
All right? It's now something that I can search in constant time. And that's what's going to allow me to keep this thing as being log.
在固定的时间内搜索,这样就可以让时间复杂度保持在对数级,好的,考虑过了这些。
If I look for, say, minus 1, you might go, gee, wait a minute, if I was just doing linear search, I would've known right away that minus one wasn't in this list, because it's sorted and it's smaller than the first elements.
如果我要查找-1,你可能要怒了,呵呵,等一等,如果我用的是线性查找,我不会知道-1不在这个列表中,但是列表是排好序的,1又比第一个元素小。
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.
看看目标元素在不在数组里,也就是说我要去,检索一个有序的数组。
Once I have it sorted I can search it in log n time, but that's still isn't as good as just doing n. And this led to this idea of amortization, which is I need to not only factor in the cost, but how am I going to use it?
一旦对其完成排序,就可以在log,n的时间内对其完成搜索,但是这样做仍然不如n的复杂度,这样做引出了耗时分摊的想法,这时不仅需要考虑耗时的因素?
应用推荐