英汉解释
英英解释
百科

char
- 词性及解释
n. 家庭杂务, 炭
vi. 打杂, 烧焦
【医】 烧焦, 炭化
- 相关词条
- char washing char man char drier char. CHAR blood char Insta-Char bone char activated char char filter alkaline char Liqui-Char char-a-banc decolorizing char(coal)
该解释由词友提供,仅供参考。
免责声明
网络词典 (beta)

CHAR 隐藏摘要
固定长度的字符串ORACLE常用的字段类型有...CHAR 固定长度的字符串...VARCHAR2 可变长度的字符串
返回由编码号码所指定的字符ASC将字符串中的全角(双字节)英文字母或片假名更改为半角(单字节)字符。...CHAR返回由编码号码所指定的字符...CLEAN删除文本中的所有不可打印字符
字符型数据类型的指定...CHAR 字符型...INTEGER EXTERNAL 整型
返回代码数字所对应的字符CHAR 返回代码数字所对应的字符
相关词条
char name
name char
username char
char windows
与 char 相关的例句

- For example:char c = 'x';
例如:charc='x'; - What does the cast to char do?
我们的第一个问题是,造型会对char作什么样的处理呢? - The statement:char c = (char)(Math.random() * 26 + 'a');
应特别留意下面这个语句:charc=(char)(math.random()*26+'a'); - The double result is turned back into a char with a cast.
利用一个“造型”,double结果会转换回char。 - Notice in the above code the maximum possible hexadecimal values for char, byte, and short.
注意在上述代码中,最大的十六进制值只会在char,byte以及short身上出现。 - In char, byte, and short you can see the effect of promotion with the arithmetic operators.
在char,byte和short中,我们可看到算术运算符的“转型”效果。 - The average Asian probably knows much about a Big Mac but has no idea what char kuay teow is.
一般亚洲人想必对麦当劳的巨无霸非常熟悉,但他们恐怕从未听说过炒¤条这道美味佳肴。 - The average Asian probably knows much about a Big Mac but has no idea what char kuay teow is.
一般亚洲人想必对麦当劳的巨无霸非常熟悉,但他们恐怕从未听说过炒¤条这道美味佳肴。 - That is, if you have the value 29.7 and you cast it to a char, is the resulting value 30 or 29?
换言之,假设一个值是29.7,我们把它造型成一个char,那么结果值到底是30还是29呢? - If you shift a char, byte, or short, it will be promoted to int before the shift takes place, and the result will be an int.
若对char,byte或者short进行移位处理,那么在移位进行之前,它们会自动转换成一个int。



柯林斯