From ab3acd231e018fd9e70c0613709965fc6308c716 Mon Sep 17 00:00:00 2001 From: FrankHB Date: Thu, 23 Apr 2020 10:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=9B=B4=E5=87=86=E7=A1=AE?= =?UTF-8?q?=E7=9A=84=E6=84=8F=E8=AF=91=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: FrankHB --- (字幕)全40集中英字幕文本.txt | 6 +++--- .../04. 二进制-Representing Numbers and Letters with Binary.ass.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/(字幕)全40集中英字幕文本.txt b/(字幕)全40集中英字幕文本.txt index 4bcfb9e..5863b8c 100644 --- a/(字幕)全40集中英字幕文本.txt +++ b/(字幕)全40集中英字幕文本.txt @@ -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 万亿美元 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 6958930..e6879e3 100644 --- a/(字幕)全40集中英字幕文本/04. 二进制-Representing Numbers and Letters with Binary.ass.txt +++ b/(字幕)全40集中英字幕文本/04. 二进制-Representing Numbers and Letters with Binary.ass.txt @@ -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 万亿美元