All right so I probably should have chosen a shorter number 71 because now I can't figure it in here, but let's call it 71.
好的,我可能应该选择一个更短的数字,因为我不能指出它,我把它叫做。
Let's call it a day and go home.
今天到此为止吧,大家回家吧。
I had my student research assistant find that guy, let's call him up and ask him about it.
我有个学生助理问我能否找到这个家伙,我们打电话问问他关于那个箱子的事儿吧。
So the players are going to be the two agents and they own this firm let's call it.
这两个参与人都是公司的股东,他们都持有公司的股份
Again, I want you to start seeing how to map the characteristics of the code- the characteristics of the algorithm, let's not call it the code-- to the complexity.
是算法中的那些特性,我们还是别说代码了,转化为复杂度-,我一会儿还会再讲点儿这个的,但是我们再看一个例子。
> Wow 210 and 233 and the total 550 that the teaching fellows got was 550 give or take so a little take maybe, but let's call it a success.
10和233,但,老师给的数字是,有一点小出入,但我们就算是成功了。
Let's call someting invisible not only it can't be seen, not only it can't be observed, but it can't be detected at all.
让我们把一些不仅是看不见的,不仅是观察不到的,而且是完全检测不到的,东西称为无形的。
I lucked into it but I'd certainly encourage everybody to get a little bit of a flavor of the people's side, the language of business, and the science. I think that's the let me call it "the triple crown of preparation."
我有幸进入这个行业,但是我经常鼓励,人们从他人的角度思考看看,思考商业语言和科学,之间的关联,我想这应该叫,“准备阶段的三重加冕“
When he says that his way of life has been private, he means that he has pursued a policy of, let's call it "the principled abstinence " from public life."
当他提到自己的生活方式是私密的时候,他所提的是他追求一种策略,我们可以称之为,“原则性疏离,公共生活“
Even such concepts, such great American concepts let's call it that--as self-reliance about which Ralph Waldo Emerson may have written his greatest essay I go read Emerson's "Self-Reliance" at least once a year.
这样的观念,伟大的美国式的观念,让我们称呼它为,自助,这是拉尔夫·华尔多·爱默生写过的,最具影响力的作品,我每年至少读一次爱默生的《自助》
Let's point it that way and call it F2 on 3.
它指向这个方向,名叫 F23
Basic idea, before I even look at the code, is pretty simple. If I've got a list that is sorted, in let's call it, just in increasing order, and I haven't said what's in the list, could be numbers, could be other things, for now, we're going to just assume they're integers.
我们可以说基本的思想是很简单的,如果我有一个排好序的数组,让我们认为这个数组是递增的吧,我并没说数组里元素是什么,可能是数字,也可能是其他的东西,现在我们假设是integer类型的数字吧,最简单的方式就是这么做了:
Let's suppose, we'll start with the list, I'll call it l 1. This, by the way, is a really bad thing I just did.
让我们假设有一个名为l1的数组,顺便说下,这真是挺糟糕的。
if you're at X, let's just call you Mr. X, just to make it clear, so Mr. X is the person at position X.
如果你在X,就叫X先生,只是为了方便区分,所以X先生在X位置上
So what we're going to converge in on to, is the S1*, let's call it in this case, is equal to 1 plus B S2* and that S2* is equal to 1 plus B S1*.
交点的横坐标是S1,暂且这么叫吧,S1*=1+BS2*,而S2*=1+BS1
-- Else if n is greater than 4 and n is less than 6 -- 7 let's call it medium -- else if n is greater than or equal to 7, -- less than or equal to 10 -- let's call it "big" -- and if the user typed in zero or negative 10 or 20 or whatever, let's just use the all-inclusive else block and just say, "You picked an invalid number."
否则如果n大于4,并且n小于-,我们叫它为中间数--否则如果n大于等于,小于等于10--我们叫它为“大数“,如果用户键入了0或者-10或20或其它的,让我们用一个广泛的else子句,只需要说,“你选了一个非法的数字“
应用推荐