• The company's output of iron ore, as well as copper, zinc and nickel, surged in the last three months of 2009 because of strong demand from Chinese carmakers and construction companies.

    VOA: standard.2010.01.21

  • So something the Germans used on their U-boats and the output of that is a scrambled message.

    德国人在他们的U型潜水艇所用到的东西的输出,是一个加密消息。

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

  • After all, we're taking the output work that we get from the right, and using it all to drive the left.

    毕竟,我们利用,右边产生的功,来驱动左边的热机。

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

  • Already the region's poorest country, Haiti was battered by four successive hurricanes last year that wiped out about 15 percent of the country's economic output and further damaged roads and other elements of an already weak infrastructure.

    VOA: standard.2009.04.14

  • And I'll sit there staring at the output, staring at the code, not realizing that that output was not produced by that code.

    然后我就坐在那儿盯着输出的结果,看着代码,没有意识到输出的结果,并不是由我的代码产生。

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

  • "There's been a nice recovery since the horrible 2008,2009 drop but we're still below where we were when the crisis began and all through that you had record output of jetliners, so we've got this rather dangerous overcapacity situation."

    VOA: standard.2010.03.30

  • So the amount of output produced by the industry was somewhere between the case that would be under monopoly and under perfect competition.

    亦即是行业产量,在某种程度上是介于,在垄断和完全竞争两种情况之间

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

  • Even if U.S.economic output expands in 2010 and more Americans head back to work, both critics and supporters of the president say the nation faces a more serious challenge to future economic viability: a rapidly growing deficit and a national debt estimated at more than $12 trillion.

    VOA: standard.2010.01.15

  • And what's in this output are all the C files that we happened to have printouts of for this particular week.

    全部都是一些为这周准备的打印资料,都是一些C文件。

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

  • The brain does processing and then ship onto the motor output stages.

    大脑进行加工,然后进入运动输出阶段。

    斯坦福公开课 - 7个颠覆你思想的演讲课程节选

  • I need a contract that says, here's what I want in terms of things that you're going to take as input, to begin your part of the drama, here's what you're going to produce at the output, and the details of what they do inside are up to them.

    这些作家相互沟通进行工作呢?,我需要一封规格说明书,我需要一份合约,上面列出了我想要你做的事,这些是你要再开始时做的输入,这些是你要的输出,细节工作就取决于它们了。

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

  • If they're not at the competitive output they could undercut price and take the entire market.

    如果他们不按照完全竞争产量生产,就可以通过降低价格来抢占市场

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

  • What that basically says is the following: in an interpreted language, you take what's called the source code, the thing you write, it may go through a simple checker but it basically goes to the interpreter, that thing inside the machine that's going to control the flow of going through each one of the instructions, and give you an output.

    也就说,如果是解释语言的话:,你要写一些叫做,源码的东西,你写的东西会经过一个简单的过滤器,然后解释器会处理你的源码,解释器会产生一个,逐条读取你的源码的,控制流,然后返回一个输出结果。

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

  • Even though this looks like what the out-- this looks like the output you want, "Oh, hi world" and then everything else should go on the next line.

    即使这样看起来和你-,想要的输出“Oh,hi,world“没啥两样“,仅仅只是把其他代码往下挤了一行。

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

  • I'm gonna run a.out and your teaser for the kinds of programs you can write after years and years and years of practice will give you output like this.

    运行a,out,这类麻烦的程序,你多年多年之后也能写,因为最后的结果是这样的。

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

  • Someone-- or someone had to implement, had to write a tool called printf that itself takes input between quotes and produces as output some characters on the screen.

    需要有人去实现,这个printf函数,以双引号间的信息为输入,输出相应字母到屏幕上。

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

  • So one of the things I want you to notice here is that testing and debugging are not the same thing. When we test, we compare an input output pair to a specification.

    这里我想大家注意的一件事,就是测试和调试是不同的两件事情,我们测试的时候,我们把输入输出,跟程序的规格说明书对比下。

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

  • This is the best response of Player 1 to the best response of Player 2, to the best response of Player 1 to Player 2 producing half monopoly output and there are lots of brackets here.

    它表示参与人1对于参与人2的最佳对策,是参与人2生产垄断产量一半的情况下的,这里有一大堆的括号

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

  • human text, ASCII text as input and output zeroes and ones that represent that program in a manner that the CPU, interesting, dammit, not installed on this computer.

    编译器以人输入的文本,ASCII码为输入,它输出一些cpu实际上可以理解的,在这台计算机上没有安装。

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

  • And conceptually, the idea of cubing a value feels like you could package that up into a little box, a little tool that takes input, a value, and returns output the answer A* so you don't have to constantly do A star, A*A So this program ,at the end of today, is pretty much the same thing.

    概念上,算一个值的立方就像是,你可以把一个值打包放在一个小盒子里,一个用来接收输入的工具,一个值,然后返回一个答案,所以你并不需要一直使用,等等。,A,star,,A,,and,so,forth。,这个程序,最后,是一个差不多的东西。

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

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

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

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