From 68a8a8b96918da93bba8afb70ce209f1f69c104c Mon Sep 17 00:00:00 2001 From: FrankHB Date: Thu, 23 Apr 2020 10:03:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A6=82=E6=95=B0=E7=9A=84?= =?UTF-8?q?=E8=A1=A8=E8=BE=BE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: FrankHB --- (字幕)全40集中英字幕文本.txt | 4 ++-- .../04. 二进制-Representing Numbers and Letters with Binary.ass.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/(字幕)全40集中英字幕文本.txt b/(字幕)全40集中英字幕文本.txt index 3dce90f..ce41ec2 100644 --- a/(字幕)全40集中英字幕文本.txt +++ b/(字幕)全40集中英字幕文本.txt @@ -1910,7 +1910,7 @@ and then use the remaining 31 bits for the number itself. 用剩下 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. 虽然是很大的数,但有时还不够用 @@ -1922,7 +1922,7 @@ This is why 64-bit numbers are useful. 所以 64 位数很有用 The largest value a 64-bit number can represent is around 9.2 quintillion! -64 位能表达最大数是 9.2x10 +64 位能表达最大数大约是 9.2x10 That's a lot of possible numbers and will hopefully stay above the US national debt for a while! 希望美国国债在一段时间内不会超过这个数! diff --git a/(字幕)全40集中英字幕文本/04. 二进制-Representing Numbers and Letters with Binary.ass.txt b/(字幕)全40集中英字幕文本/04. 二进制-Representing Numbers and Letters with Binary.ass.txt index 15afbfc..e989d36 100644 --- a/(字幕)全40集中英字幕文本/04. 二进制-Representing Numbers and Letters with Binary.ass.txt +++ b/(字幕)全40集中英字幕文本/04. 二进制-Representing Numbers and Letters with Binary.ass.txt @@ -281,7 +281,7 @@ and then use the remaining 31 bits for the number itself. 用剩下 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. 虽然是很大的数,但有时还不够用 @@ -293,7 +293,7 @@ This is why 64-bit numbers are useful. 所以 64 位数很有用 The largest value a 64-bit number can represent is around 9.2 quintillion! -64 位能表达最大数是 9.2x10 +64 位能表达最大数大约是 9.2x10 That's a lot of possible numbers and will hopefully stay above the US national debt for a while! 希望美国国债在一段时间内不会超过这个数!