- 1、本文档共27页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
第二章数据的表示数据的类型计算机内部的数据位字节字长计算机中一个字的长度包含多少个二进制位通常时的倍数表示数据文本要以数字化的形式表示文本必须表示在文本中可能出现的每个字符要表示的字符数是有限的最常用的方法就是给每一个字符分配一个二进制字符创字符集就是字符和表示它们的代码的清单在计算机制造商就关于使用哪种字符集达成一致后文本数据的处理变得容易多了表示数据文本码字符集美国信息交换标准代码位二进制位位校验位经过发展采用位表示数据表示数据码字符集前个字符是不可见字符表示数据文本字符集采用位万千多个字符
第二章 数据的表示 数据的类型 计算机内部的数据 位(bit) 字节(Byte) 字长: The number of bits in a word determines the word length of the computer, but it is usually a multiple of 8 计算机中一个字的长度(包含多少个二进制位),通常时8的倍数 32-bit machines 64-bit machines etc. 表示数据 文本 要以数字化的形式表示文本,必须表示在文本中可能出现的每个字符 要表示的字符数是有限的,最常用的方法就是给每一个字符分配一个二进制字符创 字符集就是字符和表示它们的代码的清单。 在计算机制造商就关于使用哪种字符集达成一致后,文本数据的处理变得容易多了。 表示数据 文本 ASCII码字符集 ASCII stands for American Standard Code for Information Interchange. 美国信息交换标准代码,7位二进制位,1位校验位 经过发展,采用8位表示数据 表示数据 ASCII码字符集 前32个字符是不可见字符 表示数据 文本 UNICODE字符集 Unicode采用16位, 216 ,6万5千多个字符 Unicode是ASCII的超集,前256个字符与ASCII一致。 表示数据 文本 EBCDIC 扩充的二进制编码的十进制交换码 8位模式,256个符号 ,IBM大型机 ISO 国际标准化组织 32位 表示数据 图像 位图图 矢量图 Representing Images and Graphics Color is our perception of the various frequencies of light that reach the retinas of our eyes. 颜色是我们对到达视网膜的各种频率的光的感觉。 Our retinas have three types of color photoreceptor cone cells that respond to different sets of frequencies. These photoreceptor categories correspond to the colors of red, green, and blue. 我们的视网膜有三种颜色感光视锥细胞,负责接收不同频率的光。这些感光器分别对应于红、绿和蓝三种颜色。 Representing Images and Graphics Color is often expressed in a computer as an RGB (red-green-blue) value, which is actually three numbers that indicate the relative contribution of each of these three primary colors. 在计算机中常用RGB表示。 For example, an RGB value of (255, 255, 0) maximizes the contribution of red and green, and minimizes the contribution of blue, which results in a bright yellow. Representing Images and Graphics Representing Images and Graphics The amount of data that is used to represent a color is called the color depth. 用于表示颜色的数据量成为颜色深度,实际就是表示颜色的位数的多少。 HiColor is a term that indicates a 16-bit color depth. Five bits are used for each number in an RGB value and the extra bit is sometimes used to represent transparency. TrueColor indicates a 24-bit color depth. Therefore, each number in an RGB value gets eight bits. 增强色用16bit来表示颜色,每个分量用5bit,多出的一位表示透明度。真彩色用24bit表示,每个分量用8bit. Digitized
文档评论(0)