首页 / 词典 / good

toupper

  • n.小写字母转换为大写字符
touppertoupper
  1. Well , the return value of toupper so that literally changes this .

    好的,toupper的返回值,也就改变了这个。

  2. The following BeanShell script implements the toUpper service .

    下面的BeanShell脚本实现了toUpper服务。

  3. Invoking the toUpper function is required in order to determine whether or not the tuple satisfies the query .

    要确定元组(tuple)是否满足查询,必须调用toUpper函数。

  4. The implementation of this interface involves having each of the toUpper and toLower operations delegate to the appropriate command objects .

    这个接口的实现分别包括指定到适当的command对象的toUpper和toLower操作。

  5. The first statement calls a function ( in this case , toUpper , which converts a character to uppercase ) on each element of a list .

    第一个语句在列表的每个元素上调用函数(本例中为toUpper,用于把字符转成大写)。

  6. It 's passing to this function called toupper , which if you 've never used it it actually does what it says it makes it touppercase .

    它把这个传递给toupper函数,如果你们使用过,它表示的是把小写字母,转换为大写字母。

  7. If there is no index on name , the DBMS does a full table scan and applies the toUpper function on the name column for each tuple .

    如果没有为名称建立索引,那么DBMS将执行全表扫描并对每个元组(tuple)的name列应用toUpper函数。

  8. For example , the toUpper service takes a single parameter named operand and returns the upper case transformation of the resource identified by the URI supplied as the argument .

    例如,toUpper服务带有一个叫做operand的参数,并且返回参数URI所表示的资源的大写形式。

  9. F Well , call toupper pass this lowercase F F to this function called toupper it 's going to return capital F and so what do I assign to s2 bracket zero ?

    调用toupper函数,传递这个小写,然后返回的是大写的,那么我对s2【0】赋值多少?