导航菜单

toupper是什么意思_翻译中文_怎么读

toupper

网络释义:大写;方法--转换为大写;全部大写化的串

网络释义

1.大写 ToString 转化成字符串类型 Toupper 大写 Trim 两头去除空格 ...

2.方法--转换为大写 1.4.47 ToString 方法--转换为字符串 1.4.48 ToUpper 方法--转换为大写 1.4.52 YEAR 函数--返回指定日期的年份的整数 ...

3.全部大写化的串 tolower 全部小写化的串 toupper 全部大写化的串 match_max 所对应的语句。不管是否使用了关键字 ...

4.转换字符为大写 tolower 转换字符为小写 toupper 转换字符为大写 tirg 三角函数 ...

5.转换字母为大写 _tolower 转换字母为小写 _toupper 转换字母为大写 _ctype 字符属性信息数组 ...

6.转换为大写字符 tolower 转换为小写字符 _toupper 转换为大写字符 tzset 设置时区 ...

7.大写形式 (strText.GetType() 类型 (strText.ToUpper() 大写形式 (strText.CompareTo("Larger than me") 比较两个对象是否一样 ...

8.转换为大写字母 是否大写字母 isupper 转换为大写字母 toupper 转换为小写字母 tolower ...

例句释义:,大写,方法--转换为大写,全部大写化的串

1.The implementation of this interface involves having each of the toUpper and toLower operations delegate to the appropriate command objects.这个接口的实现分别包括指定到适当的command对象的toUpper和toLower操作。

2.If there is no index on name, the DBMS does a full table scan and apppes the toUpper function on the name column for each tuple.如果没有为名称建立索引,那么DBMS将执行全表扫描并对每个元组(tuple)的name列应用toUpper函数。

3.Invoking the toUpper function is required in order to determine whether or not the tuple satisfies the query.要确定元组(tuple)是否满足查询,必须调用toUpper函数。

4.The first statement calls a function (in this case, toUpper, which converts a character to uppercase) on each element of a pst.第一个语句在列表的每个元素上调用函数(本例中为toUpper,用于把字符转成大写)。