character representation的意思|示意

美 / ˈkæriktə ˌreprɪzenˈteɪʃən / 英 / ˈkærəktɚ ˌrɛprɪzɛnˈteʃən /

字符表示;文字表现;特征表示


character representation的用法详解

Character Representation用法讲解

Character Representation是指在字符串处理和字符计算机编程之中,将字符(包括字母、数字和特殊符号)的形式或内容转换为计算机能识别的表示格式的过程。

计算机只能识别二进制的数据,而字符则需要被转换成二进制序列才能被识别。字符在字符串处理程序中被转换为一个字节、两个字节或三个字节的二进制序列,这就是Character Representation过程。

Character Representation可以分为两类:有符号和无符号。有符号表示法将字符解释为正负值,而无符号表示法仅记录其非负值。有符号表示法使用一个字节来表示一个字符,而无符号表示法可以使用多个字节来表示一个字符。

Character Representation的一种最常用的形式是ASCII(American Standard Code for Information Interchange)码表,它使用一个字节来表示一个字符,其中每一位用来表示不同的字符,另一种常用且功能强大的表示方式是Unicode(a universal code for characters in computing),它可以表示世界上几乎所有的字符,而且可以用多个字节来表示一个字符。

Character Representation的用法广泛,在对字符进行字符串处理或进行计算机编程时,必须以正确的形式进行Character Representation,以保证计算机能正确地处理字符。

character representation相关短语

1、 Coded Character Representation 编码字符表示

2、 axial character representation 轴角特征表示

3、 converting character representation 转换字符表示

4、 character oriented representation 面向字符的表示

5、 character of representation 表示法之特值

6、 character data representation architecture - 表示体系

7、 character of a representation 表示的特征

character representation相关例句

The character representation of the real number is dictated by the specified format.

实数的字符表表形式由指定的格式决定.

互联网

Governs the format of the character representation of the real number.

控制了实数的字符表现形式.

互联网

Constants which define the format of the character representation of a real number.

这些常量定义了实数以字符表达时的格式.

互联网