What I mean by that is, pick a simple set of values, and let's walk through it to see what happens. And this is useful because it's going to allow me to A make sure that I've got something that's going to terminate, it's going to let me make sure that in fact I'm doing the right kinds of updates.
原因你们知道的,好,模拟代码,我的意思就是,选出一系列的值来,然后模拟下代码的执行来看看结果,这很有用因为这让我确保我的程序在某个地方,可以终止,还会让我确保实际上我。
But you're not sure what it is, you can't put your finger on it.
你不清楚那是什么,你不能确定。
Now, that's not what queens do. I'm sure the Mycenaean queens didn't do that, but it's very, very interesting that that is what the Homeric queens do.
但王后不做这个 我肯定迈锡尼王后,不织布,但非常有趣的是,荷马史诗中的王后却在织布
So what's important is that the professors make sure that it's an open atmosphere
所以重要的是教授要确保有一个开放的氛围,
but I'm not sure what it is obviously.
但是我不确定到底是怎样的。
So this the best response for Player II for every possible choice of Player I, and just to make sure we understand it, what this blue line tells me is you give me an S1, an effort level of Player I, I read up to the blue line and go across and that tells me Player II's best response.
这就是在任意参与人I的可选策略下,参与人II的最佳对策,为了让大家都明白,这条蓝色线表示给定一个S1,即参与人I的付出,通过查找蓝色的线,可以得出参与人II的最佳对策
But notice what this does. The first thing it does is, it says, let's check and make sure x is greater than or equal to 0. If it isn't, notice what's going to happen. None of that block is going to get executed, and it's going to come down here and print out a useful piece of information, which says, hey, you gave me a negative number. I don't know how to do this.
做的是和以前一样的事情,但是注释它做了什么,第一件做的事情就是,程序说,要去检查并且确信x是大于等于0的,如果不是的话,请注意会发生什么,下面的代码都不会被执行,程序会到这里来然后显示一些有用的信息,信息会说,嘿,你给了我一个负数,我不知道该怎么弄这个了。
应用推荐