uppercase character的意思|示意
上段字符
uppercase character的网络常见释义
大写字符 » 它是非常重要的信任艾德 uppercase character » 大写字符 but he was the chief of the scene and shrank not from its other horrors » 但他的首席的现场并缩小不从其其他恐怖 ..
大写字母 ... finds watching movies frustrating because » 觉得看电影令人沮丧因为 uppercase character » 大写字母 prebuilt » 预置 ...
uppercase character相关短语
1、 uppercase alphabetic character 大写字母
uppercase character相关例句
The first statement calls a function (in this case, toUpper, which converts a character to uppercase) on each element of a list.
第一个语句在列表的每个元素上调用函数(本例中为toUpper,用于把字符转成大写)。
The first character must be a number between 1 and 9, and the next three characters must be a number between 0 and 9 or an uppercase character between A and Z (see Listing 4).
第一个字符必须是 1 到 9 间的数字,后三个字符必须是 0 到 9 间的数字或是 A 到 Z 间的大写字符(参见 清单 4)。
The first character is changed to uppercase , and all others are changed to lowercase.
第一个字符被转化为大写,所有其余字符被转化为小写。
The first character was left uppercase and the remaining characters were converted to lowercase.
第一个字元保留大写,而其馀的字元已转换成小写。
To illustrate the technique, I'll write a function that takes the address of an ASCII character, loads it, converts it to uppercase, and stores it back.
为了演示这个技术,我特意编写了一个函数,该函数接受一个ASCII字符、加载它、将其转换成大写并存储回去。
The convert_to_upper function takes the address of an arbitrary character, converts it to uppercase, and then stores it back and returns nothing.
convert _ to_upper函数接受任意字符的地址,转换为大写并将其存储回去,不返回任何东西。