• Purity, which is the absence of impurity, is a prerequisite for access to the holy or for holy status.

    纯洁,不纯的反义词,是接近神圣或达到神圣状态的先决条件

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

  • If you start segregating the gases, there are fewer possible configurations that because you're forcing a particular set of circumstances.

    如果你开始分离这些气体,整个系统所具有的可能的状态就会变少,你强加了一个特定的条件

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

  • And here, I'm going to suggest we've seen numbers, we've seen strings, and I'm going to add Booleans here as well.

    我要提醒下大家我们学习过数字数据了,学习过字符串了,今天还要学习布尔类型,这是当我们谈到条件的时候。

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

  • So if you wanna do something conditionally, you generally needs to ask the question, is the following true or false.

    假如想在一定条件下做一件事情,你需要判断下这个条件,来看看条件是真还是假。

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

  • This normal weight animal like this has its whole equilibrium thrown off, its homeostasis thrown off when its dietary conditions change.

    在饮食条件发生变化时,这些正常体重动物的生理平衡被打破,于是摈弃了原来的平衡饮食

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

  • So, the idea here is, repeated pairings of the unconditioned stimulus and the conditioned stimulus will give rise to the response.

    这里的意思是说,无条件刺激与条件刺激的反复匹配,会引起条件反应。

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

  • But it's possible,I suggested, that we really shouldn't focus on the question, what does it take for me to survive?

    但我认为,很可能,那根本不是我们应该重视的问题,比起讨论我要存活下去需要什么条件

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

  • Nationally, home prices in the United States rose 85% between 1997 and 2006 in real terms-- in inflation-corrected terms.

    在通货膨胀已校正的条件下,美国房价,在1997 年到2006年之间,实质上上涨了85%

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

  • It would seem that the needs of philosophy are quite different from the demands or requirements of political rule.

    哲学的需求,看似十分不同于,政治生活的需求与必备条件

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

  • There, Newton doesn't tell you what forces are going to be acting on a body in a given situation.

    在式子里,牛顿没有告诉你,在给定条件下,有哪些力,作用在物体上

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

  • But there's a catch, the catch is, that that means you have to sign that legal release form.

    但是这会有个条件,你们都要签署授权书

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

  • And, if the conditions are right, they will combine, fuse and form darmstadtium plus neutron.

    如果条件是正确的,它们将会结合,融合并形成鐽中子。

    麻省理工公开课 - 固态化学导论课程节选

  • All right. Then we're going to set low to-- low and high, and we're going to perform exactly the process I talked about.

    不满足条件,我们就可以直接停止运行了,好,接下来我们要定义边界值,然后按照我之前。

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

  • So iron left to own devices in the atmosphere in the presence of a little bit of water, with the water form iron oxide.

    铁在大气中,在存在,少量水的条件下,大气会开始与水结合产生氧化铁。

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

  • So perhaps in the relevant sense, the person can still engage in P-functioning, so they're not dead. Good enough.

    所以也许在相对的条件下,这个人还有人格功能性,他们还没有死,很好。

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

  • So the open curly brace followed by the closed curly brace means everything inside of these curly braces should get executed, but only if that first condition is actually true.

    所以左花括号后面跟着,右花括号,这意味着花括号里面所有的代码,都应该是要被执行的,但只有当第一个条件是正确的。

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

  • I want to show you how easy it is to change the code. But, notice, once I've added this I actually have a problem. This is now an under-constrained problem. I have more unknowns than I have equations.

    我加上这个条件后,我马上面临一个问题了,这就是现在是一个非约束性问题了,我的未知数比方程数多,你从代数中可以知道。

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

  • So we can now take this expression and rewrite it under the condition of du is equal to zero.

    我们利用这个公式,并在du=0的条件下将它重写。

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

  • The findings of classical conditioning have been extended and replicated in all sorts of animals including crabs, fish, cockroaches and so on.

    经典条件作用在所有的动物研究中,都得到了扩展和重复,这些动物包括了螃蟹,鱼类,蟑螂等。

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

  • Condition," this thing in the middle between the semicolons, is going to be checked every iteration of the loop.

    条件,“这个在两个分号的中间,它将迭代地检查这个循环的条件

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

  • It's 71 or whatever so that if condition doesn't apply, but now what do I do in this next line?

    它似乎71或者其它的,如果条件不适用,在下一行我做了什么?

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

  • You can say if this is true, then go and do the following pieces of code or puzzle pieces that are inside this part of the block, else go ahead and do these that are down here.

    你可以说如果条件成立,执行下面的代码段,或板块中的拼图,否则跳过去执行这下面的语句。

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

  • And just in case the assumptions are not true, we're just going to stop dead in our tracks.

    验证下假设条件,万一传递的参数。

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

  • That was the kind of thing you saw. Asserts said here are some conditions to test. If they're true, I'm going to let the rest of the code run.

    这就是你看到的,断言是一些测试条件,如果他们为真。

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

  • So the basic idea was fine, but I failed to satisfy the initial condition that the answer had to be between the lower bound and the upper bound. Right?

    因此基础的思想是对的,但是程序没能满足,正确答案在给定的区间内这个条件,对不对?

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

  • Now, according to sort of a simple-minded view of operant conditioning in behaviorist psychology, the children you reward should do it more.

    根据简单的,行为心理学的操作性条件反射观点来看,拿到奖励的小孩应该会画更多画。

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

  • We need to throw in an extra clause to deal with branching, splitting cases,of the sort that I've just been talking about.

    我们需要加一个额外条件,来处理我们上述的分歧案例。

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

  • The second part is after he's been conditioned and he's kind of freaked out with the white rabbit.

    但在他形成了条件作用之后,他对小白兔也产生了恐惧。

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

  • Once you get a formula, you've got to always remember the terms under which the formula was derived.

    使用公式时,你一定不能忘记,公式使用的前提条件

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

  • And as soon as this condition or these conditions evaluate to false, the whole loop terminates.

    一旦这个条件或这些条件不成立,整个循环终止。

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

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

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

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