• He said there is no partisan divide in Washington on the nature of the threat now emanating from that country.

    VOA: standard.2010.01.03

  • Then you say, well why didn't they divide by 365, because I know there are 365 days in a year?

    也许你们会问,为什么他们不除以365,因为一年有365天

    耶鲁公开课 - 金融市场课程节选

  • 4 So even if the correct mathematical answer is 1.4 or whatever, when you divide an int by an int, you only have room in that variable, in the response for an actual integer.

    所以即使那个正确的答案是4,或别的数值,当你用一个整型数除以一个整型数,在那个变量的返回值里,只有,存储一个整型数的空间。

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

  • This must be done to equally divide the four hundred thirty-five voting districts in the House of Representatives among the states.

    VOA: special.2010.12.25

  • OK. Binary search is perhaps the simplest of the divide and conquer algorithms, and what does that mean? It says, in order to solve a problem, cut it down to a smaller problem and try and solve that one.

    好了,二分搜索也许是,最简单的分治算法,这意味着什么?,也就是说,为了解决一个问题,把它切割成小的问题,然后再来一个个解决。

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

  • In the past,he noted, the national government had tried to divide free states from slave states by a line across a map.

    VOA: special.2009.04.23

  • The beat's very important in music and generally speaking, in music, we divide the beat.

    节拍很重要,通常来讲,在音乐中,我们把节拍进行了划分

    耶鲁公开课 - 聆听音乐课程节选

  • We must not allow ideas like political correctness to divide us and cause us to reverse hard-won achievements in human rights and civil rights."

    VOA: special.2010.05.09

  • There are many people in academia,outside academia, who divide the world essentially into two.

    学术界内外,都有很多人,将世界一分为二。

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

  • He told VOA he is willing to discuss ways to discuss the apparent divide over Ukrainian history with opponents in Crimea.

    VOA: standard.2010.03.17

  • For example, the teaching fellows will divide all the concept sheets in week one, and one teaching fellow will grade part of the alphabet and another will grade another part of the alphabet.

    助教们在第一周将所有的论文,按字母顺序分类,一位助教评定一部分,另一位助教评定另一部分

    耶鲁公开课 - 关于食物的心理学、生物学和政治学课程节选

  • "The aspirations for reconciliation on the island of Cyprus are there, currently in the party leaders on both sides of the divide."

    VOA: standard.2010.04.15

  • Merge sort takes this idea of divide and conquer, and it does the following: it says let's divide the list in half.

    归并排序以如下的步骤使用了分治思想:,把列表分成两半:,下面就是分治。

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

  • Speaking to supporters in the village of Teyit, Mr.Bakiyev, said there is an attempt to divide the country between north and south.

    VOA: standard.2010.04.12

  • The first step is divide them in half. All right? I'm not sure how to mark it here, remember I need to come back there. I'm not yet done. What do I do?

    我不能确定如何,在这里进行标记,记住我会回这里进行讲解,我还没做完呢?

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

  • And there's a big divide between the view of the United States and some of its key allies and the rest of the world, in particular in the developing world."

    VOA: standard.2010.04.06

  • Well let me apply this same logic, let me divide this problem in half, alright.

    下面我使用同样的逻辑,将这个问题再次划分为两部分。

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

  • These are phony claims meant to divide us,". In the Republican Party response, Congressman Tom Price from the Southern state of Georgia says Mr.Obama is not telling the exact truth about health care.

    VOA: standard.2009.08.22

  • I, somehow if, I want to walk through some sequence of data structures, gathering up or doing the same thing, adding ages in until I get a total age and then divide by the number faculty.

    我想,以某种方法,来遍历,一些数据结构,把它们相同的属性加到一起,就是一直的把年龄加到一起一直到,得到了一个年龄总数,然后除以员工的数目。

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

  • This anniversary is about remembering the past. And as the dominoes run in a line from Potsdamer Platz, past Brandenburg Gate to the nearby parliament, they once again divide the city, even if only briefly.

    VOA: standard.2009.11.09

  • In fact, my program crashes because I end up trying to divide by zero, a really bad thing. Hint: if you implement Newton's method, do not make your first guess zero.

    我下一步都没法开始,实际上,我的程序会崩溃,因为我试着去除0了,真糟糕,提示你:如果你想用牛顿的方法,第一个猜想数别设为0。

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

  • The obvious one is to divide it in half, but there may be cases where there are different divisions you want to have take place.

    之前的例子是为成两份,但是也有可能在一些情况之下,要分成不同的份数。

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

  • And then in the even case I've got to do a square and the divide.

    如果是偶数情况的话,我还要再做一次除法和求平方。

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

  • In the log case, it's divide by an amount.

    而在对数算法中。

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

  • I divide them in half one more time.

    我要做什么?,再一次的将这些列表进行分半。

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

  • Divide them in half again.

    我要做什么?再次将它们进行分半。

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

  • Notice here that it's different than the binary search case. We're certainly dividing down, but the combination now actually takes some work. I'll have to actually figure out how to put them back together. And that's a general thing you want to keep in mind when you're thinking about designing a divide and conquer kind of algorithm.

    一个分治的例子,注这里,与二分查找所不同的地方,我们肯定是分解了,但是合并的过程还是需要一些工作量的,我会详细说明怎样把它们合并在一起的,当你在考虑设计一个分治算法时,这是你要必须记住的最基本的东西。

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

  • And in the even case, I'd square, divide by half, call this again: in the odd case, I go b minus 1 and then multiply by a.

    就直接求a的平方的二分之b次方,如果是奇数的话,就去求a的b-1次方乘以a,以此递归下去。

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

  • O Right there, order n. So I have order n operations at each level in the tree. And then how many levels deep am I? Well, that's the divide, right? So how many levels do I have?

    在这儿,所以我在树的每个层次都要做O的操作,那个这棵有多少层呢?,这是一个除法,不是吗?

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

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

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

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