What are the basic modules, what information needs to be passed between those modules in order to make the code work.
基本的模块是哪些,为了让整个程序正常运行,这些模块之间需要传递的信息有哪些。
Usually when you know why it's not working, it's obvious what you have to do to make it work.
通常你明白了出错的原因后,很明显你必须让程序正常运行起来。
It is generally believed that in order for that to work you need the round ship delays in milliseconds, in 100 milliseconds, in 200 milliseconds, not 8s.
人们一般相信,为了运行正常,总延迟需要控制在毫秒的单位,在100毫秒,200毫秒以内,而不是8秒。
And then you can delete it once you're sure your code is working right.
当你们能够确定你们的代码运行正常的话,你们可以把这个“printf“,语句删除掉。
So if your word game doesn't work when the words are 12 letters long, instead of continuing to debug 12 letter hands see if you can make it fail on a three letter hand.
因此如果你的单词游戏当输入单词,有12个字母的时候没法运行了,看看输入三个字母的单词它,能不能正常运行吧。
That's usually a big mistake.
因为通常来讲这样的程序不会正常运行的。
Why our programs don't work.
为什么我们的程序不能正常运行呢?
What value of inputs, what values of x will this run correctly for?
这个程序正常运行的话对于输入的值,也就是x的值,有什么要求呢?
应用推荐