I will tell you that a good programmer, at least in my mind, may actually go back and modify the pseudo code as they realize they're missing things, but it's easier to do that when you're looking at a simple set of steps, than when you're in the middle of a pile of code.
至少我认为是这样的,如果他们发现遗漏了,一些步骤的话会,回过头去修改伪代码,但这当你面对一些大致的步骤时,这个过程就会比,面对一堆代码要简单的多。
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.
原因你们知道的,好,模拟代码,我的意思就是,选出一系列的值来,然后模拟下代码的执行来看看结果,这很有用因为这让我确保我的程序在某个地方,可以终止,还会让我确保实际上我。
So it's a really powerful and simple formalism, once we set up what is needed the go through it, right?
因此这是一种很强大而简单的形式,一旦我们定下需要什么,就可以推导出它,对吧?
This strategy set--formally, Let's just simplify it here-- let's assume that for each Firm i they can set their price anything bigger than 0 and anything less than 1, just to keep life simple.
至于策略集合,我们把它简化成,假设每个公司i能,将它们的价格设定为,大于0并且小于1,仅仅为了简化处理
So we have associated with simple things, a set of operations.
鉴于我们已经学过,一些简单的操作。
应用推荐