Closed cjf-666 closed 11 years ago
发个上下文看看
562 00:28:14,840 --> 00:28:17,330 当然了这种说法忽略了一些细节 Now,of course,the model is ignoring some things,
563 00:28:17,630 --> 00:28:18,640 却量化了一些东西 standard sorts of things.
564 00:28:18,640 --> 00:28:21,980 忽略了比如数值越大越消耗空间等等 Like numbers that are bigger take up more space and so on.
565 00:28:21,980 --> 00:28:24,010 但那确实是抽象过程中我要忽略的一个层次 But that's a level of abstraction at which I'm cutting off.
566 00:28:24,010 --> 00:28:24,920 如何表示数值 How do you represent numbers?
567 00:28:24,920 --> 00:28:26,640 我假定所有的数值都占用同样大小的存储空间 I'm considering every number to be the same size.
568 00:28:27,710 --> 00:28:31,420 事实上数值的增大和它们占用的存储空间的增加都非常缓慢 And numbers grow slowly for the amount of space they take up and their size.
我觉得你翻译的可以,是这个意思。
可是如果翻译成数值都占用同样大小的空间
,就与下面那一句的翻译相矛盾了,因为下面一句同时出现了space
和size
,但是翻译成数值都是一样大小的
又感觉说不通
可以考虑用 字长 或者 长度
size
翻译为字长
I'm considering every number to be the same size.
所有数值一样大小
or所有数值占用一样大小的空间