计算机专业英语范例.ppt

  1. 1、本文档共61页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
计算机专业英语 2-* 2.3.4 Multibyte Data Organization In little endian, the order is reversed. The least significant byte is stored in location X, the next byte in location X+1, and so on. The same value, in little endian format, is shown in Table 2-1(b). 依照低位优先格式,顺序正好相反。最低字节存储在单元X中,次字节存储在单元X+1中,依次类推。上例中的同一值,以低位优先格式存储,如表2-1(b)所示。 计算机专业英语 2-* 2.3.4 Multibyte Data Organization The same organizations can be used for bits within a byte. In big endian organization, bit 0 is the rightmost bit of a byte: the left most bit is bit 7. In little endian organization, the leftmost bit is bit 0 and bit 7 is the rightmost bit. 同样的组织方式可用于一个字节中的不同位上。在高位优先结构中,位0代表字节中最右边的位,最左边的位是第7位。在低位优先结构中,最左边的位是0,最右边的位是7。 计算机专业英语 2-* 2.3.4 Multibyte Data Organization Which endian organization is used for bytes and words does not impact the performance of the CPU and computer system. As long as the CPU is designed to handle a specific format, neither is better than the other. The main problem comes in transferring data between computers with different endian organizations. For example, if a computer with little endian organization transfers the value 0102 0304H to a computer with big endian organization without converting the data, the big endian computer will read the value as 0403 0201H. There are programs which can convert data files from one format to the other, and some microprocessors have special instructions to perform the conversion. 对于字节和字而言,无论使用哪一种排列组织方式都不会影响CPU和计算机系统的性能。只要设计CPU处理一种特定的格式,就不存在谁比谁强的问题,主要的问题在于具有不同排列组织方式的CPU之间传输数据的问题,例如,如果一个低位优先结构的计算机传输0102 0304H的数据给一个高位优先结构的计算机,而没有转换数据,那么该高位优先结构计算机读出的值为0403 0201H。有程序可以将两种时局文件进行格式转换,并且某些处理器有特殊的指令可以执行这种转换。 计算机专业英语 2-* 2.3.4 Multibyte Data Organization One other issue of concern for multibyte words is alignment. Modern microprocessors can read in more than one byte of data at a time. For example, the Motorola 68040 microprocessor can read in four bytes simultaneously. However, the four bytes must be in consecutive locations that have the same

文档评论(0)

希望之星 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档