It also urges hospitals to establish a special telephone number for medical workers and students to call if they are injured.
VOA: special.2010.02.10
Let me call it for the moment Hobbesian liberalism.
即我所谓的,霍式自由主义。
and you are waiting for an important business call and it's been nights
你在等一个重要的商务电话。但是你已经等了好几个晚上,
They call it Netra, which means eye in Sanskrit but stands for Near Eye Tool for Refractive Assessment.
VOA: special.2011.05.16
Whereas we all know that the universe is of a certain kind-- -- we can't even call it Copernican anymore-- poetry has this odd preference for Ptolemaic astronomy.
虽然我们都知道宇宙是怎样的-,现在即使哥白尼的理论也不完全正确了-,但是诗歌偏爱托勒密的宇宙观。
The call is always given three times to prevent mistaking it for some similar sounding words.
VOA: special.2010.04.18
Likewise for mass, we will take a chunk of some material and we will call it a kilogram.
质量也是这样,我们找来一大块材料,然后称它为 1 千克
The next day,it grew strong enough for scientists to call it a tropical storm.
VOA: special.2010.08.24
There's a term for that--they call it going ex-dividend.
有一个专门的术语,叫做"除息"
Some call it "the last best chance" for an agreement to fight climate change.
VOA: special.2009.12.12
So they thought, "Alright, if the company is so great, if we have such a bright future, why you don't do a better job for your employees than the other Internet companies?" It was a tough call for me.
于是他们觉得:“如果百度真这么好,如果前景真的如此光明,为什么不能在员工待遇方面,做得比其他公司更好呢?“,那时我感觉左右为难。
He would call it home for the rest of his life.
VOA: special.2010.07.25
So you can actually say, how do I know which methods are associated with the class? For that, we can call dir. And what it does, is it gives me back a listing of all the things, dir all the methods, that are associated with it.
我们开始建立类了,我们得到了这些方法,因此实际上你可以说,我怎么知道,哪些方法是关联与这些类的?,为了解决这个问题,我们可以调用,这个方法的作用。
So,to get a sense of what the regional moisture patterns have been, dryness and wetness over such a long period of time in great detail, I would call it a kind of victory for paleoclimate science."
VOA: special.2010.05.25
And what the Republic tries to do is to offer us strategies, maybe we might even call it a therapy, Thumos for dealing with thumos, for submitting it to the control of reason and helping us to achieve some level of balance, of self-control and moderation.
而《理想国》尝试做的是,提供我们策略,而我们甚至能称之为疗法,用以处理,让它接受理性的控制,并助我们达到某种程度的平衡,介于自控与节制之间。
And mixed economic signals continue to call into question how long it will take for the country to emerge from recession.
VOA: standard.2010.01.06
In general, when we wanna talk about running time, we just need a silly place holder, so we'll call it T for time.
一般情况下,当我们讨论运行时间时,需要一种表示方法,这里T表示时间。
The Russian leader also praised U.S.President Barack Obama's recent call for a nuclear-weapons-free world, calling it a "beautiful and right goal."
VOA: standard.2009.12.25
And what he came out with when he did some calculations is that there's the radius that he could calculate was equal to this number a sub nought, which is what we call the Bohr radius, and it turns out that the Bohr radius happens to be the radius most probable for a hydrogen atom.
等于这个a0的值,我们叫它波尔半径,而,波尔半径恰好是,最容易,找到电子的地方,我们对波尔模型,不做过多的解释,这是因为。
"It's important to have confidence. It's important to have on the ground inspections which this treaty provisions call for,"
VOA: standard.2009.12.07
For now the way to think about this is, cp2 when I call that class definition, it goes off and allocates a specific spot in memory that corresponds to that instance.
这个语句所做的,就是建立了,这个类型的实例cp1和,这个类型的特定版本,现在你们可以这么认为。
"We cannot say subsidies but we call it machinery restructuring, because as you know the machinery for the shoe is already 20-years-old."
VOA: standard.2010.05.13
What other people call content is a device like any other, and it engages in the struggle for dominance with all the other devices that one can identify as aspects of literature."
别人所说的内容只是另一种方法而已,它为了争夺支配地位历经斗争,胜利的那些才能被称为文学性“
It is an endorsement of our call for economic, social uplifts as a means of fighting extremism."
VOA: standard.2009.03.28
From reading of such books," Hobbes continues, "men have undertaken to kill their kings because the Greek and Latin writers in their books and discourses of policy make it lawful and laudable for any man to do so provided before he do it he call him a tyrant."
正是因为这些阅读,他们意识到他们可以弑杀他们的君王,因为希腊和拉丁作家们,在他们的书籍和演讲中宣称,任何人都可以合法地弑杀他们的暴君,而且他们的此举也将是值得赞赏的“
But Hamas quickly rejected the call for elections, saying it is illegal and unconstitutional.
VOA: standard.2009.10.24
It's reasonable because it's meant TMP for temporary purposes just to call it temp or T-M-P for short, X and I can define temp as -- why don't I set it as equal to X, initially, because now that I've stored X in a separate chunk of memory, I can now change its value and then I can say Y gets, not X, but temp, and so now I've actually swapped these values.
这是合理的,因为它是为,暂时的目的,只要叫它Temp或简称它为,我可以定义temp为--为什么我不把它设定为等于,最初的,因为现在我把X存储在一个单独的内存块中,我现在可以改变它的值,然后我说Y等于,不是X,而是temp,所以现在我交换这些值。
First of all, two parameters. It's OK. All it says is, when I call this, I need to pass in two parameters for this to work. All right? Now, if I want to use that, I'm going to use a second piece of code here, called Barnyard. I'm going Barnyard to read in a couple of values, convert them into integers, and then I'm going to use solve to get a solution out.
注意我得到了什么,第一,两个参数,它的意思就是我调用这个函数,我得给它输入两个参数,明白了吗?,现在如果我要使用它我得用,这里的第二段代码,也叫,我将读入一组值,将它们转化为整型,然后我会用solve得到一个解决方案。
应用推荐