单词 | concatenate |
释义 | concatenated是concatenate的过去式
第三人称单数:concatenates 现在分词:concatenating 过去式:concatenated 例句释义: 连锁状的,使连结[衔接]起来,连接,结果集合,连项 1. Property concatenated to it, with a space between them. 属性,它们之间用一个空格分隔。 msdn2.microsoft.com 2. The name and the phone number are concatenated into a single string and then split into an array of two strings. 姓名和电话号码被连接为一个字符串,然后分割为含两个字符串的数组。 www.ibm.com 3. When a restart area is written, the data in the byte array segments are concatenated into a single byte array for appending as the record. 写入重新开始区域时,字节数组段中的数据将连接成单个字节数组,以便以记录形式追加。 technet.microsoft.com 4. As the user navigates through the folder structure, the name of the current folder is concatenated to the currentPath variable. 当用户在文件夹结构中导航时,当前文件夹的名称将连接到currentPath变量。 www.ibm.com 5. If it does, the associated expanded text for the acronym is retrieved and concatenated to the message string destined for the user. 如果有,则检索到缩略词关联的扩展文本并连接到发给用户的消息字符串。 www.ibm.com 6. You no longer have to worry about the possibility that your text is being held by several adjacent Text nodes that need to be concatenated. 不再需要担心文本包含在几个相邻的Text节点中,因而需要串接这些节点的情况。 www.ibm.com 7. When the stored strings are subsequently concatenated into a dynamic SQL command , the malicious code is executed . 在存储的字符串随后串连到一个动态SQL命令中时,将执行该恶意代码。 www.bing.com 8. This form is then taken in, and a calculation is concatenated from the $_GET array. 此表单之后被采纳,计算被从$_GET数组串接。 www.ibm.com 9. In our application, the date and time entered by the user are concatenated into a string, converted into bytes, and stored. 在我们的应用程序中,用户输入的日期和时间被连接成一个字符串,转换成字节,然后被存储。 www.ibm.com 10. The data in the byte array segments will be concatenated into a single byte array for appending as the record. 字节数组段中的数据将连接成单个字节数组,以便以记录形式追加。 technet.microsoft.com 1. The order shown in the display box is the order each rich text body field response is concatenated in the new email. 在显示框中的显示顺序就是每个富文本正文字段回复连接到新电子邮件中的顺序。 www.ibm.com 2. If the broadcast is running on more than one node, then the results would be concatenated together, everywhere. 如果广播是运行于多个节点,那么结果会接在一起,到处都是。 blog.sina.com.cn 3. Events from different sensors across the network are concatenated in real time allowing an immediate view of attacks as they happen. 活动从不同的传感器对整个网络是级联实时允许即时查看的攻击,因为它们发生的。 dictsearch.appspot.com 4. Do not use composite strings that are built at run time from concatenated phrases. 不要使用在运行时从串联词组生成的复合字符串。 msdn2.microsoft.com 5. The first letter of an identifier is lowercase and the first letter of each subsequent concatenated word is capitalized. 标识符的首字母小写,而每个后面连接的单词的首字母都大写。 www.kuenglish.info 6. A subsequent query specifying the ADDRESS column in the CLIENTS table retrieves the address information as a concatenated mailing address. 随后的查询指定了CLIENTS表中的ADDRESS列,从中检索地址信息,并将其作为连接的邮寄地址。 www.ibm.com 7. The value of an aggregate property, defined at any level, is concatenated with the value of its parent. 在任何级别定义的聚合属性的值都与其父级的值相串联。 technet.microsoft.com 8. The inherited value at the current location in the evaluation chain will not be concatenated to the macro value. 之前,计算链中当前位置的继承值将不会连接到宏值。 msdn2.microsoft.com 9. Consequently, the String class is preferable for a concatenation operation if a fixed number of String objects are concatenated. 因此,如果串联固定数量的String对象,则String类更适合串联操作。 msdn2.microsoft.com 10. We also specify that the function will return a VARCHAR(42), which is large enough to hold the concatenated address attributes. 并指定该函数返回一个足以保留连接的地址属性的VARCHAR(42)。 www.ibm.com 1. Alternatively, this function returns a concatenated string created by evaluating a string expression over a set. 或者,此函数将返回通过对集计算字符串表达式而创建的串联字符串。 msdn2.microsoft.com 2. This method simply returns the firstName and lastName fields, concatenated with a space in between. 这个方法只返回firstName和lastName字段,中间使用一个空格连接。 www.ibm.com 3. When selecting instances of an entity, the user sees a concatenated value comprised of all the identifying attributes. 选择实体的实例时,用户可以看到一个由所有标识属性组成的串联值。 msdn2.microsoft.com 4. The foreign key column name in the source table is the same as the destination table name concatenated with the primary key column name. 源表中的外键列名为目标表名加上主键列名。 msdn2.microsoft.com 5. The documents will not be written to the appropriate files, but all will be concatenated together and written to file . 这些文件将不会被写入到适当的档案,但都将级联在一起,并以书面文件。 www.pkwall.com 6. Attribute set, the string values of each valid entry are concatenated together, separated by commas. 属性,则串联每个有效项的字符串值并将各值用逗号分开。 msdn2.microsoft.com 7. listjoin -- indicating that the value of the named variable is a list, whose members are to be concatenated together using the value of arg. listjoin——指示指定变量的值是一个列表,将使用arg的值将其成员连接起来。 www.ibm.com 8. For a numeric or string value being concatenated to the new array, only the value is copied. 对于连接到新数组的数值或字符串,只复制其值。 207.46.16.251 9. When two character strings are concatenated, the collation of the result expression is set following the rules of collation precedence. 两字符串串联时,根据排序规则的优先级设置结果表达式的排序规则。 msdn2.microsoft.com 10. This method (shown in Listing 8) takes two byte arrays, concatenates the second array after the first, and returns the concatenated array. 这个方法(见清单8)取两个字节数组,将第二个数组串接到第一个之后,并返回串接的数组。 www.ibm.com 1. Which non-recursively returns the concatenated values of the text contained in a node. 它非递归地返回包含在节点中的连续文本值。 www-128.ibm.com 2. join -- indicating that multiple variable=value pairs, concatenated using the value of arg, are to be used as the token's replacement value. join——指示使用arg值连接起来的多个“变量=值”对将用作标记的替换值。 www.ibm.com 3. A common source of confusion is thinking that multiple values are concatenated to allow for a longer string. 造成混淆的一个常见原因是错误地认为多个值将被连接起来,从而能够使用更长的字符串。 www.ibm.com 4. The first letter in the identifier and the first letter of each subsequent concatenated word are capitalized. 将标识符的首字母和后面连接的每个单词的首字母都大写。 msdn2.microsoft.com 5. Concatenated content of text, CDATA, white space and significant white space nodes converted to the requested type. 将文本、CDATA、空白和有效空白节点的串联内容转换为所请求的类型。 msdn2.microsoft.com 6. All the six phases can be concatenated, or be executed at different times. 所有这六个阶段可级联起来,或者在不同时刻执行。 www.bing.com 7. Containing the newly concatenated value representing the contents of the two. 参数内容的新连接的值。 msdn2.microsoft.com 8. There is, first of all, the mix of half comprehended sights and sounds concatenated around the dog. 首先是那些和狗相关的令人一知半解的景象和声音的结合物。 i.cn.yahoo.com 9. Ignores the processing instruction (PI) or comment and reads the concatenated text content that follows the PI or comment. 忽略处理指令(PI)或注释,读取PI或注释后面的串联文本内容。 msdn2.microsoft.com 10. Concatenated tweets, allowing longer than 140 characters to be sent as multiple tweets. 级联鸣叫,允许超过140个字符被视为多个鸣叫发送。 www.opda.net.cn 1. These two values are concatenated with a carriage return. 用回车符将这两个值串联在一起。 technet.microsoft.com 2. If that property has a value assigned to it, the value is concatenated to the title. 如果该属性分配了值,则该值将与标题连接在一起。 msdn2.microsoft.com 3. A concatenated hybrid decoding algorithm for convolutional codes is presented. 该文提出了一种级联的卷积码混合译码算法。 dictsearch.appspot.com 4. Are strings being repeatedly concatenated without string buffers? 字符串被反复连接并没有使用字符串缓冲? www.ibm.com 5. It takes the very simple Parity check code as son code to construct Multi-Dimensional Concatenated Code. 它是以非常简单的奇偶校验码作为子码来构造多重(多维)级联分组码。 www.fabiao.net 6. And concatenated to the initial string as specified by the comma delimiter. 它被强制转换成字符串,并被并置到由逗号定界符指定的初始字符串。 www-128.ibm.com 7. Notice, in lines 3-4, the ORDER BY option is used for specifying the order in which the elements should be concatenated. 注意在第3-4行中,ORDERBY选项用于指定元素应按何种次序连接起来。 www.ibm.com 8. Text, white space, significant white space and CDATA sections are concatenated. 文本、空白、有效空白和CDATA节串联在一起。 msdn2.microsoft.com 9. Narrow string literals are concatenated with narrow string literals. 窄字符串用窄字符串连接。 dictsearch.appspot.com 10. But for the sake of argument, imagine that many more chunks of data are being concatenated. 但是出于讨论的目的,假设有许多块数据进行连接。 www.ibm.com 1. A method of combining RS-LT concatenated codes for wireless image transmission was presented in this paper. 提出了一种应用于无线图像传输的RS-LT级联编码方法。 www.dictall.com 2. Concatenated text from multiple dataset fields and constants. 来自多个数据集字段和常量的连接文本。 msdn2.microsoft.com 3. The bits in the matrix are then concatenated together in row major order and sent to the receiver. 位在基体,然后串连一起,在连续的重大治安和发送到接收器。 dictsearch.appspot.com 4. Wide string literals are concatenated with wide string literals. 宽字符串用宽字符串连接。 dictsearch.appspot.com 5. Gets the concatenated values of the entity node and all its children. 获取实体节点和所有其子级的串联值。 msdn2.microsoft.com 6. If checked, concatenated words made of existing words are not spell checked. This is useful in some languages. 如果选中的话,由连字符将现有单词连在一起所组成的单词将不会被检查拼写。某些语言这将非常有用。 translations.launchpad.net 7. Also notice that the " h" and "o" were already concatenated before the error got triggered. 另请注意,在触发该错误之前已经连接了“h”和“o”。 www.ibm.com 8. This dissertation research the architecture and decoding algorithm of space-time concatenated codes based on LDPC code. 本文主要研究基于LDPC码的空时级联码的实现方案和译码算法。 www.fabiao.net 9. It returns all the concatenated element text nodes. 它会传回所有串连的项目文字节点。 technet.microsoft.com 10. Random value concatenated with the password string before the password is hashed. 对密码进行哈希运算前,密码字符串关联的随机值。 msdn2.microsoft.com 1. You cannot remove individual disks from a concatenated disk set. 您不能从串联磁盘阵列中移除单个磁盘。 docs.info.apple.com 2. Gets or sets the concatenated values of the node and all its children. 获取或设置节点及其所有子级的串联值。 msdn2.microsoft.com 3. Gets or sets the concatenated values of the node and all its child nodes. 获取或设置节点及其所有子节点的串联值。 msdn2.microsoft.com 4. Make sure you use a StringBuilder and not individual string objects that get concatenated. 确保使用StringBuilder,而不是把一些独立字符串对象连接在一起。 www.infoq.com 5. Specify the behavior when null values are concatenated. 指定在与空值连接时的行为。 msdn2.microsoft.com 6. The values of the cells are concatenated to form the complete SQL statement. 所有单元格的值连接在一起形成完整的SQL语句。 office.microsoft.com 7. The two values are concatenated, and the five-bit value is used as the byte index of the concatenated value. 这两个值被串接在一起,5位值用作所串接的值的字节索引。 www.ibm.com 8. This is not useful since queries would typical not use such concatenated values in their predicates. 此索引项是没有用的,因为普通查询不会在其谓词中使用此类串联值。 www.ibm.com 9. The second string concatenated to the end of the first string. 连接至第一个字符串末尾的第二个字符串。 msdn2.microsoft.com 10. Parallel concatenated Gallager codes (PCGC) are a class of concatenated codes based on component LDPC codes. PCGC码是一种以LDPC码作为分量码的级联码。 www.ceps.com.tw 1. All items in the list are concatenated with no delimiters. 则列表中的所有项目都串联在一起,中间没有分隔符。 msdn2.microsoft.com 2. Array, yielding a single concatenated string. 从而产生单个串联的字符串。 msdn2.microsoft.com 3. A concatenated sequence of straight lines. 连接起来的直线序列。 dictsearch.appspot.com 4. Third time: "y" and " ho" are concatenated and returned. 第三次:连接并返回“y”和“ho”。 www.ibm.com 5. All parts are lower case and concatenated using dashes. 所有部分都使用小写字母,并以破折号连接。 fink.sourceforge.net 6. Second time: "wd" and "y ho" are concatenated and returned. 第二次:连接并返回“wd”和“yho”。 www.ibm.com 7. In our case, the function name is "handle" concatenated with the message type. 在我们的示例中,函数名称为“handle”加上该消息类型。 www.ibm.com 8. Get the byte array representation of the concatenated string from Step 1. 得到第1步中串接的字符串的字节数组表达。 www.ibm.com 9. Kerberos uses this concatenated string to generate the secret key instead of using the password alone. Kerberos利用这个串接的字符串而不仅仅是密码生成密钥。 www.ibm.com 10. It then replaces them with the concatenated string. 随后又使用连接后的字符串替换这些字符串。 www.ibm.com 1. First time: "ho" and "wdy ho" are concatenated and returned as the final result. 第一次:连接并返回“ho”和“wdyho”作为最终结果。 www.ibm.com 2. A comment in this model is a record in ClearQuest rather than a concatenated string used in the notes package. ClearQuest中这种模式中的评论是一个记录,而不是运用在注释包中的连接字符串。 www.ibm.com 3. You can also use the Reorder icons to change the order in which the attributes are concatenated. 您还可以使用Reorder图标来更改对属性进行连接的顺序。 www.ibm.com 4. Finally, the whole line is concatenated to the existing HTML so you have a complete list when the for loop is completed. 最后,所有行连接成现在的HTML,当for循环完成后,就有了完整列表。 www.ibm.com 5. For example, you can perform a calculation on the data in many rows and return one value or create a concatenated string. 例如,您可以对很多行中的数据执行计算,然后返回一个值或创建串连字符串。 msdn2.microsoft.com 6. The Multiple Concatenated Parity Check-Code studied in this paper is this type of code, which has strong error-correcting ability. 本文所研究的多重级联奇偶校验码就是这种类型的具有很强纠错能力的差错控制编码。 www.fabiao.net 7. A Research on Concatenated Image Problems in the Presence of a Conductor and a Dielectric 同时存在导体和电介质的边界时电像法问题研究 www.ilib.cn 8. Design of a Concatenated Code System and Its FPGA Implementation 一个低码率级连码系统的设计与FPGA实现 168.160.184.78 9. Numerical Simulation to Wavelength-division Multiplexing Isolation Filter Using Concatenated Long Period Chirped Fiber Grating 长周期啁啾光纤光栅级联作为波分复用隔离滤波器的数值研究 www.ilib.cn 10. Performance Evaluation of the Concatenated Convolutional Codes 级联卷积码的性能评估 www.ilib.cn 1. Performance Evaluation of the Concatenated Convolutional Codes 级联卷积码的性能评估 www.ilib.cn 2. Performance of multiple amplitudes differential space-time block coding scheme concatenated with channel coding 级联信道编码的多幅值差分空时分组码方案及性能 ilib.cn 3. Study of the Design Method of the Design Method of Parallel Concatenated Code 并行级连码设计方法的研究 www.ilib.cn 4. Performance Research of Concatenated Code and Interleave Technique in Very Low Frequency Communication System 级联码与交织技术在甚低频对潜通信中的性能研究 www.ilib.cn 5. Simulation and Analysis of Iterative Encoding and Decoding of Serially Concatenated Convolutional Codes 串行级联卷积码迭代编译码仿真与分析 www.ilib.cn 6. Serially Concatenated Code Design and Modified Decoding of Differential Frequency Hopping Systems 差分跳频系统串行级联编码器的设计与改进译码 www.ilib.cn 7. Research on Error-Correcting Performance of Concatenated Codes in Terrestrial Broadcast Channel 地面广播信道中级联码的纠错性能研究 www.ilib.cn 8. Both create a concatenated string, one through ordinary concatenation and the other through generating an array and concatenating it with 这两段代码都是将两个字符串连接为一个字符串,一个是通过普通的连接方法实现,而另外一个是通过生成一个数组并使用 www-128.ibm.com 9. Application Research of Serial Concatenated Code in Underwater Communication System 级联码在水下远程通信中的应用研究 www.ilib.cn 10. Optimum Interleaver Design for serial Concatenated Convolutional Codes 串行级连卷积码内交织器的优化设计 www.ilib.cn 1. Infrared point target detection with concatenated spatial-temporal filter 空时级联滤波红外点目标检测 www.ilib.cn 2. Research on serially concatenated space-time trellis codes with parallel transitions 带有并行分支的级连网格空时码研究 www.ilib.cn 3. Analysis and simulation performance of concatenated space-time code in correlated channel 相关信道下级连空时编码性能分析与仿真 www.ilib.cn 4. Improved Design and SOVA Algorithm for Serial Concatenated Convolutional Code 串行级联码的改进译码设计和SOVA算法 ilib.cn 5. Mathematical Model of the Method of Concatenated Substitution 连环替代法数学模型 service.ilib.cn 6. Research On Parallel Concatenated Trellis Coded Modulation 并行级连网格编码调制技术研究 www.ilib.cn 7. Study on Concatenated Code in Underwater Acoustics Communication 水声通信中级连纠错码技术研究 www.ilib.cn 8. Performance analysis of concatenated space-time coded modulation 级连网格空时码性能分析 www.ilib.cn 9. The application of concatenated adjustable speed system in water supplying plant 串级调速系统在水厂的应用 service.ilib.cn 10. Returns all text of text nodes adjacent to this node, concatenated in document order 返回所有与当前节点相邻的文本节点,并按照文档中的顺序连接 www.86oo.com 1. Simulation Research of The Serial Concatenated TCM Coding Method Based on Underwater Communication Channel 基于水声信道的级联TCM编码技术研究 www.ilib.cn 2. Text messaging: supports concatenated SMS and picture messaging 短信:支持级联短讯及图片简讯 www.shumatong.net 3. Iterative detection and decoding for concatenated systems 连接系统的迭代检测和解码 blog.chinaunix.net 4. Reason Analysis and Treatment of Abnormality in Concatenated Type TV Dielectric Loss 串级式TV介损测试异常的原因分析与处理 www.ilib.cn 5. The first expression must be the row value that must be concatenated 第一个表达式必须为串联的行值。 www.ibm.com 6. Novel concatenated code type for optical communication systems 光通信系统中一种新颖的级联码型 www.ilib.cn 7. SCCC Serial Concatenated Convolutional Code 串联卷积码 blog.sina.com.cn 8. An OFDM System with Concatenated Trellis-Coded Modulation and Space-Time Block Coding 格状编码调制级联空时分组码的OFDM系统 www.ilib.cn 9. The matching among serially concatenated space-time coding systems 串行级连空时编码系统的匹配问题研究 www.ilib.cn 10. The convergence analysis of serially concatenated space-time codes 串行级连空时编码系统的收敛性分析 www.ilib.cn 1. Its name consists of the name of the portlet application file concatenated with the suffix _portletapplication. For example 其名称由Portlet应用程序文件名和后缀_portletapplication组成。 www.ibm.com 2. The log level macro expands to a string, which is concatenated to the message text at compile time; 记录等级宏的作用是扩展为一个字符串,这个字符串会在编译期间与相应的消息文本相连接; bbs.chinaunix.net 3. A communication protocol of telecontrol system for electrified railway based on concatenated coding technique 基于级联编码的电铁远动系统通信协议 www.ilib.cn 4. The block is a single line in which the current buffer is concatenated to the new number, which is first coerced to a string using the 该块是将当前buffer并置到新数字的一行代码,首先使用 www-128.ibm.com 5. A design of concatenated wireless data transmission system 串接式无线数据传输系统的设计 www.ilib.cn 6. A Study on Concatenated Convolution Coded Modulation 级联卷积编码调制的研究 service.ilib.cn 7. Adaptive Concatenated Codes in Satellite Links 用于卫星链路的自适应级联码研究 service.ilib.cn 8. PUBLIC and STACK segments get concatenated together at link time; PUBLIC和STACK段都会在连接时连接到一块儿; dictsearch.appspot.com 9. The code type of concatenated FEC in optical transmission systems 光纤通信中级联码的码型 ilib.cn 10. The Design of Serially Concatenated Space-Time Codes 串行级联空时码的设计 ilib.cn 1. How to Label Concatenated Sequence Number of Articles for Reference 小议参考文献在正文中标注连续序号用法 www.ilib.cn 2. Analysis of stop criterions in the decoder of parallel concatenated LDPC codes 并行级联LDPC码译码迭代终止准则研究 www.ilib.cn 3. An Inner Concatenated Codes Based on Space-Time Block Codes and Diagonally-layered Space-time Codes 一种基于空时分组码和对角分层空时码的内接码 www.ilib.cn 4. From prime codes to concatenated prime codes 从素数码到级联素数码 www.ilib.cn 5. FPGA is used to build concatenated code in digital TV transmission system 用FPGA在数字电视系统中进行级联编码 www.ilib.cn 6. Design and Realization of Error Control System Based on Concatenated Code 基于级联码的差错控制系统的设计与实现 www.ilib.cn 7. Table1. The concatenated results as toHtml is applied to each element in the array 表1.toHtml应用到数组内的每个元素后的连接结果 www.ibm.com 8. concatenated with the stock symbol you are looking for. For example, if you are looking for a quote of IBM, your URL is 例如,如果正在查找IBM的股票报价,URL为 www.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。