• Pulling this lever or pushing the button would actually rotate the paper enough so that you'd be on a new line and it would also move the little imprinting head that prints the letters of the alphabet and such all the way to the left.

    拉杆或按下按钮会让纸翻一下,这样你就能在新的一行上打字了,同时移动打印字母的,压印头,这样也能移到最左边。

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

  • Among your printouts today, even though I generally won't bother printing slides since they're fairly minimalist, we will typically print source codes.

    在你们打印出来的所有资料中,我最不屑于打印这些幻灯片了,它们都相当抽象,我一般会打印源代码。

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

  • Well, actually, let's turn the print statement on, since we're doing it with a small value here.

    好了,事实上因为我们取得值很小,所以我们还得恢复这个打印声明。

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

  • Then when you're done you print the page, and we have a special instruction for that in just a moment, and then you'll have what you need for the concept sheets.

    当你完成的时候,请把这页打印出来,我们马上会对此做出详细说明,这样你就得到了写观点报告需要的材料

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

  • Some students find that they benefit from printing out the PowerPoints and they can just take their notes along with the slides as I go and that's one way to do it, but feel free to do it whatever way works for you, but those should be available.

    有些学生认为,把幻灯片打印出来很有好处,这样他们在我讲课的时候,只要在讲义的空白处做笔记就可以了,这不失为一种方法,不过随你们怎么做,只要觉得有用就行,以上仅供参考罢了

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

  • Let's check it out. I've written a little bit of a test script here, so if we test cell sort, and I've written this so that it's going to print out what the list is at the end of each round, OK.

    我们来检查检查,我写了一个小测试脚本,我写这个脚本来测试单元排序,它能够打印出每一轮结束后,链表的是什么样子的。

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

  • No new line just 'cause I made an aesthetic call that this looks kinda nice if the prompt stays on the same line.

    基于美学等原因,我们就不换行了,让将要打印出的东西跟在其后。

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

  • I'm not wasting time typing out arguments and implementing more complicated function.

    我不会在浪费时间在打印输出参数上,我执行了更复杂的程序。

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

  • I then insist, okay, swap, and then I print out their values again.

    我再强调,好的,交换好了,然后我再打印出,它们的值。

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

  • So what we've seen is I've run it twice here.

    我们现在看到的就是,我执行了这条打印语句两次。

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

  • When I ran it up here, with the old Fib, and we printed the result, and I ran it with Fib 1 down here.

    当我运行到这里,也就是老的Fib函数,我们打印这个结果,当我在下面调用Fib1时,也打印了结果。

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

  • I print out -- and this is only wrapping - because of the big font -- I print out, "I demand that you give me a positive integer."

    打印出来--这个字符相互覆盖了,因为用的是大字体-,我打印:“我需要你给我一个正整数“

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

  • OK. It simply doesn't print anything.

    好了,它只是不会打印任何结果而已。

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

  • So it's printing a lot.

    现在打印了很多了。

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

  • And I've turned on a print statement which was off last time.

    我这次把上次的打印,声明重新打开了。

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

  • Because what you don't see in this file is any code a that actually says put a letter of the alphabet at the top left hand corner of the screen and then put the next character to the right in other words, I'm taking for granted at this moment in time that my computer knows how to print something to the screen.

    就是这些你在本文件中看不到的一些代码,实现了将首字母,放在屏幕的左上角,然后把其他字母加在其右边,我想当然地认为,我的电脑知道如何打印相应信息到屏幕上。

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

  • I do print this.

    我把它打印了

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

  • And I'll remind you, what I'm printing out there is first and last, with the range I'm looking over, and then just how many times the iteration called.

    我要打印出来的是,每次的区间,也就是first和last指向的值,以及重复多少次了。

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

  • We began here so at this point in the story the next thing that's going to happen is this line called Print F that says swap exclamation point, right?

    我们从这里开始,在这里,下一步将要发生了的事情是,这行叫做printf的代码,打印:“交换完成!“对不?

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

  • So if I print e to f of soccer, it will print the string football.

    如果我要显示soccer的e到f变换的话,打印出来的就是football了。

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

  • Is the first part. That says, I took the branch through here that eventually got to the end and said, there wasn't a solution, in which case I'mgoing to print out, there ain't no solution, otherwise I'll print out the pieces. All right, let's check it out. Ah, what did I say?

    我是否返回了特殊的none值?是第一部分,这里的意思是我从这个分支,走到这儿最终走到最后,并告诉我这条路没有解决方案,也就是我想要打印的结果,没有符合的结果,否则我会把它们输出来?

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

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

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

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