• But they add that failure to implement fiscal consolidation where it is needed could undermine confidence and hamper growth.

    VOA: standard.2010.06.27

  • I agree, meditation is not something that you just do for an hour a day or a month or however much time you do it, it's supposed to be a practice you implement into your daily life.

    我也认为冥想不是坚持一天或一个月,就能达到的,不管花多少时间在上面,这都只是种练习,要融入到日常生活中去。

    普林斯顿公开课 - 人性课程节选

  • Scratch So, we looked last week at Scratch, very briefly, but hopefully you found if you've dived in already that the interface is fairly intuitive and it really just allows you to implement ideas that you conjure up in your mind.

    我们上周非常简略地提到了,不过我希望你们热切的投入了进去了,那个界面是相当直观的,相信我,这真的可以让你实现你,大脑中的构想。

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

  • "The first thing is not numbers,". "It is to find and fine-tune the right approach to implement the strategy already laid down.

    VOA: standard.2009.09.29

  • But if you set out trying to implement this whole story line at once, if you set out trying to implement a cookie love story, it's just not gonna fly.

    但是如果你一开始就想一次啃掉整块蛋糕,譬如你一开始就想,完成这个饼干人的爱情故事,你会发现这是行不通的。

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

  • "Let's get a firm strategy, let's discuss that, let's poke and prod it and ensure that we have done it the right way, then implement tactics to achieve that strategy, and part of those tactics are deciding resources."

    VOA: standard.2009.10.01

  • You could absolutely implement something more interesting and something even more animated like we saw on Wednesday or even earlier today, but it takes a little more than just a format string.

    你绝对可以实施一些更有用的,和一些更愉快的东西,像我们周三或今天早些时候,看到的,但它不只是,格式化字符串。

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

  • The 22-member Arab League says it will not implement the international arrest warrant, against Mr.Bashir,while Qatar, which is hosting an Arab summit next week, has repeated a pledge not to arrest him even though it is a signatory to the court charter.

    VOA: standard.2009.03.26

  • And so one of the things we'll look at today is how can we leverage an algorithm, how can we implement an algorithm that at least at first glance the second time we've now seen it feels so obviously better.

    因此,今天我们要学习的一点就是,我们怎样才能影响一个算法,怎样实现一个算法,使你在第二次看它时会觉得,至少比你第一次看到它时更好。

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

  • And it was fun for us but thankfully, we didn't have to implement all this stuff ourselves.

    这对我们也许是有趣的,但幸运的是,我们不需要自己实现所有的功能。

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

  • The upside of it of course though is that's it's pretty darn easy to implement.

    尽管实现起来,相当容易。

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

  • One of the inputs to the problems we're gonna be working on this semester and if you continue on in this world how much thought it takes to implement something, how much time it takes to run something, how much space it takes to run something?

    我们将在本学期集中探讨这些问题,或者在课程之后你们也可以继续研究,为实现一些功能要有多少想法,在运行过程中又将花费多长时间,需要多大的空间?

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

  • But at the end of the day, and here's why we just went with binary and not decimal years ago, when you have one implement a computer with a physical device, it's actually really easy to represent the notion of on or off.

    但是最终,之前我们采用二进制,而不是十进制,主要是因为当我们用一台实体机器运行计算机时,这实际上很容易用开或者关的概念来表示。

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

  • Even though you'll see a whole bunch of constructs today and even throughout the course, you will find that there's often multiple ways to implement something, and it will be up to us to guide you toward better design and making in giving two different options the better choice as time passes.

    即使今天乃至整个课程中,你们将了解到很多的结构,你将发现,这里有很多的方法来处理一些事情,这将引导你们做更好的设计,随着时间的推移,从两个不同的选择中,选择一个更好的。

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

  • In Scratch you may have realized that, "I could implement my program this way with these puzzle pieces, but it kind of feels -- like I could use these puzzle pieces instead" -- that's absolutely the case in programming.

    在Scratch中你可能已经意识到,“我可以用这一段代码来,执行我的程序,不过这有点感觉到,我可以用这些代码段来代替“,那绝对是编程中的一个情况。

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

  • At the end of the day, you can implement the exact same program using a while loop that you can using a for loop, it's just your code is going to look slightly different.

    最终,你可以执行这个程序,再使用for循环的地方使用while循环,这只是使你的代码看起来稍微有点不同。

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

  • So pictorially, it's as though there's now some other part of the blackboard here, maybe way up here where I can put anything I want that's accessible to main, that's accessible to swap, that's accessible to increment or any other function I might implement because it is, in fact, global.

    绘画般地,它是在这里黑板上的其他部分,可能在这里的上面,我在哪里可以放置这些东西,使它们可以被main函数使用,可以被swap函数使用,可以被increment函数使用,或者我所实现的其它函数,因为它实际上是一个全局变量。

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

  • So here is the simplest program which is perhaps an ironic statement that you can implement with this language called C. So it takes a few lines of code to actually get something up and running and as you'll recall last Friday, I didn't even get this up and running because part of the process of writing a program is to one, write it.

    让我们回到这个最简单的程序,你们也许觉得啼笑皆非,这么简单的例子,用C语言写出来就可以了嘛,的确只需要几行代码,就可以让这个程序跑起来,就像上周五的那样,我之所以没让它跑起来,因为编程步骤之一,就是“写“

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

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

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

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