The level of violence is up. I worry a great deal about the overarching impact of the global financial crisis on not just Afghanistan or Pakistan, but all of us in our ability to resource this in the future.
VOA: standard.2009.03.31
So if I worry about energy I have a pretty good chance of extracting out these heat capacities, right, and I don't have to worry about exactly which path and I can really mix things up.
而能量与热容有密切的关系,从能量就可以就算出这两个热容,我不需要考虑到底是哪一条路径,可以随意计算。
I mean, if you can just get over like being self-conscious, and just don't worry about being embarrassed
我认为,如果你能够克服害羞,并且不怕丢人,
It included the hit song "Remedy (I Won't Worry.)" Jason Mraz became very popular following the release of his third studio album in two thousand eight.
VOA: special.2010.01.29
I read The Wall Street Journal every morning and I worry about the credit crisis, and I worry about credit cards, and I worry about auto loans, and I worry about corporate loans, and I worry about the solvency of the banking system, and then I go to work and I try and find the best opportunities that I possibly can.
每天早晨读华尔街日报的时候,我会担心有没有信贷危机,担心我的信用卡,担心汽车贷款,担心公司贷款,担心银行系统的偿付能力,然后我去上班,努力抓住所能遇到的最好机遇
"I don't think there is any worry Ambassador Bosworth's visit to North Korea will somehow detract from our efforts,".
VOA: standard.2009.12.08
One of the advantages of this is, that I don't have to worry about explicitly updating my variable. That happens for me automatically.
这样继续下去,这样做的一个优点是,我不用为更新变量来发愁了,程序会自动的为我进行这个操作,这一点很好。
"My eyes are focused on tomorrow morning. There will be proceedings after tomorrow morning, but I will worry about those after tomorrow morning,".
VOA: standard.2009.12.24
Or, more generally, we'll worry about how should the fact that I'm going to die affect the way I live?
或者,更通俗的说,我们会担心我将死去这个事实,如何影响我的生活方式?
So let us see it. I am sure I will help him. Do not worry about it.
VOA: standard.2009.11.08
A few children went home and said, "I'm going to Japan tomorrow, but you don't need to worry, mom, 'cause I'm going to be home at 8 o'clock at night".
有些小孩回家后说:“,我明天要去,日本了,不过妈妈你不要担心,因为我会在8点钟回家。
Yeah. Yeah, I suppose you're right.She always did know how to worry.
VOA: standard.other
But luckily we don't have to worry about how we're going to picture all this, now that I said that, no physical interpretation f or a wave function, there is a physical interpretation for what a wave function squared means.
如何想象这些图像,我这么说,虽然波函数,物理解释,但波函数的平方,有物理解释,当我们说到。
"I want the people of Haiti not to worry about how they are going to eat today, whether they can get water today, whether their kids are going to be hungry today."
VOA: standard.2010.01.28
Now, I'm not introducing any genetic material at all so I don't have to worry about it replicating because there's no genetic material, all I do is deliver the particles.
这样就根本不用引入任何遗传物质,所以我也不需要担心它会复制,因为根本不存在任何遗传物质了,我所要做的只不过是接种部分微粒
I'm still here. Don't worry.
我还在,别担心。
So those of you who haven't, don't worry, I mean this will be a bit review, but we'll see it more through the eyes of Game Theory this time, and for those of you who haven't, don't worry we're going to go through it.
如果你没学过,也不必担心,我们一起来快速回顾一下吧,但这次我们用博弈论的角度去分析,那些之前没有学过的同学,别担心,现在我们一起来看一遍
If I only worry about minimizing the energy, it's true They'll stick together a little bit.
如果我只关心能量最低,这是对的,分子会黏在一起。
Again, don't worry about it. Velazquez, who died in 1610, I think. No, it's 1660, sorry.
我想他去世于1661年,哦不,是1660年,抱歉
But don't worry about it, it's not, I'm just using it because it's a simpler example than the one I really want to get to, which is knapsack.
但是别担心,我讲这些是因为它比我,真正想讲的问题简单一些,我想讲的是背包问题。
Well if I-- you know, with let me say it differently. I don't need to worry about how checking is done, it's handled inside of that function.
好,如果你们知道,抱歉,让我们换种说法,我不必担心检查工作,是则会么做的,这是在方法体内部进行的。
When we start writing code, you're going to see that difference, but for now, don't worry about it, I just want to plant that idea.
当我们开始写代码的时候,你就会看到区别了,但是现在别担心,我只是想让你们初步有个印象。
I want to just use it, I shouldn't have to worry about what variables I use inside of it, I have shouldn't have to worry about where that is in the code, I should be able to just abstract it away. And that's what we want to add today, are those two things.
我只是想使用它,我不用考虑我在这段代码中,使用的是什么变量,我完全不用考虑代码的内容,只要抽象就好,我们今天想补充的内容就是这两点。
It means anybody using that little function get float doesn't have to worry about what's inside of it. So for example, I decide I want to change the message I print out, I don't have to change the function, I just pass in a different parameter.
这代表着用这个方法去获得浮点数,的任何人都不用担心具体的实现了,例如,如果我想改变下,显示的信息的话,我不必去改变方法,我传个不同的参数就可以了。
What is this? This is a wonderful piece of abstraction. It is saying, you don't need to know squat about what's inside the body of this function. You don't have to worry about the parameter names, because they're going to be preserved, you don't need to worry about how I'm doing it, this tells you how you can use this, in order to use it correctly. Of course, I can then close it off, and off we go.
但是这能告诉你一些信息,这是什么?,这是一段完美的抽象,它的意思是你不需要知道,这个函数的内部构造,你不必担心参数是否重名,因为它们已经被预存了,你不需要担心我如何使用它,它告诉了你你该如何操作,从而正确的使用它,当然我也可以把它关掉。
Well I stated it, but Plato didn't state it in the dialogue, the worry that even if the soul was one of the parts even if the soul is already around before we were born, how do we know it can't come apart.
我说出来了,但柏拉图在对话里并没有说,就是一种担心,即使灵魂是组成我们的一部分,即使灵魂在我们出生前,就已经存在了,我们怎么能知道它不会瓦解呢。
So this best response actually is a pretty complicated object, and we could, if we're going to go like we did last time, we could take the time to draw this thing, but it's a bit of a mess so I won't worry about doing that right now.
可以看出最佳对策有点复杂,我们可以,像上次课所做的那样,花点时间把这些画成图表,不过这有点麻烦,现在我不会花时间去做那些
Now,if you believed in a soul,then you might worry about, well,gosh what's going to happen to my soul after I die?
如果你们相信灵魂,那你们会担心,天啊,我死后我的灵魂会怎样呢?
So, I don't even have to worry because you're not writing this down, so I can just fix it when I post the notes and no one will ever know, except that this is not OpenCourseWare.
所以我甚至不用担心,因为你们不会把这个写下来,所以我可以在我给出讲义的时候再修改,而且不会有人知道,但除非这不是公开课。
Again, don't worry too much about the equation, we're not really going to do any math here, I'm just putting it in for completeness.
对这个方程也不需要太深究,在这里我们不强调数学运算的,我把它写出来是为了表述完整
应用推荐