C中对这一句的理解

ynwenta 2011-11-21 11:23:33
The range of both int and float depends on the machine you are using; 16-bits ints, which lie between -32768 and +32767, are common, as are 32-bit ints.
以我个人的理解好多翻译书上对它翻译不够准确,需要大家讨论一下,特别是“are common, as are 32-bit ints。”这一句要表达的确切含义。
...全文
197 13 打赏 收藏 转发到动态 举报
写回复
用AI写文章
13 条回复
切换为时间正序
请发表友善的回复…
发表回复
ynwenta 2011-11-22
  • 打赏
  • 举报
回复
已经结帖,谢谢各楼主参以讨论!在此受益无穷。
morsel 2011-11-21
  • 打赏
  • 举报
回复
are common 的主语是16-bits ints。把中间的定语从句去掉就是 16-bits ints are common。至于这句话的意思不用我解释了吧。
一鸣惊人 2011-11-21
  • 打赏
  • 举报
回复
[Quote=引用 3 楼 anyidan 的回复:]
整数和浮点数的范围依赖于你所用的计算机,16位的整数的取值范围是从-32768 到 +32767,

目前更常用的是32位的整数
[/Quote]


+++
AnYidan 2011-11-21
  • 打赏
  • 举报
回复
整数和浮点数的范围依赖于你所用的计算机,16位的整数的取值范围是从-32768 到 +32767,

目前更常用的是32位的整数
ynwenta 2011-11-21
  • 打赏
  • 举报
回复
静等回复!!!!!!!!!!
ynwenta 2011-11-21
  • 打赏
  • 举报
回复
先顶一下,不然沉了!“are common, as are 32-bit ints。”的字面意思是:“同样的,作为32位整型变量”。
sdadas 2011-11-21
  • 打赏
  • 举报
回复
3楼基本正解!
舞风雪 2011-11-21
  • 打赏
  • 举报
回复
The range of both int and float depends on the machine you are using; 16-bits ints, which lie between -32768 and +32767, are common, as are 32-bit ints.

整形和浮点型的范围取决于所使用的机器,在常见的机器中,int有16位的,取值范围从-32768到+32768,此外还有32位的。

后面的16-bits ints 和 32-bit ints 应该是作者举出的一个例子。
(个人观点,欢迎指正)
SVKING 2011-11-21
  • 打赏
  • 举报
回复
The range of both int and float depends on the machine you are using; 16-bits ints, which lie between -32768 and +32767, are common, as are 32-bit ints.
先说了16-bits的范围是取决于你的machine的。后面的as are 32-bits ints.应该是指32-bits的范围也是取决你的machine
范围是....
(个人理解)
ly532896999 2011-11-21
  • 打赏
  • 举报
回复
英文就蛋筒···
hondely 2011-11-21
  • 打赏
  • 举报
回复
[Quote=引用 3 楼 anyidan 的回复:]

整数和浮点数的范围依赖于你所用的计算机,16位的整数的取值范围是从-32768 到 +32767,

目前更常用的是32位的整数
[/Quote]

正解
小笨同学 2011-11-21
  • 打赏
  • 举报
回复
16-bits ints are common as 32-bits ints.

70,032

社区成员

发帖
与我相关
我的任务
社区描述
C语言相关问题讨论
社区管理员
  • C语言
  • 花神庙码农
  • 架构师李肯
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧