That's what I'm going to emphasize, more than just plugging in the numbers.
所以我一直强调,它不仅仅是代数字这么简单
Let me go ahead and call print F. I'm going to say A equals A and then I need a percent D, backslash, comma A; so this is a little bit of -- more syntax than would be nice, %d but I'm just saying, literally, A equals percent D, and I'm plugging in the value of A for percent D.
我们继续调用printf,我说明A等于,然后我需要%d,反斜杠n,逗号;,所以这个有点--偏向逻辑的,而不偏向美观的,但是我刚说了,字面上,A等于,我用%d插入了A的值。
All I'm doing here, nothing particularly exciting, I'm simply plugging this expression in for P and then I multiplied the whole thing out because it was all multiplied by q.
这些计算过程确实很枯燥,我只是把这个算式代入到P中,然后打开整理,因为每一项都乘以了q
应用推荐