alphabetic
adj. 字母的;照字母次序的
2026-05-05 13:36 浏览次数 16
adj. 字母的;照字母次序的
"an alphabetic arrangement"
"dictionaries list words in alphabetical order"
"alphabetical writing system"
alphabetic character[计] 字母符号,[计] 字母字符;文字字符
alphabetic writing拼音文字;字母文字
alphabetic index按字母顺序排列的索引
alphabetic sorting字母分类
Alphabetic Mugs字母马克杯
alphabetic sort字母分类
alphabetic script a writing system based on alphabetic characters
同义词: alphabetic writing
alphabetic command字母命令
alphabetic class字母类
alphabetic symbol[计] 字母符号
finally, it「s worth noting that ideographic scripts like chinese and japanese tend to be parsimonious with characters compared to alphabetic scripts like latin and cyrillic.
最后,值得一提的是中文和日文这类象形文字,与latin、cyrillic这类字母文字相比,用字往往更少。
if you need to put so many subfolders in a folder that you can」t see all of them at a glance, consider creating an alphabetic menu.
如果你放在一个文件夹里的子文件夹太多,而不能一目了然,可以考虑建一个字母菜单。
awkward though it may be for the independent-minded, women can at least achieve alphabetic advancement by marrying 「up」.
虽然主张自力更生的人们觉得尴尬,但是女性至少可以嫁入「姓氏豪门」,取得音序优势。
the setlocale() call determines the character set, error messages catalogs, monetary value formatting, numerical conventions, string collation, and alphabetic ordering.
可以调用 setlocale() 来确定字符集、错误消息类别、货币值格式、数字转换、字符串校勘和字母排序。
by passing in either the locale for a country or the actual alphabetic code for the currency, currency.getinstance() will give you back a valid currency object.
通过传入某个国家的locale或者货币的实际字母代码,currency.getinstance()将返回一个有效的currency对象。
seven lowercase and alphanumeric characters, first four characters being alphabetic and the last three characters being digits
七个小写字母和字母数字字符,前四个字符为字母,而后三个字符为数字。
it can be said that the components of chinese characters arearrayed in two dimensions, rather than in the neat one-dimensionalrows of alphabetic writing。
可以说,组成汉字的偏旁部首是按照两个方向来排列的,而不象字母那样只按一个方向排列,看起来很整洁。
another tell-tale sign of a broken paragraph might be those that begin with followed by a lowercase alphabetic character.
破坏段落的另一个指示可能是,段落以 开头,后跟一个小写字母符号。
in this sample program, only alphabetic and numeric characters (a-z, a-z, and 0-9) can be ciphered.
在这个示例程序中,只能加密字母和数字字符(a-z、a-z和0-9)。
each variation uses the same rocket i defined earlier, but ties it to a different x coordinate and an alphabetic keyboard event.
每个变体使用我前面定义的相同火箭,但是将它绑定到一个不同的x坐标和一个字母键盘事件。
some remote controls even have tiny alphabetic keyboards to enable e-mails to be sent through the television, and it is not unusual to see four or five controllers sitting on a single sofa.
有些遥控器上甚至包含很小的字母键盘,可以用来通过电视发送电子邮件,沙发上放着四五只遥控器也越来越常见。
seven lowercase and alphanumeric characters, first three characters being alphabetic and the last four characters being digits
七个小写字母和字母数字字符,前三个字符为字母,而后四个字符为数字。
it offers an list of terms by alphabetic order that are related to diabetes and its complications.
该字典按照与糖尿病及其并发病有关的字母顺序提供术语列表。
attribute names can include the same characters as element names, with similar rules for omitting spaces and starting names with alphabetic characters.
属性名可以包含在元素名中使用的字符,规则也是类似的,即字符之间不能带有空格,名称只能以字母开始。
the names you create can contain alphabetic characters, numbers, and special characters such as underscores (_). here are a few things to note about your naming
创建名称时可以使用英文字母、数字和特殊字符,比如下划线(_)。
here, \w defines the character class [0-9a-za-z_]—that is, any digit, alphabetic character (uppercase or lowercase), or underscore (_) is allowed.
在这里,\w定义字符类 [0-9a-za-z_] — 即允许任何数字、字母字符(大写或小写)或下划线 (_)。
「i have an alphabetic destiny,」 he said, laughing, over lunch in chinatown last week.
「我是命中注定,」在上周唐人街的午餐上,他大笑着说。
the final \p{alpha}{2, 3} means two or three alphabetic characters.
最后的 \p{alpha}{2,3}表示两个或三个字母字符。
well, when dealing with user input from forms, for example, you typically check each form submitted to make sure that it「s what you expect (numbers, zip code, alphabetic characters, and so on).
例如,在处理表单中用户的输入时,您通常会检查提交的每个表单,以确保其中提供的是预期的内容(数字、邮政编码、字母字符等等)。
you can tell vi to place a bookmark at a point in a file by pressing the m key followed by another alphabetic character that denotes the bookmark reference.
可以让vi在文件中的特定位置放上书签。 方法是按escape键,再按m键,然后输入另一个表示书签引用的字母表字符。
names must begin with an alphabetic character, not a number or symbol.
名称只能以英文字母开始,不能是数字或符号。
lower: lower-case alphabetic characters
lower:小写字母字符
if you know the data you」re comparing only has alphabetic characters (a to z), then you should use the xmlstring::compareistringascii() routine.
如果已知所要比较的数据只有字母字符(a到z),您应该使用xmlstring::compareistringascii()例程。
however, unicode does include text direction, rules for character combination, and alphabetic ordering.
不过,unicode的确包括用于字符组合和字母排序的文字方向(textdirection)和规则。
if the element has a type attribute, use its value to figure out how the number of each list item should be formatted (roman numerals, arabic numerals, or alphabetic characters).
如果 元素有type属性,则用这个值来决定应该如何格式化每个列表项的数字(罗马数字、阿拉伯数字或按字母次序的字符)。
in fact, the shell allows bases up to 64 (using base#value notation), so you could legitimately use any alphabetic character, plus _ and @ in your input.
实际上,shell允许的基数最高为64(使用 base#value标记),所以可以在输入中加入 _和 @合法地使用任何字母表字符。