"Things happen,mistakes happen. If they're doing a recall, they're open about it with their customers, so I think it's just going to be a temporary setback.
VOA: standard.2010.01.28
And there's a few things going on here, so clearly there is multiple sprite, multiple characters, and recall from last week that each sprite has its own set of strips or programs.
我们可以看到许多东西,譬如,很明显我们可以看到有许多小精灵,许多字符,想想上周,每个精灵还自有一套,程序。
taking a bus into Manhattan and going into the museum. And what I just recall is walking around like this.
乘公交车去曼哈顿,参观博物馆。我只是记得当时就是这样在四处逛逛。
But this week,lawmakers released a company document showing Toyota had saved one hundred million dollars by negotiating a limited recall over the issue.
VOA: special.2010.02.26
And what that corresponds to, if you recall, is the idea that in a perfect crystal at zero degrees Kelvin then you have no disorder at all.
如果你们能回忆起来的的话,这就意味着,绝对零度下的完美晶体,一点无序状态也没有。
It can even recall a time of success and popularity for an industry.
VOA: special.2010.06.06
To see that,recall the fact that according to the personality view, as a theory of personality identity, the crucial point isn't that my personality stay identical.
要明白这一点,回想一下根据人格理论,作为个人认同感的理论,关键点不在于人格要保持不变。
The recall and sales suspension is just the latest in a string of quality control problems that have plagued the Japanese automaker.
VOA: standard.2010.01.28
Bubble sort recall is a comparison sort.
冒泡排序就是一种比较排序。
Athens News Agency journalist Harry Theofanous says he cannot recall a worse crisis in the past two-decades.
VOA: standard.2010.03.01
I just want to recall some of the things we learned so I can highlight them a bit.
我们回顾一下上一讲的内容,我再强调一下
Toyota has been inundated with lawsuits due to safety concerns that have led to the recall of more than eight-and-a-half million vehicles worldwide.
VOA: standard.2010.03.26
It could be normal, everything, that would be a Gaussian, where if you recall there was a mean, and a standard deviation, and most values were going to be close to the mean.
可能是正态分布,也就是高斯分布,只要有平均值和标准偏差值,你就可以进行调用,大部分的值都是集中在平均值附近的。
"If you recall a claim was made by al-Qaida representative that they have done it and TTP also has made a claim that we have done it,".
VOA: standard.2010.01.09
One is called the twenty-four hour recall and that's either done by a computer, or done by a trained interviewer who would sit down with you and say, 'Let's reconstruct everything you've eaten in the last twenty-four hours.' And so then you have to recollect everything you ate in the last twenty-four hours.
其中之一被称为24小时回顾法,可由计算机完成,也可以由专业测试人员,坐在你面前并对你说,"让我们记录所有,最近24小时你所吃的东西",然后你需要回忆,最近24小时内吃了什么
On an overcast spring day, and descendants of internees - gathered at the college for a conference to recall those times, and to create a memorial to those who lived through it.
VOA: standard.2010.06.22
Because the algorithm I proposed is going to leverage this idea of recursion which recall was just a piece of jargon we tossed out at the last-- at the end of last week's lecture, last time's lecture recursion really in this context refers to the act of a function calling it's self.
因为我提出的这种算法使用了,递归的思想,这是上周课程的最后,所提出的一个术语,上次的课程中,递归是指,函数的自我调用。
The thought experiment, you recall, was one in which I imagine, I tell myself a story in which what I'm doing is I'm imagining my mind existing without my body.
回忆一下 那个思想实验,在其中我想象,我给自己讲了一个故事,在这个故事里,我只是想象我的心灵独立于我的身体存在
He'd been diagnosed with, if I recall correctly, cancer as a freshmen--and his doctor had told him that he pretty much had no chance of recovery and indeed had only a couple more years to live.
他大一的时候就被诊断出癌症,如果我没记错的话--他的医生告诉他,他基本上没有治愈的可能了,并且实际上只有几年时间存活了。
Even those of you who've taken AP computer science or something similar perhaps recall that even just getting a piece of input from the user is ridiculously not obvious.
你们中上了AP计算机科学这门课,或者类似的课程的人可能还记得,即使只是从用户那里得到一个输入,也相当麻烦。
Well, recall that very basic building block we introduced 1 last week which allowed you to grab a random number between 1 and 10 or 1 or a hundred.
好吧,让我们先回想一下上周介绍过的,能产生1~10之间,或者1~100之间随机数的1,基本构建块。
It's a planet. It's Venus, if I recall correctly.
它只是颗行星,金星,我没记错的话
Well recall from week zero when we took a very real world phonebook and then just last week we had our volunteer come up with the array of pieces of paper on the board and when I challenged myself and when I challenged our volunteer to find me the number 50 both he and I were able 50 to leverage one assumption.
大家回忆一下,当我们拿着一个现实世界的电话簿,就在上周我们的志愿者,在黑板上提出了纸片的阵列,我挑战自己,也挑战志愿者,要找出同一个,数字。
Almost everyone in this room has probably had a segfault at some point or core dump where you end up with this random file called core, which recall is just the contents of memory at the time your program crashed.
几乎这个教室里的所有人,在某个时候,都遇到过段错误,或者通过这个core文件的,存储器内核更新,这就是你的内存出现错误,你的程序崩溃掉了。
When you declare a pointer yourself manually, you do say char * the variable name because recall that's the same thing that we did earlier but we called it instead string.
当你手动声明一个指针是,你可以说char,*,变量名字,因为那是我早些时候做的事情,但是我们叫它为字符串。
So just to reinforce this, I could run gcc math2.c but I'm getting a little tired of this a.out convention and recall that there's this utility called "make" that right now doesn't really improve much, other than give it a better name.
所以我强调这点,我可以运行“gcc,math2,c“,但是我不是很喜欢a,out这个默认的名字,想取消它,那么这里有个叫做“make“的命令“,这个命令现在没有很大的改进,只是把用来更改名字用的。
Well, again, recall that GetFloat is a function.
好的,记住那个GetFloat是一个函数。
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语言写出来就可以了嘛,的确只需要几行代码,就可以让这个程序跑起来,就像上周五的那样,我之所以没让它跑起来,因为编程步骤之一,就是“写“
应用推荐