英语人>词典>汉英 : 字符串 的英文翻译,例句
字符串 的英文翻译、例句

字符串

基本解释 (translations)
string

词组短语
ASCII string · character string
更多网络例句与字符串相关的网络例句 [注:此内容来源于网络,仅供参考]

Cut a big alphabetic string into a series of alphabetic string section and calculate the character figure of every section of character and accumulation addition to gain (length and accumulation addition) team number of corresponding teams.

该算法是取某个特征字符或特征字符序列做为分割点,把大字符串分割为一系列的字符串段,并计算每一个段的字符数和累加和,得到对组成的数组,这样就把两个大的字符串转换为两个小得多的数组;第二步匹配两个

Cut a big alphabetic string into a series of alphabetic string section and calculate the character figure of every section of character and accumulation addition to gain (length and accumulation addition) team number of corresponding teams. So two big alphabetic strings can be changed into two smaller teams. Second, match two teams (length and accumulation addition) and find matching partners.

该算法是取某个特征字符或特征字符序列做为分割点,把大字符串分割为一系列的字符串段,并计算每一个段的字符数和累加和,得到对组成的数组,这样就把两个大的字符串转换为两个小得多的数组;第二步匹配两个数组,找出匹配项,第三步分别对数组中每一项所对应的字符串片段进行匹配。

When the sizeof operator is applied to an array, it yields the total number of bytes in that array, not the size of the pointer represented by the array identifier.

因为我条件反射地认为可以通过sizeof和一个字符串的指针去获得该字符串的长度,但是情况就象上面的出现的那样,用指针是不能获得字符串的长度的,只能返回该指针的字节数。

In Section 2.2 (p. 40) we first used string literals and learned that the type of a string literal is array of constant characters. We can now be more explicit and note that the type of a string literal is an array of const char. A string literal is an instance of a more general construct that C++ inherits from C: C-style character strings .

在 第 2.2 节中我们第一次使用了字符串字面值,并了解字符串字面值的类型是字符常量的数组,现在可以更明确地认识到:字符串字面值的类型就是 const char 类型的数组。C++从 C 语言继承下来的一种通用结构是 C 风格字符串,而字符串字面值就是该类型的实例。

Regular expression pattern strings may not contain null bytes, but can specify the null byte using the \number notation. Both patterns and strings to be searched can be Unicode strings as well as 8-bit strings. The re module is always available.

正则表达式的pattern字符串可能没包含null 字节,但是能够使用\njumber记号指定null 字节。pattern和被搜索的字符串都能够既是Unicode字符串也是8位字符串。re模块总是存在的。

Armour rods (to be installed in suspension clamps) Parallel clamps Sub-Total, items 4.1-4.7 OTHER HARDWARE Counterweights for jumper or suspension insulator strings, including necessary device for attachement 50 kg 100 kg Sub-total, item 5.1 – 5.3 SPARES Insulator Units Type U160 Type U210BS Hardware for Conductor ACSR-BISON Complete set of hardware and fittings for suspension string Complete set of hardware and fittings for tension string Complete set of hardware and fittings for jumper string Complete set of hardware and fittings for transposition string Extra suspension clamps Extra tension clamps Extra tension joints Extra repair sleeves Extra vibration dampers Extra armour rods Extra spacers: for span for jumper alternatively spacer dampers Hardware for Earthwire 7 No. 6 AWG Complete suspension set Complete tension set Vibration dampers, Stockbridge type Extra tension clamps Extra tension joints Extra vibration dampers Extra parallel clamps Extra armour rods Hardware for Earthwire 7 No. 6 AWG Complete suspension set Complete tension set Vibration dampers, Stockbridge type Extra tension clamps Extra tension joints Extra vibration dampers Extra parallel clamps Extra armour rods Sub-Total, items 6.1-6.4 Sub-total, Items 1.4, 2.7, 3.8, 4.8, 5.4 and 6.5 Transfer to Summary, Schedule AS-1

装甲棒 平行夹具小计,项目4月1号至4月7号其他硬件重物跳线或中止绝缘子串,包括必要的设备attachement 50公斤 100公斤小计,项目5月1号至5月3号备件绝缘子单位型U160 类型U210BS 硬件导体钢芯铝绞线,拜森一套完整的硬件和配件的暂停字符串一套完整的硬件和配件的紧张字符串一套完整的硬件和配件的跳投字符串一套完整的硬件和配件的转字符串额外的悬浮夹额外的紧张局势夹额外的紧张关节额外的修理袖子额外的振动阻尼器额外的装甲棒额外的间隔:为跨度跳线或者间隔减震器硬件Earthwire 7特设工作组第6号完整的悬挂设定一套完整的紧张局势振动阻尼器,斯托克型额外的紧张局势夹额外的紧张关节额外的振动阻尼器额外的平行夹具额外的装甲棒硬件Earthwire 7特设工作组第6号完整的悬挂设定一套完整的紧张局势振动阻尼器,斯托克型额外的紧张局势夹额外的紧张关节额外的振动阻尼器额外的平行夹具额外的装甲棒小计,项目6月1号至6月4号小计,项目1.4 , 2.7 , 3.8 , 4.8 , 5.4和6.5 (换乘摘要,附表1 仅供参考

Abcd$ the initial .* matches the entire string at first, but when this fails (because there is no following "a"), it backtracks to match all but the last character, then all but the last two characters, and so on. Once again the search for "a" covers the entire string, from right to left, so we are no better off.

abcd$那开始的。*先会匹配整个字符串,但当他失败时(因为字符串最后面没接着&a&),它会回溯匹配原字符串去掉最后一个字符的字符串,然后继续这种动作。

This means that if you do want to update a string, either by taking a substring, concatenating another string on the end, or concatenating the string in question to the end of another string, etc., a new string object must be created for it.

这就意味着如果你想修改一个字符串,或者截取一个子串,或者在字符串的末尾连结另一个字符串等等,你必须新建一个字符串

In the previous researches, it was treated only as a tool to generate strings. It's biases during string generation was ignored. These biases include: The strings were ill-proportioned according to path, what the learning strings expressed was not what the testing strings tested, and the learning strings in each path couldn't express the rules of this path. So the string set of previous researches didn't express the grammars designed by experimenters completely, accurately and exclusively.

在以往研究中,研究者仅仅将人工语法作为现成的实验材料,以获取自己所需的刺激字符串为最终目的,忽略了生成字符串过程中可能出现的种种偏差,造成实验用字符串分布不均,测验字符串与学习字符串不对应,各线路学习字符串样例亦未能完整表达规则,因而生成的字符串集已经无法完整、准确、唯一地体现人工语法。

When concatenating regular and Unicode strings, regular strings are con- verted to Unicode first before the operation occurs

如果把一个普通字符串和一个Unicode字符串做连结处理,Python会在连结操作前先把普通字符串转成Unicode字符串

更多网络解释与字符串相关的网络解释 [注:此内容来源于网络,仅供参考]

MultiByteToWideChar ANSI:字符串转换成Unicode字符串

__vbaStrMove 移动字符串 | MultiByteToWideChar ANSI字符串转换成Unicode字符串 | WideCharToMultiByte Unicode字符串转换成ANSI字符串

char:定长字符串

元数据(metadata)是关于数据库本身结构的数据. 这些数据包括诸如数据库中表、索引、列的列表之类的信息. 字符串 定长字符串(CHAR)和变长字符串(VARCHAR)图形字符串 定长图形字符串(GRAPHIC)和变长图形字符串(VARGRAPHIC、LONG VARGRAPHIC 和 DBCLOB)

character string:字符串

ch4 字符串和格式化输入/输出 字符串(character string) 就是一个或多个的字符的序列. "shring" 双引号不是字串的一部分,他们只是通知编译器其中包含了一个字符串,正如单引号标识这一个字符一样. 既,单引号表示字符;双引号表示字符串.

fn:contains:判断一个字符串是否还包含了指定的子串

fn:contains ----->判断一个字符串是否还包含了指定的子串 | fn:containslgnoreCase ------>判断一个字符串是否包含了指定的子串,忽略大小写 | fn:startsWith ------>判断一个字符串是否以指定的前缀字符串开头

italics:用于把字符串顯示為斜體

indexOf 返回指定的字符串值在字符串中首次出現的位置 113 | italics 用于把字符串顯示為斜體 114 | lastIndexOf 用于從后向前檢索一個字符串 115

string literal:字符串

2.3.8 字符串 字符串(string literal)主要用在属性值,内部实体和外部标识符中. XML都使用单引号(') 或双引号( ")作为一对分隔符将其中的字符串包围起来.对于这些字符串的一个限制是用于分 隔符的字符不能够出现在字符串中- 如果字符串中包含单引号,

string literal:字符串文字

字符串文字(String 2.2.7 字符串文字(String Literal) 字符串是双引号(" ")之间的有序图形字符.如" What I said."就是一个 字符串.表示空字符串时直接用" ".如果字符串中有双引号,一个双引号要用 两个"来表示.如" He said,

string matching:字符串匹配 [字符串]

string manipulation language 字符串操作语言 | string matching 字符串匹配 [字符串] | structural ambiguity 结构歧义

sear h:用于检索字符串中指定的子字符串

repla e 用于在字符串中用一些字符替换另一些字符 120 | sear h 用于检索字符串中指定的子字符串 123 | sli e 以新的字符串返回已提取的部分 124

fn:substring:截取字符串中的某一部分

fn:replace ------>将一个字符串中的某一部分替代另外的字符串,并返回替换都的结果 | fn:substring ------>截取字符串中的某一部分 | fn:substringBefore ------>返回一个字符串中指定子串之前的字符串