perfect number
perfect number什么意思,perfect number翻译
基本解释
网络: 完全数;完美数;嫌疑人X的献身
例句
"It"s the perfect number, the exact right time, " she said on Friday"s show.
“这是一个非常完美的数字,是该结束的时候了,”她在上周五的节目上说。
In Part 1, I wrote a version of a perfect-number finder using test-after development (writing the test after writing the code).
在第1部分中,我采用后测试开发方法(在编写代码之后编写测试)编写了完全数查找程序的一个版本。
For most people, however, deciding on the elusive perfect number can be tough.
不过,对绝大多数的人来说,要确定这一难以琢磨的数值的最合适的取值可能非常困难。
Posh has said this will be her last child and that four children were the perfect number.
辣妹说这将是她的最后一个孩子,四个孩子是一个完美的数字。
Whenever it identifies a perfect number, your program should display that number on the screen.
一旦发现一个完美数字,你的程序需要将该数字显示到屏幕上。
Square number is a "perfect" number which has many very orderly rules.
平方数是一种很“完美”的数,有关于它有许多很有序的规律。
That"s the problem domain to tackle: create a perfect-number finder.
这就是要处理的问题域:创建一个完全数查找程序。
This code reports that my perfect-number algorithm works correctly, but it"s very slow.
这段代码报告我的完全数算法工作正常,但是它非常慢。
Now I have a test-after version of the perfect-number finder.
现在我有了后测试版本的完全数查找程序。
I"m done with the test-driven version of the perfect-number finder; the entire class is shown in Listing 9
最后,完成了完全数查找程序的测试驱动版本;完整的类见清单9