单词 | tuple | ||||||||||
释义 | tuple
更多释义 收起释义 例句释义: 元组,多元组,是一个元组 1. This class defines the information used to register the tuple of a peer node and a mesh ID with a peer resolver service. 此类所定义的信息用于利用对等解析程序服务注册对等节点和网络ID的元组。 technet.microsoft.com 2. The ROW data type can be equated to a table definition: It defines multiple columns that are grouped together into a tuple. ROW数据类型可以等同于一个表定义:它定义可以组成一个元组的多个列。 www.ibm.com 3. Then we introduce the concept of a container type and focus on the Python tuple class as the first example of that type. 然后,我们将介绍容器类型的概念,并且将Pythontuple类作为此类型的第一个示例,进行重点介绍。 www.ibm.com 4. The contents of a tuple do not all have to be the same type, but one special construct is of a tuple where the first value is an atom. 一个元组的内容不必都是相同类型的。元组的构造很特殊,其中的第一个值为原子值。 www.ibm.com 5. In Listing 2, you can see that each element in a tuple can be of a different type, but the types in a list must be homogeneous. 在清单2中,可以看到tuple中的每个元素可以是不同类型的,但列表中的元素必须是相同类型的。 www.ibm.com 6. Listed in the tuple should be two or more other validity classes; as with Or, the tuple length is not currently checked. 列在元组中的应该是两个或更多其它有效性类;与Or相同,当前不检查该元组长度。 www.ibm.com 7. The tuple type is like a bag into which you throw everything you might need before you head out the door. tuple类型像一个口袋,在出门前可以把所需的任何东西一股脑地放在里面。 www.ibm.com 8. A list can be changed after it is constructed (we say that it is mutable), whereas a tuple cannot be changed (immutable). 一个列表创建之后可以被改变(我们说它是不定的),然而一个元组不能被改变(固定的)。 www.biodic.cn 9. Note that multiple assignment is really just a combination of tuple packing and sequence unpacking! 要注意的是可变参数(multipleassignment)其实只是元组封装和序列拆封的一个结合! www.gzu521.com 10. If one is found, a ForbiddenTags error is raised attaching the faulty value and the tuple of forbidden tags to the exception. 如果一个被发现,一个禁止标记错误异常将会连着失败值和禁止标记的元组一起被引发。 wiki.ubuntu.org.cn 1. Here the tag is email, and the tag can be used to help identify the remainder of the content in the tuple. 在这里标签是email,可以使用标签标识此元组中其余的内容。 www.ibm.com 2. A Rinda Tuple might look like this: t1 = [: add, 5, 9], which could be interpreted by clients as a task to add up the given numbers. 一个Rinda元组可能看起来是这个样子的:t1=[:add,5,9],客户端可能会将其解释为一个将两个数相加的任务。 www.infoq.com 3. The member of an attribute hierarchy in a tuple is also affected by relationships that are defined between attributes within a dimension. 元组中属性层次结构的成员还受维度中定义的属性之间的关系影响。 technet.microsoft.com 4. The Rule string applied to rule_to_function is scanned into a tuple with the first line of code. 第一行代码将传给rule_to_function的Rule字符串扫描进一个元组(tuple)。 www.infoq.com 5. If there is no index on name, the DBMS does a full table scan and applies the toUpper function on the name column for each tuple. 如果没有为名称建立索引,那么DBMS将执行全表扫描并对每个元组(tuple)的name列应用toUpper函数。 www.ibm.com 6. Abstracts network into a two-tuple containing hierarchical nodes and horizontal links. 将网络抽象为分层节点和同层连接的二元组。 211.103.157.156 7. As you add more elements, creating a tuple structure becomes increasingly difficult. 随着您添加更多的元素,创建元组结构将变得越来越困难。 www.ibm.com 8. a tuple with one item is constructed by following a value with a comma (it is not sufficient to enclose a single value in parentheses). 要创建一个单元素元组可以在值后面跟一个逗号(在括号中放入一个单值是不够的)。 www.chinaitpower.com 9. The subscriptions are implemented as a simple tuple data structure, which are accessible via the annotation adapter. 订阅可用简单的tuple数据结构实现,并且通过标记(annotation)adapter访问订阅。 wiki.ubuntu.org.cn 10. A valid numeric expression that specifies the specific tuple by position within the set to be returned. 根据集中位置指定要返回的特定元组的有效数值表达式。 msdn2.microsoft.com 1. Now when a query like this is executed, the DBMS can use the functional index ucnameIndex to determine which tuples satisfy the query. 当执行这种查询时,DBMS可以使用函数索引判断哪些元组元组(tuple)满足查询。 www.ibm.com 2. If a full set of coordinates is not specified for the tuple, the unspecified coordinates will use the default member of the hierarchy. 如果未为元组指定所有坐标,未指定的坐标将使用层次结构的默认成员。 msdn2.microsoft.com 3. The function returns a set that consists of each tuple in the specified set where the logical expression evaluates to true. 如果逻辑表达式计算结果为true,该函数将返回由指定集中的每个元组构成的集。 msdn2.microsoft.com 4. A is initialized with a tuple containing a and a _paras list. 用包含和_paras列表的元组进行了初始化。 www.ibm.com 5. Invoking the toUpper function is required in order to determine whether or not the tuple satisfies the query. 要确定元组(tuple)是否满足查询,必须调用toUpper函数。 www.ibm.com 6. XML-RPC has a few additional artifacts -- like the need to wrap the whole object in a one-item tuple -- but these are minor issues. XML-RPC有几个额外的构件―就象需要将整个对象封装在包含一项的元组中―但这些都是小问题。 www.ibm.com 7. Proprieties and corresponding problems of two-tuple linguistic judgment matrices are studied. 研究二元语义语言判断矩阵的性质及相关问题。 www.ceps.com.tw 8. Each tuple represents a pair of stock tickers and stock prices. 每个元组代表一对股票代码和股价。 www.infoq.com 9. You also can create a tuple from a set of existing variables in a process called packing. 您还可以从称为打包的过程的一组现有变量中创建一个tuple。 www.ibm.com 10. If the expression would evaluate to a tuple, it must be parenthesized. 如果希望表达式推导出一个元组,就必须使用括号。 wiki.ubuntu.org.cn 1. The groups() method returns a tuple containing the strings for all the subgroups , from 1 up to however many there are. 方法返回一个包含所有小组字元串的元组,从1到所含的小组号。 dictsearch.appspot.com 2. If more than one string expression is specified, the Item function returns the tuple defined by the specified coordinates. 如果指定了多个字符串表达式,则Item函数返回由指定的坐标定义的元组。 technet.microsoft.com 3. Upon entering Spirit Cave they discovered the remains of two people wrapped in tuple matting. 进入仙人洞的时候发现用席子包裹着的两具遗体。 www.suiniyi.com 4. Every set, member, tuple, or numeric function executes in the context of the entire MDX expression or statement. 每个集、成员、元组或数值函数均在整个MDX表达式或语句的上下文中执行。 technet.microsoft.com 5. The following example shows how to loop over a sequence, and how to use a tuple pattern instead of a simple variable. 下面的示例演示如何循环一个序列,以及如何使用元组模式来代替简单变量。 technet.microsoft.com 6. The function can also return a value (or, more formally, an object), including a Python container like a tuple. 函数还可返回值(更为正式的说法是:对象),包括像tuple这样的Python容器。 www.ibm.com 7. Or you can use a tuple in an expression to explicitly refer to the members specified in the tuple. 或者您也可以在表达式中使用元组显式引用该元组中指定的成员。 technet.microsoft.com 8. Exempting the format string argument, all other arguments must be squeezed in with either a tuple or a dictionary. 除了格式化字符串参数,所有其他的参数都必须用一个元组(tuple)或是一个字典(dictionary)进行挤压。 www.ibm.com 9. When I introduced the Python tuple, I used the analogy of a bag into which you can throw different items. 在介绍Pythontuple时,我使用了类比的方法,将其比做一个袋子,您可以在袋子中存放不同的东西。 www.ibm.com 10. It accepts two useful arguments: a tuple of events to monitor and a tag name. 它接受两个有用的参数:要监视的事件元组和标记名。 www.ibm.com 1. The consistency of two-tuple linguistic judgement matrix is studied. 研究了二元语义判断矩阵的一致性问题。 www.dictall.com 2. If a set expression is specified, MDX will try to evaluate the set, aggregating the result cells in every tuple along the set. 如果指定了集表达式,则MDX通过将结果单元聚合到集的每个元组中,尝试对该集求值。 msdn2.microsoft.com 3. Returns the set of leaf members in the specified dimension, member, or tuple. 返回指定维度、成员或元组中的叶成员集。 msdn2.microsoft.com 4. For example, the following function combines two parameters of any type into a tuple. 例如,以下函数将任意类型的两个参数合并到一个元组中。 technet.microsoft.com 5. This example uses the Item function to extract the first (and only tuple) from the set returned by the Ancestors function. 此示例使用Item函数从Ancestors函数返回的集中提取第一个项目(仅元组)。 msdn2.microsoft.com 6. The result is a tuple even if it contains exactly one item. 结果是一个数组(即使仅包含一个项目)。 www.ibm.com 7. Each row of this table is a tuple consisting of the group name and user ID. 这个表中的每一行是一个由组名和用户ID组成的二元组。 www.ibm.com 8. First note that Tuple is a fancy name for an ordered list - once I looked this up it helped! 首先请注意,Tuple是有序列表的雅名——我在知道这一点后帮助非常大! www.ibm.com 9. One common type of list is called a tuple, and as noted, it's immutable. 一种常用的列表类型是tuple,它是不可变的。 www.ibm.com 10. The Filter function evaluates the specified logical expression against each tuple in the specified set. Filter函数对指定集中的每个元组计算指定的逻辑表达式。 msdn2.microsoft.com 1. Similar to the make_pair function provided by the STL, Boost provides the make_tuple routine. 与STL提供的make_pair函数非常类似,Boost提供了make_tuple例程。 www.ibm.com 2. For each tuple in the specified set, the members of the specified hierarchies are extracted into new tuples in the result set. 对于指定集中的每个元组,将指定层次结构的成员提取到结果集中的新元组。 msdn2.microsoft.com 3. The first for loop iterates through this tuple, cumulating the sum of the numbers in the tuple in the count variable. 第一个for循环迭代此tuple,在count变量中累计tuple中数值的和。 www.ibm.com 4. To access individual elements of a tuple, you use the get routine. 要访问元组的各个元素,您可以使用get例程。 www.ibm.com 5. You can create a tuple by simply assigning a sequence of objects, separated by commas, to a variable (see Listing 5). 您只需向变量分配一个用逗号分隔的对象序列,就可以创建一个tuple(参见清单5)。 www.ibm.com 6. Sometimes a query can be satisfied by examining the index only, without fetching any tuples from the table. 有时,仅通过搜索索引即可完成查询,而不需要从表中取回任何元组(tuple)。 www.ibm.com 7. This statement lets you update a tuple with a specific value. 此语句允许您用特定值更新元组。 msdn2.microsoft.com 8. In this case, I join together a sequence of single-character strings contained in a tuple using the colon character. 在本例中,使用冒号将tuple包含的由单个字符构成的字符串序列连接在一起。 www.ibm.com 9. When you explicitly specify a member in a tuple from more than one dimension, you must include the entire tuple in parentheses. 从多个维度显式指定元组中的成员时,必须将整个元组包含在括号中。 technet.microsoft.com 10. Register takes a dictionary of properties from the configuration file and returns a list of tuples. Register将接受来自配置文件的属性的字典(dictionary),并返回一组元组(tuple)。 www.ibm.com 1. Fortunately, a tuple is more flexible than these examples have shown, as a tuple is actually a heterogeneous container (see Listing 7). 所幸的是,tuple要比显示的示例复杂得多,因为tuple实际上是一个异构容器(参见清单7)。 www.ibm.com 2. The returned value is displayed to the screen when you call the function with a list or tuple holding the numbers 1-5 inclusive. 当您调用带有包含数字1到5的list或tuple的函数时,返回值会显示在屏幕上。 www.ibm.com 3. Tuple drilldown is an extension of OLE DB, and it returns a set of tuples instead of members. 对元组的深化是一种OLEDB扩展,这种深化将返回元组集而非成员集。 msdn2.microsoft.com 4. we reached the tuple through an unfrequented mountain track. 我们沿着一条人迹罕至的小径达到了宝刹。 www.zgfes.com 5. This sets the maximum potential size of a tuple which we will store in the cache. 这设置了将要存储在缓存中的元组的最大可能大小。 www.ibm.com 6. The second for loop shown in Listing 2 also iterates over all elements in the tuple. 清单2中显示的第二个for循环也迭代tuple中的所有元素。 www.ibm.com 7. Anonymous types, which are tuple types automatically inferred and created from object initializers. 匿名类型,是从对象初始化器自动推导和创建的元组。 blog.csdn.net 8. This paper uses quadri-tuple to describe semantics contained in information. 论文引入四元组描述信息的语义。 www.fabiao.net 9. Returns the number of dimensions in a tuple. 返回元组中的维度数。 msdn2.microsoft.com 10. You can also combine slices of an existing tuple with a new tuple. 您还可以将现有tuple的片段与新tuple的片段合并在一起。 www.ibm.com 1. A valid string expression specifying, directly or indirectly, a tuple. 直接或间接指定元组的有效字符串表达式。 msdn2.microsoft.com 2. As immutable sequences, both tuple and string objects can't be modified once they're created. 作为不可变的序列,tuple和string对象在创建之后便无法修改。 www.ibm.com 3. The tuple consisting of the current member on every hierarchy. 元组由每个层次结构的当前成员组成。 msdn2.microsoft.com 4. A child of Or must add a _disjoins tuple as a class attribute. Or的子类型必须添加一个_disjoins元组作为类属性。 www.ibm.com 5. A child of Seq must add an _order tuple as a class attribute. Seq的子类型必须添加一个_order元组作为类属性。 www.ibm.com 6. To use a tuple properly, you need to be familiar with how it works. 要正确使用tuple,就需要熟悉它的工作方式。 www.ibm.com 7. What about all the integers used in our dict and tuple objects? 在我们的dict和tuple对象中用到的所有的整数是怎么处理的呢? www.ibm.com 8. A tuple space provides a repository of tuples that can be accessed concurrently. 元组空间提供了一个元组的容器,可以实现并行访问。 www.infoq.com 9. The following example includes two members in a tuple on the column axis. 以下示例在列轴上的一个元组中包含了两个成员。 technet.microsoft.com 10. Python also has a concept of mutability and immutability: a tuple, for example, is an immutable list. Python同时使用可变性和不变性的概念:举例来说,tuple就是一个不可变的列表。 www.ibm.com 1. In this case, you create a new tuple whose values are the first, second, and 10th values from the initial tuple. 在本示例中,您创建了一个新的tuple,其值为从最初的tuple开始第一、第二和第十个值。 www.ibm.com 2. The task cooperation mechanism based on generative communication in tuple space was deeply researched. 深入研究了元组空间中基于生成通信的任务协作机制。 www.lw23.com 3. Tuple consisting of the output sequence. 输出二元组构成的序列。 3333355555.com 4. The identifier is a tuple of the form {name, version}. 该标识符是形如{名称,版本}的元组。 www.ibm.com 5. Listing 2 demonstrates how to use a for loop to iterate through the elements of a tuple. 清单2演示了如何使用for循环迭代tuple的元素。 www.ibm.com 6. Because we used a set, we have to use tuple as we can only use an immutable object. 由于使用了集合,因此必须使用元组(tuple),因为只能使用不可修改的对象。 www.ibm.com 7. The error is caused by passing something other than a member or a measure as the parameters to the tuple function. 这个错误是由于向tuple函数传递的参数不为成员或度量值所导致的。 www.ibm.com 8. Once you load a tuple with a series of values, you can't change it. 在tuple中载入一系列值之后,您不会更改它。 www.ibm.com 9. Based on this result, two kinds of watermarks are constructed for each attribute value in a group: attribute watermark and tuple watermark. 在此基础上,以分组为单位构造两种水印:属性水印和元组水印。 www.fabiao.net 10. Please note this only affects data cache (tuple storage) and not metadata cache. 请注意这只会影响数据缓存(元组存储)且没有元数据缓存。 www.ibm.com 1. In many ways, REST-style Web services might be likened to technologies such as SQL, tuple spaces, simple message queues, and so forth. 在许多方面,REST样式Web服务与SQL、元组空间(tuplespaces)、简单消息列队等技术相似。 www.ibm.com 2. Gets or sets a value indicating whether there is a tuple index for this schema property. 获取或设置一个值,该值指示是否存在该架构属性的元组索引。 msdn2.microsoft.com 3. If an integer is specified, the Item function returns the tuple that is in the zero-based position specified by Index. 如果指定了一个整数,则Item函数返回位于Index所指定的从零开始计算的位置处的元组。 technet.microsoft.com 4. Returns the current tuple from a set during iteration. 返回迭代过程中集内的当前元组。 msdn2.microsoft.com 5. The tuple specification that is provided contains qualified member names, as required by the CONSTRAINED flag. 所提供的元组规范包含CONSTRAINED标志要求的限定的成员名称。 msdn2.microsoft.com 6. The three most prominent data structures in Haskell are tuples, lists, and user-defined types. Haskell中最突出的三种数据结构是:tuple、列表(list)和用户定义的类型。 www.ibm.com 7. Each token is represented as a 3-tuple element with , =, and . 每一个标识符都是用一个3元组元素、=和表示的。 www.ibm.com 8. The Python tutorial has a section on the tuple container type. Python指南中有一部分讨论了元组容器类型。 www.ibm.com 9. The tuple (object_id) is the key of the relation. 元组(object_id)是关系键。 technet.microsoft.com 10. The Item function returns a tuple from the specified set. Item函数返回指定集中的元组。 msdn2.microsoft.com 1. The number of elements that can form a tuple is currently limited to 10. 能够形成元组的元素数量目前仅限于10个。 www.ibm.com 2. Helper methods directly support the creation of tuple objects that have from one to eight components (that is, singletons through octuples). 帮助器方法直接支持创建具有一到八个组件(即一元组到八元组)的元组对象。 technet.microsoft.com 3. The key isn't restricted to being an integer; it can be any nonmutable data type, including an integer, float, tuple, or string. 键并不限制为整数;它可以是任何不易变的数据类型,包括integer、float、tuple或string。 www.ibm.com 4. Note that the operator is overloaded for std: : ostream so that a tuple is output by dumping each individual tuple element. 请注意,运算符重载std::ostream,以便通过转储每个单独的tuple元素来输出元组。 www.ibm.com 5. Tuple is a JPA-defined interface to denote a row of data. Tuple是一个表示一行数据的JPA定义接口。 www.ibm.com 6. Returns a member from a specified tuple. 返回指定元组中的成员。 msdn2.microsoft.com 7. Using the slice syntax, without specifying a starting or ending index, you can make a duplicate copy of an existing tuple. 使用片段语法,无需指定开始或结束索引,就可以制作现有tuple的副本。 www.ibm.com 8. If a single string expression is specified, the Item function returns the specified tuple. 如果指定了一个字符串表达式,则Item函数返回指定的元组。 technet.microsoft.com 9. ID (1-based ordinal) of the boundary value tuple, with left-most boundary starting at an ID of 1. 边界值元组的ID(从1开始的序号),最左边界以值为1的ID开始。 technet.microsoft.com 10. When the CONSTRAINED flag is used, the tuple specification must contain qualified or unqualified member names. 如果使用CONSTRAINED标志,则元组规范必须包含限定或未限定的成员名称。 msdn2.microsoft.com 1. Finally, we can use pattern matching to pull out the elements from a list or tuple using the construct notation mentioned earlier. 最后,可以按前面提到的构造表示方法,使用模式匹配从列表或元组中提取元素。 www.ibm.com 2. Note that the elements of the tuple are indexed with 1 as the first value, instead of 0, which is common in most other languages. 注意,元组元素以1作为第一个值的索引,而不是像其他大多数语言中那样从0开始。 www.ibm.com 3. After creating a simple tuple, the previous example shows how to select a single item -- in this case, the integer 2. 在创建简单的tuple之后,前面的示例显示如何选择一个数据项——在本示例中是整数2。 www.ibm.com 4. You create your tuple, and you can't change it after that. 您可以创建tuple,但在创建之后不能修改它。 www.ibm.com 5. A valid string expression that is a typically a tuple expressed in a string. 通常是以字符串表示的元组的有效字符串表达式。 msdn2.microsoft.com 6. Listing 1 uses a tuple of int, char, and float and prints the contents. 清单1使用int、char和float的元组并打印内容。 www.ibm.com 7. The if condition after the tuple is a guard. 这个元组后面的if条件是一个守卫。 www.bing.com 8. If there is more than one format in the string, you need to pass a tuple as right operand, as in this example. 如果有超过一个的字符串要格式化为一体,就需要将它们传入一个元组做为右值,如下所示。 www.jb51.net 9. The only catch when you unpack a tuple is that you must have a variable for every item in the tuple (see Listing 9). 在解包tuple时,仅有的问题是必须为tuple中的每个数据项提供一个变量(参见清单9)。 www.ibm.com 10. Each tuple is a vector of members. 每个元组是一个成员向量。 technet.microsoft.com 1. The tuple specification that is provided contains a valid MDX tuple expression. 所提供的元组规范包含有效的MDX元组表达式。 msdn2.microsoft.com 2. The return clause defines what to return for each tuple. return子句定义每个元组要返回的内容。 www.ibm.com 3. Returns a tuple from a set. 返回某个集中的元组。 msdn2.microsoft.com 4. It's possible to create a tuple with temporary elements; the output from Listing 3 is (4 0). 可以创建具有临时元素的元组;清单3的输出为(40)。 www.ibm.com 5. The Glue1D. place method returns a 2-tuple of (oadd, cadd) integers. place方法返回整数(oadd,cadd)的一个二元组。 www.ibm.com 6. A sequence like this will often be written either in square brackets [1, 2, 3, 4] (called a list) or in parentheses (1, 2, 3, 4) (a tuple). 像这样的序列常常被放在中括号里[1,2,3,4](叫做一个列表)或者在圆括号里(1,2,3,4)(一个元组)。 dict.bioon.com 7. For example, set value expressions operate on member, tuple, and set elements to yield other sets. 例如,集值表达式可对成员、元组和集元素进行运算以生成其他集。 technet.microsoft.com 8. Line 15-18: If we find a tag that is not in the allowed tags tuple, then remove it as well. 第15-18行:如果我们发现一个不在被允许标志元组中的标志,然后移除它。 wiki.ubuntu.org.cn 9. See how easy it is to create a tuple that can hold all kinds of items, including another tuple? 您会看到,创建可以拥有各种类型数据项(其中包括另一tuple)的tuple是多么方便。 www.ibm.com 10. This query returns a result list each element of which is a Tuple. 这个查询返回一个结果列表,它的每个元素都是一个Tuple。 www.ibm.com 1. A new issue about multi-attribute group decision-making with time series is put forward, and tuple linguistic method is used to study it. 针对具有语言评价信息的多属性决策问题,提出了一种考虑权重信息的二元语义多属性群决策方法。 www.dictall.com 2. The transformation between trapezoidal fuzzy number and two-tuple linguistic is discussed, the relation between them is put forward; 讨论了梯形模糊数与二元语义之间的转化方法,建立了二者之间的关系; www.ceps.com.tw 3. The for statement is used to iterate over the elements of a sequence (such as a string, tuple or list) or other iterable object for语句用于迭代有序类型或其它可迭代对象的元素(像串,元组或列表) man.ddvip.com 4. A tuple consists of a number of values separated by commas, for instance: 元组由若干逗号分隔的值组成,例如: wenku.baidu.com 5. Property analysis of the aggregation operators for two-tuple linguistic information 二元语义信息集结算子的性质分析 service.ilib.cn 6. Consistency Analysis of Two-Tuple Linguistic Judgement Matrix 二元语义判断矩阵的一致性分析 www.ilib.cn 7. Research and Application of Tuple Space-based Distributed Computing Environment 基于元组空间模型的分布式计算环境的研究与应用 www.ilib.cn 8. When using OLAP based packages, reports which use value expressions as parameters to the tuple function produce the following error 使用基于OLAP的包时,使用值表达式作为tuple函数的参数的报告将生成以下错误消息 www.ibm.com 9. A Sub-Tuple-Partition-Based Fast Two-Dimensional Packet Classification Algorithm 一种基于子元组划分的快速两维包分类算法 www.ilib.cn 10. The Analysis and Implementation of Tuple Space Based Agent Coordination 基于元组空间的Agent协作模型的分析与实现 service.ilib.cn 1. A Tuple Fast Packet Classification Used in TCAM 用于TCAM的元组快速包分类 www.ilib.cn 2. Return a tuple containing the (start, end) positions of the match 返回一个元组包含匹配(开始,结束)的位置 blog.chinaunix.net 3. Tuple space based grid workflow scheduling mechanism 基于元组空间的网格工作流调度机制 www.ilib.cn 4. Evaluation method for software quality based on two-tuple linguistic information processing 基于二元语义信息处理的软件质量综合评价方法 www.ilib.cn 5. Tuple Function with Value Expressions 带有值表达式的tuple函数 www.ibm.com 6. An Address Tuple Marking Scheme to Recover DoS Ingresses 还原DoS攻击入口的地址元组标记模型 www.ilib.cn 7. The Application of Multi-Tuple Rough Sets to Rule Generation 多元组粗糙集合在规则生成中的应用 www.ilib.cn 8. In Listing 2, the program will evaluate the expression four times, once for each tuple 在清单2中,程序将对表达式进行四次求值,每次对一个元组求值 www.ibm.com 9. SQL based random algorithm to abstract tuple set 一种基于SQL的元组集随机抽取算法 service.ilib.cn 10. An Algorithm Based on Multi-Tuple Decision Table for Mining Default Rules 一种基于多元组决策表的缺省规则挖掘算法 www.wanfangdata.com.cn 1. Cultivated Land Compensation Model Based on Five-Tuple Array 基于五元组的耕地补偿模型研究 ilib.cn 2. Listing 3. Using make_tuple to return tuples from functions 清单3.使用make_tuple来从函数返回元组 www.ibm.com 3. A Detection Algorithm for Rule Set Conflicts Based on Tuple Space Search 基于元组空间搜索的规则集冲突检测算法 www.ilib.cn 4. A New Model Tuple Representation in DSS 一种新的DSS中模型的数据表示方法 168.160.184.82:8080 5. This is the DN string component of the tuple 这是类型的DN字符串组件 www.drados.com 6. This is the Value component of the tuple 这是类型的值组件 www.drados.com |
||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。