Each video compression format is identified by a four character code.
each access mode is represented by a single character code listed in any order
Returns the character associated with the specified character code.
返回与指定字符代码关联的字符。
The picture contains a character code.
图片包含 1 个字符代码。
By specifying a character code you can determine what the user can enter in the control field.
定义输入掩码。通过指定字符代码,确定用户在该控制字段中可以输入的内容。
Restrict character code range of conversion
限制转换的字符代码范围
Toggles a character code and a character
切换字符代码和字符
The picture contains a character code.
图片中包含字符代码。
Each built-in data-type has a character code (the updated Numeric typecodes), that uniquely identifies it.
每个内置数据类型都有一个字符代码(更新后的数字类型代码),用于唯一地标识它。
Returns a String containing the character associated with the specified character code.
返回一个字符串,该字符串包含与指定字符代码相关联的字符。
Returns an Integer representing the character code corresponding to the first letter in a string.
返回一个整数,它提供与字符串的第一个字母相应的字符代码。
The working method of claim 7, wherein a character string is assigned to characters in the second character memory (2) or the assigned second character code (CZ1, CZ2) to serve as an additional invoking code, and comprises characters in a preset character set.
如权利要求 7所述的方法,其特征在于:给所述第二字符存储器(2)的字符或所分配的第二字符代码 (CZ1, CZ2)分配一个字符串以作为附加的调用代码,该字符串由预 定字符组的字符构成。
In the C Standard Library, the character reading functions such as getchar return a value equal to the symbolic value (macro) EOF to indicate that an end-of-file condition has occurred. The actual value of EOF is system-dependent (but is commonly -1, such as in glibc) and is unequal to any valid character code. Block-reading functions return the number of bytes read, and if this is fewer than asked for, then the end of file was reached or an error occurred (checking of errno or dedicated function, such as ferror is often required to determine which).
在C標準函式庫 中,像getchar 这样的数据读取函数返回一个与符号(宏)EOF 相等的值来指明文件结束的情况发生,EOF 的真实值与不同的平台有关(但通常是-1,比如在glibc 中[1 ] ) ,并且不等于任何有效的字符代码。 块读取函数返回读取的字节数,如果它小于要求读取的字节数,就会出现一个文件结束符。