• Harlan Leonard is one of the former Tuskegee Airmen who will ride atop the float.

    VOA: standard.2009.12.30

  • Last time we checked the type and said if it is a float you're okay. If not, carry on.

    并且会告之是否是一个浮点数,如果不是继续循环。

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

  • So what that means is the compiler is actually going to first "cast" so to speak 13 from whatever it is - to a float -- to a floating point value -- and then perform the division for us.

    所以这里的意思是编译器将,做“计算“,譬如13这样一个浮点数,-到另一个浮点数-,然后为我们处理除法。

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

  • I was able to take advantage of those opportunities,". Nearby,volunteer decorator George Torney of San Francisco is sorting and gluing yellow flower petals on the float that honors the airmen.

    VOA: standard.2009.12.30

  • I just want to float to the dining hall after-- " so much easier, so much less painful."

    我只想下午时飘去餐厅-,更加容易,更少痛苦“

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

  • "The float itself will have an eagle on it.

    VOA: standard.2009.12.30

  • And that then let's me get to, basically, base this code. Having done that, height I simply call base with get float, I call height with get float, and do the rest of the work.

    现在让我们看看这段代码,其实已经写好了,我简单的调用下,用来得到一个浮点数,再调用下,来得到另外一个浮点数,然后做剩下的工作就可以了。

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

  • The concrete and glass museum is built next to a body of water, so it almost seems to float.

    VOA: special.2011.04.13

  • Need to get the base in. Second thing I want to do, I need to get the height, so I'm going to input a value for the height, also as a float, a floating point.

    也就是输入底的值,第二件我想要做的,事情就是得到三角形的高,因此我会输入一个值作为三角形的高,同样也是一个浮点数。

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

  • How I wished I had the power to enter that bright light and float with her through those beautiful forests.

    VOA: special.2009.07.25

  • I can't rely on the user. I want to make sure I get a float in it, so how do I do that?

    我想确保这儿我得到的是一个浮点数,我该怎么做呢?

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

  • He says the bacteria can also float around in the air and be easily pulled into the lungs.

    VOA: special.2009.10.13

  • Well I'm relying on the contract, if you like, that the manufacturer of square root put together, which is, if I know I'm giving it two floats, which I do because I make sure they're floats, the contract, if you like, of square root says I'll give you back a float.

    好吧我能靠一些类似合约来保证,如果这么说你喜欢的话,其实就是当求平方根的方法,获得了两个我已经确认了是浮点数的数后,这个类似合约的东西就会保证,返回一个浮点数。

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

  • As the American astronauts continued to float through space, they inspected each other and each other's spacecraft.

    VOA: special.2009.07.01

  • I just want to float to Sanders in the morning.

    我只想早上时飘去剧院。

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

  • The plates float about slowly, sometimes crashing into each other, and sometimes moving away from each other.

    VOA: special.2010.01.12

  • So yes, f is a float, but that solution is too late; we need to fix the problem sooner.

    是的,f是一个浮点数,但是那个解决方案太迟了;,我们应该在次之前把问题解决。

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

  • The balloons contain helium and oxygen so that they float around with the air currents.

    VOA: special.2010.09.05

  • Another way of saying it is, anything that uses get float doesn't care what the details are inside or shouldn't, and if I change that definition, I don't have to change anything elsewhere in my code, whereas if I just have the raw code in there, I have to go off and do it.

    换种说法就是,任何用到获取,输入这个功能的人不用担心具体的实现细节,如果我改变了这里的实现,我并不需要去改变我的代码,因为我的最底处的源码就在这里,我去改这里就可以了。

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

  • But,turtle eggs or baby turtles would be small enough to float to the islands.

    VOA: special.2009.12.16

  • If we did that, if we moved f minus 32 over to the left, that would give me a floating point answer because f is a float.

    如果你那样做,如果我们把,放前面,那将会给我们一个浮点数答案,因为f是浮点数。

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

  • The seeds float in the air when the pods break open.

    VOA: special.2010.04.06

  • As you walk amid the buildings and trees, as you see your friends and classmates, allow these emotions to float through you, freely, lightly.

    在你走在建筑物和树木之间时,在你看到朋友和同学时,让那些情绪流遍你的全身,自由地,轻盈地。

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

  • The two spacecraft continued to float together,far out in space.

    VOA: special.2009.07.01

  • So if I were to solve this problem, here's the way I would do it. I would say, first thing I want to do, is I want to input a value for the base as a float.

    如果我想要解决这个问题,这就是我要解决它的方式了,第一件我要做的事情就是要,输入一个浮点数作为三角形的底。

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

  • They float on pieces of the Earth's outer skin,or crust.

    VOA: special.2010.01.12

  • So it turns out there's a solution to this: If you need more precision, more digits after the decimal point than a float allows, what do you go for instead?

    所以这里有一个解决方案:,如果你需要比float类型允许的更高精度,小数点后更多位数,那你该用什么取代它?

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

  • You can float on them across the river.

    VOA: special.2010.06.26

  • Now, this is not the nicest way to do it but it'll work. I can look at the type of the value of base and compare it to the type of an actual float and see, are they the same?

    这不是最好的办法但它确实有用,我可以得到底的值的类型然后,和一个真的浮点数的类型比比,看他们是不是一样?

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

  • > David: At some point in time, I'm going to have to have declared the variable as a float before I can then hand it to printf as the insertion value for that format strength.

    >,大卫:在一个特定的时间,我将需要,声明float类型这样的变量,那样我就可以把它打印出来,像是格式化优点的插入值。

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

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

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

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