• Security experts agree that given the number of targets and the infinite ways they can be exploited, security can never be 100 percent.

    VOA: standard.2010.01.19

  • We're gonna have a so called a loop, an infinite loop and you actually experience this in the real world.

    我们将会做一个循环,一个无限循环,你会在这个,真实世界里体验它。

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

  • There was the vague sense of the infinite as I looked down upon the yellow, dreaming waters of the Mississippi from the verdant bluffs of Natchez.

    我有种模糊至极的感觉,当我在纳齐兹部落长满绿草的悬崖上,俯瞰密西西比河泛黄的河水,如梦如幻,“

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

  • And syntax uses another neat trick, this is defined by Wilhelm von Humboldt as the "Infinite use of finite media."

    语法使用了另一种神奇的把戏,威廉·冯·洪堡,将之定义为"有限域的无限应用"

    耶鲁公开课 - 心理学导论课程节选

  • So, a massless body cannot have a net force on it, because the acceleration of the rope cannot be infinite.

    所以没有质量的物体不会受到力,因为绳子的加速度不可能是无穷大

    耶鲁公开课 - 基础物理课程节选

  • Now, all the cat is doing is that it's an infinite loop and it's checking if I am not facing bird, - face bird, and it's -- It's constantly chasing the bird.

    猫能做的就是一个死循环,并且它能检测我是不是面对着一只鸟,如果没有就转向那只鸟-,它一直不停地追逐这只鸟。

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

  • We depend for variety on the infinite play of accents, in the sound of sense.

    我们依靠无穷变换的语调来创作,这就蕴含着深意。

    耶鲁公开课 - 现代诗歌课程节选

  • The political world does not present itself as simply an infinite variety of different shapes.

    政治世界却没有这么简单地,将自身呈现为是不同形式的一种无穷差异。

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

  • You could take a continuous path, where you have an infinite equilibrium points in between the two, a smooth path, whereyoudrop pressureand temperature simultaneosly in little increments.

    你可以选择光滑的连续路径,在初末态间有,无数个平衡态的点,压强和温度同时一点,一点地下降。

    麻省理工公开课 - 热力学与动力学课程节选

  • There have also been one hundred-year bonds and there have also been perpetuities that-- in the UK, for example, the British Consoles-- have no expiration date and they have infinite maturity.

    还有更长期的一百年债券,还有一种永续年金,比如说英国的大英统一公债,没有过期日,永不到期

    耶鲁公开课 - 金融市场课程节选

  • We talked about two weeks ago, that if you had a population of cells, you could grow those population of cells and you could make, if they adapted the culture properly, you could make an infinite number of cells from one starting solution.

    两周前我们讲到,如果你有一群细胞,你可以使细胞数量增长,如果培养得当,你可以,从开始的营养液中制造出无限数量的细胞

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

  • Problem is here, that Player II has a continuum of strategies and trying to draw all possible probabilities over an infinite number of objects on the board is more than my drawing can do. Too hard.

    现在问题是,参与人II的策略是连续的,想要把无限可能性的概率,做成图都画在黑板上,是不可能的了

    耶鲁公开课 - 博弈论课程节选

  • There we go. Now if I do this, an infinite number of times, we should get roughly 50/50, but now we have the ability to do things only once in awhile.

    开始,如果我们,不停地按这个按钮,我们大致会有一半的机会听到猫叫,但是我们每次只有一次按按钮的机会。

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

  • So in a sense, that's a good infinite loop that is as long as you're using the program, it's constantly checking your grammar and spelling, and underlining things, so infinite loops aren't necessarily bad if the objective is actually being met.

    因此从这个意义上说,这是个好的无穷循环,只要你开始使用这个软件,它不停的检查你的语法,拼写或者下划线等,通过这种方式达到目标的时候,这样的无穷循环并不总是坏的。

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

  • I have it down that there might be an infinite number of possible values for the random variable x.

    对于这个随机变量X,可能的取值个数是无限的

    耶鲁公开课 - 金融市场课程节选

  • Otherwise, it's a pretty bad mistake, but sometimes you do want an infinite loop, Word for instance, Microsoft Word if you use it or pages or the like on your Mac or PC.

    否则,它将会是一个错误,但有时你确实需要一个无穷循环,例如微软的,当你在Mac或者PC上使用它时。

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

  • If I'm iterating from I on the outside, I on the inside, I'm going to start changing the value and I might very well induce an infinite loop but J is okay.

    如果我在外面从I开始迭代,或从里面开始迭代,我将开始改变它的值,我可能引起一个无限循环,但是用J是可以的。

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

  • as long as it's small and finite, will lead to some small infinite errors in the formula, but remember it's got to be in the end made to be vanishingly small.

    只要它只是有限小,就会在公式中引起无限小的误差,但请记住,Δt最后变得难以察觉地小

    耶鲁公开课 - 基础物理课程节选

  • If you're not updating some variable by incrementing it or decrementing it -- if you're not changing anything, presumably the conditions are never going to evaluate to false or the opposite, so you're just going to have an infinite loop, which might be your goal, but odds are it's not.

    如果你不通过增加或减少它来改变一些变量,-如果你不改变什么,大概那个条件永远不会变成错误的,或相反的,所以你将得到一个无限循环,那可能是你的目标,但可能也不是。

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

  • So a loop or an infinite loop, because true is always true, there is no-- nothing on the screen that seems to change this keyword true, so this is actually a deliberate infinite loop, but so was that thing up top to forever say hi or whatever it is you wanted to do.

    因此而出现死循环,屏幕上的这些语句无论怎么运行,都无法改变它为真的事实,这就是所谓的死循环,无论你想不想要,屏幕上都会不断打印出“hi“

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

  • g has to be less than r for this to make sense because if g--if it's growing faster than the rate of interest, then this infinite series will not converge and the value would be infinite.

    必须小于r才行得通,因为如果g比利率涨的还快,那么这个无穷序列就不会收敛,价值就是无穷了

    耶鲁公开课 - 金融市场课程节选

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

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

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