• Why? Because that block identifies a set of things that I'm going to do if the test is true.

    为什么呢?这是因为这一块指令,指定了一系列的要进行的操作,如果测试为真的话。

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

  • And that's basically trying to make sure our program has not regressed, as to say, gone backwards in how well it works. And so we always test it on everything.

    这只是从根本上确保,我们的程序并没往后退,也就是说在可用性方面倒退了,因此我们在任何东西上,都要进行这样的测试

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

  • The people who were primed, subconsciously with words related to achievement, did better on tests than control group.

    受到影射的人,用与“成就“有关的词进行潜意识影射的人,测试结果比对照组好。

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

  • The test is Wednesday the 29th, and it will be written during the normal class time.

    测试是在周三29号,并且在正常上课时间进行

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

  • Besides that--okay,let's take a quiz first.

    另外。。。让我们先进行一个小测试

    耶鲁公开课 - 新约课程节选

  • They didn't run DNA tests or anything, but he was the father.

    他们没有进行基因测试之类的,但他确实是孩子的父亲

    耶鲁公开课 - 1871年后的法国课程节选

  • Now I'm going to give you another little pop quiz here.

    现在,我想再进行一个小测试

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

  • The test of this then is to have blind auditions where people do their auditions behind a screen so you can't tell whether they're man or a woman, or for that matter, white or black or Asian or whatever.

    然后他们进行闭幕试演以作测试,演奏的人被一块屏风挡住,看不出演奏的是男人还是女人,或者白人还是黑人,亚洲人还是其他人。

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

  • We were using a test-chat room, test space chat room, where they were able to communicate with Professor Low, to ask questions and to exchange views and to have this feedback on their projects.

    我们利用聊天室,进行测试,在那里,学生能和Low教授沟通,问问题,交流观点,并获得有关项目的反馈。

    麻省理工公开课 - 媒体、教育、市场课程节选

  • Because usually it doesn't work. And so one of the things that I think is very important is to always begin by testing each unit.

    因此我认为非常重要的一件事情,就是开始测试的时候先对,每个独立单元进行测试

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

  • Just so you know." Unbeknownst to the teachers, the actual test which was given to those students was a regular off-the-shelf IQ test.

    只有你们知道就好“老师们不知道的是,对学生进行测试,只是普通的现成的智商测试

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

  • So before I try and run my program, I test each part of it independently.

    因此在我尝试运行我的程序之前,我都会对它的每个部分进行独立的测试

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

  • All right, so we've tested it, and we haven't tested it yet we have tested it but, we haven't seen it, well, you know what I'm going to do?

    好,我保存下,这有点儿烦,不过能让字体更大点儿,好,我们已经得到了要比较的对象了,但是还没对它们进行比较测试

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

  • And again, she ran the eye test.

    然后她又进行了一次视力测试

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

  • And that's because it's easier to test small things than big things. And it's easier to debug small things than big things.

    这是因为对小一点的对象,进行测试比对大一点的对象进行测,试要简单多了,调试也是如此。

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

  • Along the way I have some tests, and depending on the value of that test, I may change where I am in that sequence of instructions.

    我会按顺序进行一些测试,按照测试的数值,我会改变之指令序列中,我的位置。

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

  • Their memory improved significantly, so their intelligence level as taking by tests before and after compared to control group improved significantly after a single week.

    他们的记忆力有明显改善,他们的智力水平,在实验前后进行测试,再与对照组相比,在仅仅一周后就有明显改进。

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

  • That means that a group of people who were identified and then re-measured every other year on -to getting blood tests and other biological markers, as well as doing assessments of their lifestyle behaviors and a number of other things.

    就是说有一群特定的人,然后每隔几年,就要接受血液及其他生物学测试,还要对他们的生活方式等进行评估

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

  • Yeah, I've still got a binding for z and I'm giving it the same test, but notice now I've got the two same commands but they have different indentation.

    对,我还是对z进行了绑定,我还是要对它进行同样的测试,但是请注意现在我有了两个同样的命令,但是它们有不同的缩进。

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

  • In this case, I probably want to make sure I use absolute value of x before I carry it on. Yes ma'am.

    在这个例子中,我可能想确定,在进行测试前我用的是x的绝对值,什么问题?

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

  • All right, if this is purely a test of, if this is true do this otherwise I don't care, I don't need the ELSE clause in there to identify it. All right?

    好,如果这真是一个测验,用来测试如果是真的那么进行一些操作,否则的话我不在乎,那么我不需要ELSE语句,来进行声明了对不对?

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

  • We're checking the end test and incrementing, actually I was going to, I commented that out for a reason you'll see in a second, but I, normally I would keep this on, which would let me, at each step, see what it's doing. If I ran this, it would print out each step. Which is helping me make sure that it's incrementing the right way.

    对不对?进行终结测试然后递增,实际上我要,因为某些你们,马上要明白的原因我把这里注释了,但是我通常会一直这么做,这样能让我看到每一步都做了什么,如果我运行这个程序,它会在每一步都,进行显示,这能帮助我让我确信程序是,在以正确的方式递增。

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

  • Remember last time, we wrote this simple piece of code to print out even or odd. If, you know, x, 1 it was in fact, even or odd. So let me show you what a flow chart for that would look like, because I want to make a comparison point here.

    这就像这里有一些脚蹼一样,首先进行测试,然后把球这样放来让ANS加,然后回来继续测试,最终跳出循环然后打印答案。

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

  • I test an end test. So the flow chart says, and the tradition was to do this in a diamond shape, I'm going to check if ANS times ANS-- oh, which way did I want to do this x - is less than or equal to x. Now that's a test.

    首先进行终结测试,因此流程图就的去,传统的做法是把这个放到一个菱形里面,检查下是否ANS乘以ANS-哦,我刚才是怎么说的来着-是不是小于等于。

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

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

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

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