When you have signed the check, I will give you the letter."
VOA: special.2009.12.26
So how do I check the second order condition?
怎样验证二阶条件呢
So I help check people in the class, answer their membership questions, sell memberships, all of that, and
我负责帮助核对上课人数,回答会员问题,销售会籍等,
"Even though I'm blind I love to go see movies. Some theaters have these transmitters that you can check out at the front desk where you buy your tickets, and there is an audio track that provides description for the movies.
VOA: special.2010.03.01
I check the return value of GetInt is greater than zero.
我检查了GetInt的返回值比0大。
MENENDEZ: "I'm just not here a blank check. I said that in the previous administration, and as much as I respect this one, I believe the same standards have to apply."
VOA: standard.2009.05.12
You always want to check your signs at the and because it's so easy to get the sign wrong, and I was hoping that it was right here because I wasn't sure, but it turned out to be right.
我们完成计算时,一定要记得检查符号,因为很容易弄错符号,刚才我就不太确定,是否弄错了符号,检查发现没有问题。
a I'm not, so come down here check palindrome that the two end points a and a are the same and call this again also.
判断两端都是,然后再次调用,注意发生了什么。
I mean I'll maybe have to check that in the years.
我现在也处于摸索阶段。
I actually need to check the second order condition.
实际上我们还需要验证二阶条件
I'm not sure if they make you pay a deposit, but I think you can just check them out, and then you'll have them for the semester.
我不知道是否需要交押金,不过你们可以去登记领取,使用一个学期的时间
There's a special student membership so I encourage you to check out the international positive psychology association and join to stay abreast of the latest development in the field of positive psychology.
协会设立特别的学生会员,我鼓励你们了解一下,国际积极心理学协会,加入并把握积极心理学领域,最新发展动态。
so it's gonna have some impact on the third quarter, maybe leaking in the fourth quarter Um, I haven't looked at the details I might not get a check If I did, I just take in the check and go and say that we wouldn't spend it.
该计划产生的影响,或许要到第三季度才有所体现,当然也许会蔓延至第四季度,嗯,我个人也还没有深入研究,我也许并会去领支票,即使领了,我也只是拿到后离开,然后说,我们才不会花掉呢。
And so going to Gama-Go, I think, is one of the coolest like, quintessential San Francisco places to go check out.
ama-Go也是最具旧金山特色的地方之一,很值得一去。
Glancing at the bottom, this is pretty arbitrary, but I chose to format my string as follows: % 1f so at the bottom here I'm printing out %.1f, which quick sanity check means print just one digit after the decimal place.
看下这个底部,这个是相当随意的,但我选择把我的字符串格式化成这样:,所以在这个底部我打印输出,提醒一下,这是一个只打印出,小数点后一位的方法。
Python So I'm using the Python try except to check whether or not the thing is in the memo or not.
所以我将让,去调用except去判断该物品,是否已经在memo中。
And I won't ask you to check whether it got the right answer.
我不用你算这到底,是不是正确的答案。
It says while the index is smaller than the size - of the list, I'm not at the end of the list and I don't have an answer yet, check.
当然是如果我还没检索到目标数的话,因此我会去看看是不是,这里真的看不情。
There's the base case. If it's longer than one, what do I want to do? Well I'd like to check the two end points to see are they the same character? And if they are, then oh, I just need to know is everything else in the middle a palindrome?
如果只有一个元素也是回文,这是基本事件,如果比一个长的话那么我应该怎么做?,我将会查看两头是否相同?,如果是的,我只要知道中间剩下的部分是不是回文即可?
So I'm going to check to see if- really can't read that thing, let me do it this way-- right, I'm going to increase the number of compares, and I'm going to check to say, is the thing I'm looking for at the i'th spot in the list?
让我们这样做吧-好-,我会去增加比较次数的计数器,然后去看看在第i处的元素,是不是我要找的呢?,这里s的意思就是,给定数组的?
In either case, I take that value and multiply back by two, if it was even I get back the original number, if it was odd, I'm not going to get back the original number, so I can just check to see if they're the same.
在两种情况中,我都把结果值,再乘以2,如果x是偶数我就,得到了原来的值,如果x是奇数那么就不会得到,原来的值,因此我看看得到的值,和原来的值相等不相等就可以了。
Two: check to see if this is the answer, if this is the thing I'm looking for.
是否是我们要找的元素,接着,如果不是。
Once you know what pieces to look for, what mental constructs to reach for, can you realize all right I want to make some dancing figures go back and forth, I need to loop this way and loop this way and check if I'm on the edge and so forth.
一旦确定需要查找的部分,想要达到那种层次,你是否意识到,我想做出一些可以来回走动跳舞的人,我需要按这种方式那种方式让它转圈,并检查我是否,到了屏幕的边缘等等。
And again, anytime I'm doing algebra on the board, someone should check me at home, so just have a quick look at that. Is that right?
还有,每回我在黑板上演算,你们都帮我检查一下,看看有没有算错,这次算对了吗
I really do love these things. And is that right, John? OK, so my apologies that your handout is wrong. I did not think to check about the difference between these things.
我真的很喜欢这些东西,这样对不对John?,好,抱歉你们的课堂手册上面是错误的,我没想要要去检查,这些东西之间的不同。
Otherwise I'm going to check to see is the first and last, there's that - 1 indexing, is the first and last element of the string the same?
是第一个还是最后一个,这就是这边-1的索引内容,这个字符串的第一个,和最后一个的内容是否相同呢?
OK. Having done this now, I can simply go ahead and run this, and in fact if I go up here to run, you'll see I've got both an option to check the module, though in this case I'm just going to run it.
好,讲完了这些,我可以去执行程序了,实际上如果我在这里运行,你们会看到我同样得到了,一个可以同时检查模块的选项,虽然在这个例子中我就是直接去运行程序了。
The easy thing to do would be the following: start at the front end of the list, check the first element. If it's the thing I'm looking for, I'm done. It's there. If not, move on to the next element. And keep doing that.
从数组的第一个元素开始:,如果这是目标元素那么结束,如果不是的话就继续比较下面的元素,并一直这么比较下去,但如果,在某一点我发现我要寻找的数字。
So that's the second thing I've just highlighted here, is that I now have the ability to check whether it does the right thing.
你知道的,一个虚数,但是返回虚数就没有什么价值了,那么这是我想要强调的第二件事情。
At this point in the story, I now check while n is less than 1, what do I do?
在此时此刻,我现在在检查当n小于1是,我做什么?
应用推荐