uppercase
英
美
n. 大写字母盘
vt. 以大写字母印刷
adj. 大写字母的
COCA.37645
英英释义
noun
- one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis
- printers once kept the type for capitals and for small letters in separate case
adj
- relating to capital letters which were kept in the top half of a compositor's type case
- uppercase letter
双语例句
- In C#, for example, class names begin with lowercase letters, and method and field names begin with uppercase letters.
举例来说,在C中,类名都是以小写字母开头的,方法名和字段名以大写字母开头。 - They simply convert the string to all uppercase or all lowercase letters, respectively.
它们只是分别将字符串都转换成大写字母或小写字母。 - Now I'll apply this knowledge of the MFC composite intrinsics to the uppercase conversion program.
接下来,让我们将有关MFC复合intrinsic的知识应用到大写转换程序中。 - Don't uppercase my e-mail, because my e-mail is lower case.
不要把我的电子信箱改成大写字母,因为我的电子信箱是小写。 - Note that the column and table names are specified in uppercase here.
注意,这里的列名和表名是大写的。 - Note that this variable is in uppercase letters, unlike the pwd command.
注意,与pwd命令不同,这个变量是大写。 - Passwords that don't have a mix of lowercase and uppercase letters, numerals, and special characters?
不包含大小写、数字和特殊字符的密码? - Attribute names start with a lowercase letter, while element and type names start with an uppercase letter.
属性名以小写字母打头,而元素和类型名称以大写字母打头。 - As you can see that method converted the string to uppercase.
您可以看到,该方法将字符串转换为大写字母。 - For example, think of a Java application to count the number of uppercase letters in a sentence.
例如,假设有一个Java应用程序,它计算句子中大写字母的数量。