mirror of
https://github.com/1c7/Crash-Course-Computer-Science-Chinese.git
synced 2024-12-21 20:30:12 +08:00
使用更准确的意译。
Signed-off-by: FrankHB <frankhb1989@gmail.com>
This commit is contained in:
parent
b48cc0062e
commit
ab3acd231e
@ -1907,13 +1907,13 @@ Most computers use the first bit for the sign:
|
||||
1 是负,0 是正
|
||||
|
||||
and then use the remaining 31 bits for the number itself.
|
||||
用剩下 31 位来表示数字
|
||||
用剩下 31 位来表示符号外的数值
|
||||
|
||||
That gives us a range of roughly plus or minus two billion.
|
||||
能表示的数字范围大约是正 20 亿到负 20 亿
|
||||
能表示的数的范围大约是正 20 亿到负 20 亿
|
||||
|
||||
While this is a pretty big range of numbers, it's not enough for many tasks.
|
||||
虽然是很大的数,但有时还不够用
|
||||
虽然是很大的数,但许多情况下还不够用
|
||||
|
||||
There are 7 billion people on the earth, and the US national debt is almost 20 trillion dollars after all.
|
||||
全球有 70 亿人口,美国国债近 20 万亿美元
|
||||
|
@ -278,13 +278,13 @@ Most computers use the first bit for the sign:
|
||||
1 是负,0 是正
|
||||
|
||||
and then use the remaining 31 bits for the number itself.
|
||||
用剩下 31 位来表示数字
|
||||
用剩下 31 位来表示符号外的数值
|
||||
|
||||
That gives us a range of roughly plus or minus two billion.
|
||||
能表示的数字范围大约是正 20 亿到负 20 亿
|
||||
能表示的数的范围大约是正 20 亿到负 20 亿
|
||||
|
||||
While this is a pretty big range of numbers, it's not enough for many tasks.
|
||||
虽然是很大的数,但有时还不够用
|
||||
虽然是很大的数,但许多情况下还不够用
|
||||
|
||||
There are 7 billion people on the earth, and the US national debt is almost 20 trillion dollars after all.
|
||||
全球有 70 亿人口,美国国债近 20 万亿美元
|
||||
|
Loading…
Reference in New Issue
Block a user