单词 | type definition | ||||||||||||||
释义 | type definition
更多释义 收起释义 例句释义: 类型定义,型别定义,自定义类型 1. As the following example shows, the Point value type becomes a type definition (typedef) with the name Point. 如下面的示例所示,Point值类型变为名为Point的类型定义(typedef)。 msdn2.microsoft.com 2. A type definition might be marked discardable if it is not referenced by any other code in its assembly. 如果类型定义没有由其程序集中的其他任何代码引用,则可能将其标记为可放弃。 msdn2.microsoft.com 3. To this end, the work item type definition language includes the concept of a field reference name. 为实现此目标,工作项类型定义语言包括“字段引用名称”的概念。 msdn2.microsoft.com 4. Work item type definition: You can add the global lists that you want to have available for a type of work item to its definition. 工作项目类型定义:当您要将全域清单供某个工作项目类型使用时,可以将它加入至该工作项目类型的定义中。 msdn.microsoft.com 5. Attributes can be arranged into a named group that can be included as part of a complex type definition. 属性可以安排到一个命名组中,可以包含该组作为复杂类型定义的组成部分。 msdn2.microsoft.com 6. Notice that this method does NOT occur anywhere in the complex data type definition, even though it is public. 请注意,尽管此方法是公共的,但它不会出现在复杂数据类型定义中。 www.ibm.com 7. This interface represents a type definition as a pair consisting of a name and a namespace URI. 这个接口代表一个类型定义,由名称和命名空间URI成对组成。 www.ibm.com 8. If none of the XPath expressions evaluate to true then the default type definition is selected as the type for the element. 如果所有XPath表达式的值都不是true,那么将选择默认类型定义作为元素的type。 www.ibm.com 9. A generic type can be open without being a generic type definition, in which case it has a mixture of type arguments and type parameters. 泛型类型可以是开放式的非泛型类型定义,在这种情况下,它同时具有类型变量和类型参数。 msdn2.microsoft.com 10. Object a data type definition for each of the element parts of a SOAP-encoded message definition. 对象添加SOAP编码的消息定义中每个元素部分的数据类型定义。 msdn2.microsoft.com 1. Type objects that represent the type arguments supplied for a constructed type, or the type parameters of a generic type definition. 对象数组,这些对象表示为构造类型提供的类型变量,或泛型类型定义的类型参数。 msdn2.microsoft.com 2. Is not the same as the number of type parameters in the current generic type definition. 中元素的个数不等于当前泛型类型定义中类型参数的个数。 msdn2.microsoft.com 3. The process of validation checks the XML against a Document Type Definition (DTD), which may be part of the XML or external to it. 确认过程根据文档类型定义(DTD)来检查XML,DTD可以是XML的一部分,也可以在它的外部。 www.ibm.com 4. Now it's time to execute the last step of database creation: choose a name and a data type definition for our column. 现在应该执行创建数据库的最后一个步骤了:为列选择一个名字和一个数据类型定义。 www.ibm.com 5. The two dominant ways for specifying or defining an XML dialect currently are through a Document Type Definition (DTD) or an XML Schema. 目前,指定或定义XML方言的两种主要方式是通过文档类型定义(DTD)或XML模式。 www.ibm.com 6. If none of the XPath expressions evaluate to true, the default type definition (xs: string) is selected. 如果没有XPath表达式的值是true,那么选择默认的类型定义(xs:string)。 www.ibm.com 7. An array of types to be substituted for the type parameters of the current generic type definition. 一个类型数组,用于取代当前泛型类型定义的类型参数。 msdn2.microsoft.com 8. The workflow section of the work item type definition describes the valid states, valid transitions, and valid reasons for the transitions. 工作项类型定义的工作流部分描述有效状态、有效转换和转换的有效原因。 msdn2.microsoft.com 9. By default, Load does not verify whether the XML is valid using document type definition (DTD) or schema validation. 默认情况下,Load不会使用文档类型定义(DTD)或架构验证来验证XML是否有效。 msdn2.microsoft.com 10. Some parts of the work item type definition can be localized so that they appear in the users'native language. 可以对工作项类型定义的某些部分进行本地化,以便这些部分按用户的本国语言显示。 msdn2.microsoft.com 1. The next step is to find the declaration for the element from the type definition TypeX. 下一步是查找来自类型定义TypeX的元素的声明。 www.ibm.com 2. Describes how the work item type definition language supports tokens for referencing users and groups. 描述工作项类型定义语言如何支持用于引用用户和组的标记。 msdn2.microsoft.com 3. Depending on the schema used to validate your document, what this type definition corresponds to can vary. 视验证文档时所用的模式而定,这种类型定义所对应的内容可能是不同的。 www.ibm.com 4. The elements of the array represent the type arguments of a generic type or the type parameters of a generic type definition. 该数组的元素表示泛型类型的类型变量或泛型类型定义的类型参数。 msdn2.microsoft.com 5. It has a Document Type Definition (DTD) and uses namespaces, and also has the file names and URLs that you're looking for. 有文档类型定义(DTD),并使用了名称空间,还有需要的文件名和URL。 www.ibm.com 6. That represents a generic type is always a generic type definition. 始终是一个泛型类型定义。 msdn2.microsoft.com 7. Provides information about XML technologies, including XML, Document Type Definition (DTD), XML Schema definition language (XSD), and XSLT. 提供有关XML技术的信息,包括XML、文档类型定义(DTD)、XML架构定义语言(XSD)和XSLT。 msdn2.microsoft.com 8. In a generic type definition, a placeholder for a data type you supply when you declare the type. 在泛型类型定义中,您在声明数据类型时为其提供的占位符。 msdn2.microsoft.com 9. In the work item type definition, you define a field by specifying a name, a reference name, and a type. 在工作项类型定义中,通过指定名称、引用名称和类型来定义字段。 technet.microsoft.com 10. This completes the attributes and simple type definition, as shown in the fragments presented in Listing 3. 这样属性和简单类型定义就完成了,如列表3中的片段所示。 www.ibm.com 1. Returns an array of Type objects that represent the type arguments of a generic type or the type parameters of a generic type definition. 返回表示泛型类型的类型实参或泛型类型定义的类型形参的Type对象的数组。 msdn2.microsoft.com 2. Returns the method of the specified constructed generic type that corresponds to the specified method of the generic type definition. 返回指定的构造泛型类型的方法,该方法对应于泛型类型定义的指定字段。 msdn2.microsoft.com 3. In this paper, we propose the basic concepts of TMN MIB conformance test type definition tree and its generation algorithm. 本文提出了TMN管理信息模型一致性测试中的类型定义树的概念及其生成算法。 dictsearch.appspot.com 4. The elements of the returned array are in the order in which they appear in the list of type parameters for the generic type definition. 返回的数组元素按它们在泛型类型定义的类型参数列表中出现的顺序排列。 msdn2.microsoft.com 5. Such elements always appear as part of a complex type definition or as part of a named model group. 此类元素总是作为复杂类型定义的一部分或命名的模型组的一部分出现。 msdn2.microsoft.com 6. Text in an XML document is generally parsed character data, or (in Document Type Definition terms) PCDATA. XML文档中的文本通常解析为字符数据,或者(按照文档类型定义术语)称为PCDATA。 www.ibm.com 7. Also note that all affected elements must be declared globally, not locally in the context of another type definition. 还要注意一点:所有受影响元素都必须以全局方式声明,而不是在另一个类型定义上下文中本地声明。 www.ibm.com 8. These instances are not instances of the generic type definition, but of the constructed type formed by specifying type arguments. 这些实例不是泛型类型定义的实例,而是通过指定类型变量形成的构造类型的实例。 msdn2.microsoft.com 9. This element declaration and complex type definition have been extracted from the single XForms-Schema. xsd file. 该元素声明和复杂类型定义已经从单独的XForms-Schema.xsd文件中提取出来了。 www.ibm.com 10. The value of the type attribute on xs: alternative corresponds to the type definition property of the type alternative schema component. alternative的type属性的值对应于类型替换模式组件的类型定义属性。 www.ibm.com 1. The older document type definition (DTD) syntax for specifying document structure is not namespace-aware. 指定文档结构的早期文档类型定义(DTD)语法不能识别名称空间。 www.ibm.com 2. As you can see, the XHTML p element reference is added to the complex type definition. 可以看到,复杂类型定义中增加了对XHTMLp元素的引用。 www.ibm.com 3. Valid and default values for the attribute are defined in a document type definition (DTD) or schema. 此属性的有效值和默认值在文档类型定义(DTD)或架构中进行定义。 msdn2.microsoft.com 4. Type represents a generic type definition, from which other generic types can be constructed. 是否表示可以用来构造其他泛型类型的泛型类型定义。 msdn2.microsoft.com 5. Returns a Type object that represents a generic type definition from which the current generic type can be constructed. 返回一个表示可用于构造当前泛型类型的泛型类型定义的。 msdn2.microsoft.com 6. Type objects representing the type arguments of a generic type or the type parameters of a generic type definition. 对象的数组,这些对象表示泛型类型的类型变量或泛型类型定义的类型参数。 msdn2.microsoft.com 7. Build element definitions as necessary to reference a single complex type definition. 根据需要构建元素定义,以引用单个复杂类型定义。 www.ibm.com 8. Represents a generic type definition from which other generic types can be constructed. 是否表示一个泛型类型定义,可以根据该定义构造其他的泛型类型。 msdn2.microsoft.com 9. To resolve, reference the metadata file that contains the original type definition and remove the local declaration and definition. 若要消除此警告,请引用包含原始类型定义的元数据文件并移除局部声明和定义。 msdn.microsoft.com 10. Visual Studio adds the new type definition to the same type file and namespace as the formerly conflicting type. 接下来,VisualStudio会将新的类型定义添加到以前冲突的类型所在的类型文件和命名空间中。 msdn2.microsoft.com 1. As with most things in XML, the contents of the file are described by a Document Type Definition (DTD). 对于XML中的大多数事情来说,文件的内容由文档类型定义(DTD)描述。 www.ibm.com 2. Object representing the dynamic assembly that contains the generic type definition the current type parameter belongs to. 对象,该动态程序集包含当前类型参数所属的泛型类型定义。 msdn2.microsoft.com 3. The declaring type of method is not the generic type definition of type. method的声明类型不是type的泛型类型定义。 msdn2.microsoft.com 4. In the former type of processing, it is necessary to read a "Document Type Definition" (DTD) prior to reading an XML document it applies to. 在以前的处理类型中,读取XML文档之前,必须先读取“文档类型定义”(DTD)。 www.ibm.com 5. In this scenario, Visual Studio renames the existing type definition by appending the text "_Obsolete" to the type name. 在此情况下,VisualStudio会通过在类型名称后追加“_Obsolete”文字来重命名现有的类型定义。 msdn2.microsoft.com 6. Returns a row per facet (restriction) of an xml-type definition (corresponds to sys. Xml_types). 对于xml类型定义的每个方面(限制)(对应于sys.xml_types),相应地返回一行。 msdn2.microsoft.com 7. Describes the items that constitute work item types. You define each item by using XML in a work item type definition file. 描述构成工作项类型的项,可在工作项类型定义文件中使用XML来定义这些项。 msdn2.microsoft.com 8. Because it is only a template, you cannot create instances of a class, structure, or interface that is a generic type definition. 因为它只是一个模板,您不能创建作为泛型类型定义的类、结构或接口的实例。 msdn2.microsoft.com 9. Discover how it avoids the pitfalls of Document Type Definition (DTD) ID types while providing a refreshing simplicity. 通过本文了解:提供刷新简单性的同时如何避免文档类型定义(DocumentTypeDefinition,DTD)ID类型的缺陷。 www.ibm.com 10. For more information, see Defining Work Item Workflow and WORKFLOW Element (Work Item Type Definition Schema). 有关更多信息,请参见定义工作项工作流程和WORKFLOW元素(工作项类型定义架构)。 msdn2.microsoft.com 1. You control the appearance and behavior of fields on work item forms by defining those fields in the work item type definition. 您可以通过在工作项类型定义中定义工作项表单中的字段,来控制这些字段的外观和行为。 msdn2.microsoft.com 2. Returns the underlying generic type definition for the current constructed type. 返回当前构造类型的基础泛型类型定义。 msdn2.microsoft.com 3. A change in one team project's work item type definition does not affect the other. 一个团队项目的工作项类型定义中的更改不影响其他团队项目。 msdn2.microsoft.com 4. Finally the declaration for the element is located in the type definition TypeY of its parent element . 最后元素的声明位于它的父元素的类型定义TypeY中。 www.ibm.com 5. Object that represents a generic type definition from which the current type can be obtained. 对象表示一个泛型类型定义,可以从该定义中获取当前类型。 msdn2.microsoft.com 6. You define states, transitions, and reasons in the section of the work item type definition. 您是在工作项目类型定义的区段中定义状态、转换与原因。 technet.microsoft.com 7. The issue with the above complex type definition can be illustrated with the instance document in Listing 2. 上面这个复杂类型定义的问题可以用清单2中的实例文档来演示。 www.ibm.com 8. Describes the schema elements associated with the Work Item Type Definition schema. 描述与工作项类型定义架构关联的架构元素。 msdn2.microsoft.com 9. Retrieve the type parameter from the completed generic type definition and then use reflection on the retrieved type. 从完整的泛型类型定义检索类型参数,然后使用检索类型上的反射。 msdn2.microsoft.com 10. In C the typedef keyword suggests type definition when in fact alias would probably be a more accurate term. 在C 中,typedef关键字表示类型定义,实际上别名也许是更为精确的术语。 www.ibm.com 1. For more information, see Defining the Work Item Form and FORM Element (Work Item Type Definition Schema). 有关更多信息,请参见定义工作项表单和FORM元素(工作项类型定义架构)。 msdn2.microsoft.com 2. Including the Document Type Definition (DTD) statement helps identify testwml. gsp as a WML document. 包含文档类型定义(DocumentTypeDefinition,DTD)语句可以帮助将WML文档识别为testwml.gsp。 www.ibm.com 3. Extend this type definition to include a reference to the XForms global element definition for select. 扩展该类型定义,以包括对XFormsselect全局元素定义的引用。 www.ibm.com 4. A generic type definition is not assignable from a closed constructed type. 泛型类型定义不可以从封闭构造的类型赋值。 msdn2.microsoft.com 5. A "valid" XML either contains a DTD (Document Type Definition) or references one, and the document conforms to the DTD. 一个“有效的”XML可以包含一个DTD(文档类型定义)或者引用一个DTD,并且该文档符合这个DTD。 www.ibm.com 6. DTD fragments in element definitions come from the strict document type definition except for the elements related to frames. 除了和框架有关的元素外,所有的有关元素定义DTD片段都来自严格文档类型定义(DTD)。 blog.sina.com.cn 7. In fact, TypeInfo also represents the PSVI type definition property for the corresponding element and attribute information items. 事实上,TypeInfo还表示相应元素和属性信息项的PSVI类型定义属性。 www.ibm.com 8. Use element definitions with the same target namespace as their complex type definition. 元素定义与其复杂类型定义使用同一个目标命名空间。 www.ibm.com 9. Use this method when your emitted code requires a type constructed from the current generic type definition. 如果发出的代码要求的类型是根据当前的泛型类型定义构造的,则使用此方法。 msdn2.microsoft.com 10. For more information, see Process Template Schemas Download, Work Item Type Definition Schema, and Work Item Methodology Schema. 有关更多信息,请参见过程模板架构下载、工作项类型定义架构和工作项方法架构。 msdn2.microsoft.com 1. A number of DTDs (Document Type Definition) have been developed by WAICENT and are used in different projects. 世界农业信息中心制定了不同项目使用的一些文件类型定义。 www.fao.org 2. However SimpleXML cannot validate against a Document Type Definition (DTD) or schema. 然而,SimpleXML不能针对文档类型定义(DTD)或模式进行验证。 www.ibm.com 3. You will learn more about the XHTML document type definition in the next chapter. 在下章节你将学习到更多有关XHTML文档类型定义。 286s.com 4. Find out why some people dislike Document Type Definition (DTD), and discover how RELAX NG aims to improve upon it. 通过本文了解某些人不喜欢使用文档类型定义(DocumentTypeDefinition,DTD)的原因,以及RELAXNG如何针对它进行改善。 www.ibm.com 5. Method serializes the given root object and optional collection of members to create a new type definition. 方法序列化给定根对象和可选的成员集合以创建新的类型定义。 msdn2.microsoft.com 6. Document versioning is enabled using document type definition. 通过使用文档类型定义可以进行文档版本控制。 www.ibm.com 7. The type definition is now global and has the unique name of address. type. 此类型定义现在是全局的了,并且具有独特的名称address.type。 www.ibm.com 8. The declaring type of method is not a generic type definition. method的声明类型不是泛型类型定义。 msdn2.microsoft.com 9. In Listing 16, the complex type definition contains a sequence of four child elements that are explicitly defined. 在清单16中,复杂类型定义包含一个由4个显式定义的子元素组成的序列。 www.ibm.com 10. First type definition returned in the list of partial type definition locations. 分部类型定义位置列表中返回的第一个类型定义。 msdn2.microsoft.com 1. Retrieves the dynamic assembly that contains this type definition. 检索包含此类型定义的动态程序集。 msdn2.microsoft.com 2. There is no need to explicitly reference the attribute group in either complex type definition. 无需在每个复杂类型定义中显式地引用属性组。 www.ibm.com 3. Element itself must use their current definitions as their base type definition. 元素自身内的定义必须使用它们当前的定义作为它们的基类型定义。 msdn2.microsoft.com 4. An attribute is a named simple-type definition that cannot contain other elements. 属性是不能包含其他元素的命名的简单类型定义。 msdn2.microsoft.com 5. You define these rules in a Document Type Definition (DTD) or in a schema. 这些规则是在文档类型定义(DocumentTypeDefinition,DTD)或模式(schema)中定义的。 www.ibm.com 6. Paste the type definition into the destination class library. 将剪切的类型声明代码粘贴到目的类库。 eroad.alai.net 7. This updated type definition forbids the above instance with two uri child elements. 这个更新的类型定义防止了上面那个具有两个uri子元素的实例。 www.ibm.com 8. The work item type is specified in a type definition XML file under the Work Item Tracking folder in the TypeDefinitions folder. 工作项类型在类型定义XML文件(位于TypeDefinitions文件夹中的WorkItemTracking文件夹下)中指定。 msdn2.microsoft.com 9. Instead, the tool produces a string in place of the simple type definition. 而是生成一个字符串来替代简单类型定义。 msdn2.microsoft.com 10. To resolve this error, declare variables of CLR types inside a function or type definition. 若要解决此错误,请在函数或类型定义内声明CLR类型的变量。 msdn.microsoft.com 1. The following example shows a workflow section of the work item type definition. 下面的示例显示工作项类型定义的工作流部分。 msdn2.microsoft.com 2. Retrieves the dynamic module that contains this type definition. 检索包含此类型定义的动态模块。 msdn2.microsoft.com 3. An HTML document is validated against a Document Type Definition ( DTD ). HTML文档依靠DTD来校验文档是否有效。 dictsearch.appspot.com 4. Given the example type definition in Listing 8, you can define the contents of elements that contain person name information. 假如采用清单8中的示例类型定义,您可以定义包含个人姓名信息的元素的内容。 www.ibm.com 5. A method on the generic type definition of type, which specifies which method of type to return. 泛型类型定义type中的一个方法,用于指定要返回type的哪一个方法。 msdn2.microsoft.com 6. If present, this type alternative is the default type definition. 如果给出此属性的话,类型替换就是默认的类型定义。 www.ibm.com 7. Use this statement to delete a message type definition from a database. 此语句用于从数据库中删除消息类型定义。 www.ianywhere.com 8. The role type definition changes when the privacy requirement changes. 隐私需求改变时,角色类型定义将改变。 www.ibm.com 9. WORKITEMTYPE is the root element of the Work Item Type Definition schema. WORKITEMTYPE是工作项类型定义架构的根元素。 msdn2.microsoft.com 10. Document Type Definition file used by SGML and XML to define mark-up languages. SGML和XML定义标记语言使用的“文档类型定义”文件。 bbs.pkucat.com 1. When you select a type from the list, the type definition appears in the area on the right. 当从列表中选择一个类型时,该类型的定义出现在右边的区域中。 msdn2.microsoft.com 2. The MakeGenericType method requires a generic type definition. MakeGenericType方法需要泛型类型定义。 msdn2.microsoft.com 3. Class that is generic is always a generic type definition. 类的实例始终是泛型类型定义。 msdn2.microsoft.com 4. You can extend a global type definition by using the xs: extension element or restrict it by using the xs: restriction element. 您可以通过使用xs:extension元素扩展全局类型定义,也可以通过使用xs:restriction元素限制它。 www.ibm.com 5. You can also define your own work item type by customizing an existing work item type definition. 通过自定义现有工作项类型定义,也可以定义您自己的工作项类型。 technet.microsoft.com 6. Customize or create new type definition files in the TypeDefinitions folder. 在TypeDefinitions文件夹中自定义或新建类型定义文件。 msdn2.microsoft.com 7. Visual Studio then adds the type definition to the type file. 接下来,VisualStudio会将该类型定义添加到类型文件中。 msdn2.microsoft.com 8. Listing 3. OperatingSystem port type definition. 清单3.OperatingSystem端口类型定义。 www.ibm.com 9. Retrieve Item Type Definition from Hash table. 从散列表中检索项目类型的定义。 www.ibm.com 10. The target attribute on a elements is not allowed in the XHTML 1. 1 Document type definition. 在XHTML1.1文档类型定义中,不允许在a元素上呈现target属性。 msdn2.microsoft.com 1. Visual Studio adds the type definition to the type file. 随后,VisualStudio再将类型定义添加到类型文件中。 msdn2.microsoft.com 2. Cut the type definition from the source class library. 属性到来源程序集类库。 eroad.alai.net 3. The target attribute on anchor elements is not allowed in the XHTML 1. 1 Document type definition. XHTML1.1文档类型定义中不允许对anchor元素使用target属性。 msdn2.microsoft.com 4. The editor can validate using a document type definition (DTD) or a schema. 编辑器可以使用文档类型定义(DTD)或架构进行验证。 msdn2.microsoft.com 5. Simplicity: The code is more efficient and compact by using the single head element or type definition to select a group of elements. 简单性:通过使用单个head元素或类型定义来选择一组元素,使代码更加紧凑高效。 www.ibm.com 6. The first type definition defines the type for our script. 首先,类型定义定义了我们脚本的类型。 www.infoq.com 7. Listing 2 contains an example of a service link type definition. 清单2中有一个服务链接类型定义的示例。 www.ibm.com 8. Know the electric layout, power control cabinet design and the electrical components type definition well. 熟悉电气布线、电气控制柜设计、电气元件选型; jobs.zhaopin.com 9. Describes the highest-level XML elements in the work item type definition file. 描述工作项类型定义文件中最高级别的XML元素。 msdn2.microsoft.com 10. If a nested type is generic, this method returns its generic type definition. 如果嵌套类型为泛型,则此方法返回其泛型类型定义。 msdn2.microsoft.com 1. For enums, the default value is the first value listed in the enum's type definition. 对枚举来说,默认值是枚举类型定义中的第一个值。 blog.csdn.net 2. Elements is not allowed in the XHTML 1. 1 Document type definition. XHTML1.1文档类型定义中不允许对。 msdn2.microsoft.com 3. Marks a type definition as discardable. 将类型定义标记为可放弃。 msdn2.microsoft.com 4. Table 3 shows the Document Type Definition ( DTD ) [12] for workflow logs. 表3展示了工作流日志的文档类型定义(DTD)[12]。 dictsearch.appspot.com 5. N completely identifies, within a given scope, a record that contains details about a type definition. N的中继资料语汇基元,会在指定的范围中完全识别包含型别定义详细资料的记录。 technet.microsoft.com 6. If no such xs: alternative is specified the default type definition is the one which was declared for the element. 如果没有指定任何此类xs:alternative,那么元素将声明默认的类型定义。 www.ibm.com 7. At the very least, you have to change the user mapping file and the work item type definition file. 至少必须更改用户映射文件和工作项类型定义文件。 msdn2.microsoft.com 8. If you need to reuse a type definition then you should create a named type. 如果需要重用某类型定义,则应创建命名类型。 msdn2.microsoft.com 9. If a schema or document type definition is provided, it is used by IntelliSense to list allowable elements and attributes. 如果提供了架构或文档类型定义,智能感知将使用该架构或文档类型定义列出允许的元素和属性。 msdn2.microsoft.com 10. Make sure to define not only complex type definition, but also the element definition. 确保不仅要定义复杂的类型,还要对元素进行定义。 www.infoq.com 1. For example, a document type definition (DTD) can reside in the document being parsed. 例如,文件类型定义(DTD)可位于要剖析的文件中。 technet.microsoft.com 2. The most important thing here is that db4o silently handled the mismatch between what it saw on the disk and in the type definition. 这里最重要的一点是,db4o静默地处理它看到的磁盘上的数据与类型定义之间的不匹配。 www.ibm.com 3. As you can see, the tooling generates a complex type definition for something called 正如您可以看到的,该工具为一些称为 www-128.ibm.com 4. The conception of TMN MIB conformance test type definition tree and its generation algorithm TMN管理信息模型一致性测试类型定义树的概念及生成算法 www.ilib.cn 5. Value type becomes a type definition typedef with the name 值类型变为名为 msdn2.microsoft.com 6. Type represents a type parameter of a generic type definition, 表示泛型类型定义的类型形参,则, msdn2.microsoft.com 7. The Emerge, Constitution and Natures of Brand Economy--An Intension Type Definition 品牌经济的产生、构成、性质--内涵式释义 scholar.ilib.cn 8. Digging into the actual parameterized type definition gets tricky, though; the returned 不过深入实际的参数化类型定义会有些复杂;返回的 www-128.ibm.com 9. After the import statements, before a type definition in a class file 在类文件中的导入语句之后,在类定义之前 msdn2.microsoft.com 10. Consider thse tips when defining a document that as part of the document type definition 当作为文档类型定义的一部分定义一个文档时,考虑下面这些技巧 www.ibm.com 1. (You can define your elements in a Document Type Definition (DTD) or in a schema, which I will discuss briefly later. ) (您可以在文档类型定义(DocumentTypeDefinition,DTD)或模式(schema)中定义元素,稍后我将对此进行简要的描述)。 www.ibm.com 2. Missing equals sign in type definition 在类别定义中缺少等号 angel.w15.5tom.cn 3. In this type file, the namespace and the type definition appear as follows 在此类型文件中,命名空间和类型定义会显示为以下形式 msdn2.microsoft.com 4. Missing name in type definition 在类别定一种没有名称 angel.w15.5tom.cn 5. Listing 3: Unit type definition snippet 清单3:单元类型定义代码片段 www.ibm.com 6. The following type definition shows the correct use of 下面的类型定义针对平台调用的调用显示 msdn2.microsoft.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。