char
char什么意思,char翻译
基本解释
n.: 炭;烧焦之物;〔英俚〕茶;【鱼类】红点鲑
v.: 把…烧成炭;烧焦(木材表面);变焦黑;〔化〕碳化
网络: 字符型;字元;字符类型
权威解释
(使)烧黑,烧焦:
to become black by burning; to make sth black by burning it
当家庭清洁工:
to work as a cleaner in a house
茶:
tea
英汉解释
家庭杂务
【鱼类】红点鲑,白点鲑
〔英俚〕茶
木炭,炭;烧焦之物
〔化〕碳化
变焦黑
把...烧成炭;烧焦(木材表面)
词性分析
现在分词:charring
过去式:charred
第三人称单数:chars
同义词
v.burncarbonizecauterizescorchsear
例句
Sherpur itself is often jokingly referred to as "Char-pur, " which literally means "City of Loot. "
而舍尔普人常常开玩笑的把自己称为“Char-pur”,拆开的意思就是“掠夺之城”。
Although I think he would have been happier if we surprised him with a visit from his wife Char.
不过,如果我们能把他的妻子Char请来的话,估计他会更加高兴。
Here we pull each element out of a List of Any type of element, in this case containing a String, a Double, an Int, and a Char.
这次,我们从一个元素为Any类型的List中拉出所有元素,包括了String,Double,Int,和Char。
With all that out of the way, you should understand that an OMG IDL char is an 8-bit quantity that can represent a character in two ways.
解决了所有问题后,您应该知道OMGIDLchar是一个8位变量,可以用两种方法表示一个字符。
For addition of a char and a number, the char is coerced into a numeric value, and the two numbers are added.
若将字符和数字相加,则会将字符强制转换为数值,而后将两个数字相加。
Char and binary columns that do not allow nulls are always padded to the length of the column.
始终将不允许为空的char和binary列填充到列长。
The gasification reactivity of the mixture of petroleum and coal char is different from that of pure petroleum coke or pure coal char.
混合焦气化反应性既不同于纯石油焦也不同于纯煤焦。
When imported into a column with a data type other than sql_variant, the data is converted from char by using implicit conversion.
而导入到数据类型不是sql_variant的列中时,数据将通过隐式转换从char格式转换为其他格式。
An expression with a CHAR data type may be a built-in or user-defined function , or one of the many other kinds of expressions available .
具有CHAR数据类型的表达式可以是内置函数或用户定义的函数,或其它多种可用表达式之一。
Although the charAt implementation directly returns char primitives, the iterator implementation must box each char into a Character object.
而charAt实现直接返回char原语,迭代器实现必须将每个char装箱为一个Character对象。