单词 | value types | ||||||||
释义 | value types
更多释义 收起释义 例句释义: 值类型,价值类型,类值型别 1. As you know value types are allocated on the stack unlike reference types which are allocated on the GC heap. 就像你知道的那样,值类型是分配在栈上的,而引用类型是分配在GC堆上的。 www.cnblogs.com 2. If you know your new class will frequently handle certain value types you can use one of two tactics to minimize the cost of boxing. 如果知道新类将频繁处理某些值类型,则可以使用下列两种策略之一,以使装箱开销减至最少。 msdn2.microsoft.com 3. If you were using an Object-based stack, you would simply return null, but a generic stack could be used with value types as well. 如果您使用基于Object的堆栈,则可以简单地返回null,但是您还可以通过值类型来使用一般堆栈。 msdn2.microsoft.com 4. For this reason , abstract classes cannot be used to specify a contract for value types ; interfaces must be used instead . 因此,抽象类不能用于指定值类型的协定;而必须改用接口。 www.bing.com 5. Type. Like other value types, enumeration types do not support Java reflection and cannot be serialized as Java types. 与其他值类型一样,枚举类型不支持Java反射,并且不能被序列化为Java类型。 msdn2.microsoft.com 6. Property values can be of any of the supported property value types. 属值可以是任何受支撑的属值类型。 www.macoupedumonde.com 7. Or other value types defined by the user that contain fields of one of these types. 或者是用户定义的、所包含字段的类型为以上类型之一的其他值类型。 msdn2.microsoft.com 8. Because structures, also known as value types, can appear on the stack, it is not always possible to create a pointer to them. 因为结构,也就是通常所说的值类型,可以被用在堆栈里,并不能总是为它们创建一个指针。 www.infoq.com 9. Because structures are value types , changes that the asynchronous process makes do not change the members of the original structure . 由于结构属于值类型,异步进程所做的更改不会更改原结构的成员。 www.bing.com 10. Value types can be converted to reference types by the compiler in a process known as boxing. 编译器可以在一个称为装箱的过程中将值类型转换为引用类型。 msdn2.microsoft.com 1. A verifiable function can only throw or catch pointers to reference types , so value types must be boxed before throwing . 可验证函数只能引发或捕捉指向引用类型的指针,因此在引发前必须将值类型装箱。 www.bing.com 2. It is possible to convert a value type to a reference type, and back again to value types, by using. 可以将值类型转换为引用类型,然后再转换回值类型。 msdn2.microsoft.com 3. Value types are small variables that store data directly rather than storing a pointer to a second memory location that contains the data. 值类型是一种小的变量,它直接存储数据,这种方式比存储一个指向一小片包含数据的内存地址要更好。 dictsearch.appspot.com 4. Each of these value types can be assigned into variables or returned from functions. 这两种类型具可以赋值给变量或者从函数返回。 www.phpx.com 5. Demonstrates that reference types and value types can only be instantiated on the managed heap, not on the stack or on the native heap. 演示只能在托管堆上而不能在堆栈或本机堆上初始化引用类型和值类型。 msdn2.microsoft.com 6. Note that instances of types can be simply value types or self-describing types, even though there are subcategories of these types. 注意,类型的实例可以只是值类型或自描述类型,即使这些类型有子类别也是如此。 msdn2.microsoft.com 7. With the exception of a boxed value types , you cannot convert a reference type to a value type . 除了装箱值类型外,无法将引用类型转换为值类型。 www.bing.com 8. Namespace has several value types that represent the boxed form of the runtime primitive types . 命名空间具有若干个表示已装箱形式的运行库基元类型的值类型。 www.bing.com 9. The following table contains a list of the value types in the System namespace that are boxed representations of primitive types. 下表包含System命名空间中的值类型(它们是基元类型的装箱表示形式)的列表。 msdn2.microsoft.com 10. Describes how the export process converts classes, interfaces, value types, and enumerations. 描述导出过程如何转换类、接口、值类型和枚举。 msdn2.microsoft.com 1. Built-in value types, pointers, arrays, and delegates are defined when they are used and are referred to as implicit types. 内置值类型、指针、数组和委托是在使用或引用为隐式类型时定义的。 msdn2.microsoft.com 2. Value types can be used with the GetType function as well, but they must be boxed first. 值类型也可以与GetType函数一起使用,但它们必须首先装箱。 msdn2.microsoft.com 3. This effect is known as a problem of mutability of the boxed value types. 这种效果称为已装箱类型的不稳定性。 dictsearch.appspot.com 4. Value types directly contain their data, and instances of value types are either allocated on the stack or allocated inline in a structure. 值类型直接包含它们的数据,值类型的实例要么在堆栈上,要么内联在结构中。 msdn2.microsoft.com 5. When comparing two values of channel type, the channel value types must be compatible but the channel direction is ignored. 在比较两个通道的值的时候,通道的值类型要求是兼容的,但是方向会被忽略。 www.itpcs.cn 6. Value types do not support derived types, so you do not need to defend against derived types modifying fields. 值类型不支持派生类型,因此不需要对派生类型会修改字段的情况做出防卫。 blog.csdn.net 7. Unlike value types, classes always have at least one level of indirection. 与值类型不同,类始终具有至少一级间接寻址。 msdn2.microsoft.com 8. The primary scenarios for working with large value types are to retrieve them from a database, or add them to a database. 大值类型主要用于以下场合:从数据库中检索这些类型,或者将其添加到数据库。 msdn2.microsoft.com 9. Discusses how implicit boxing of value types translates to a tracking handle to the boxed value object. 讨论值类型的隐式装箱转换为装箱的值对象的跟踪句柄的方式。 technet.microsoft.com 10. Value types are generally simple to represent in memory, usually only requiring a few bytes. 值类型一般可以简单地在内存中表示,通常只需要几个字节。 msdn2.microsoft.com 1. Provides an application that demonstrates the performance differences between the Parse and TryParse methods of value types. 提供了一个应用程序,该应用程序演示了值类型的Parse和TryParse方法之间的性能差异。 msdn2.microsoft.com 2. This can be useful when working with database queries, where fields that contain value types can be missing. 在使用数据库查询时这非常有用,在数据库查询中可以缺少包含值类型的字段。 msdn2.microsoft.com 3. Variables of the value types store data, while those of the reference types store references to the actual data. 值类型的变量存储数据,而引用类型的变量存储对实际数据的引用。 msdn2.microsoft.com 4. But, like classes, value types can have constructors, constants, fields, methods, properties, and nested types as members. 但与类一样,值类型也可以有构造函数、常量、字段、方法、属性和嵌套类型作为自己的成员。 msdn2.microsoft.com 5. Are classes declared as value types only infrequently used as method parameters, returned from methods or stored in Collections? 值类型的类用于参数,方法返回值以及存放在集合中? wenku.baidu.com 6. Value types are copied as whole objects when assigned, rather than having only the reference copied. 在赋值时,值类型是作为整个对象复制的,而不是仅复制引用。 msdn2.microsoft.com 7. Some other value types in the System namespace are handled differently. 命名空间中的其他一些值类型以不同的方式处理。 msdn2.microsoft.com 8. For absolute value types, the IP Block List provider service returns explicit responses based on the cause of the block of the IP address. 对于绝对值类型,IP阻止列表提供程序服务根据阻止IP地址的原因返回明确的响应。 technet.microsoft.com 9. Value types are usually created on a method's stack frame, rather than in the garbage-collected heap. 值类型通常创建在方法的栈帧上,而不是在垃圾回收堆中。 msdn2.microsoft.com 10. In fact, when exported to a type library, value types are automatically converted to structures. 事实上,当导出到类型库时,值类型被自动转换为结构。 msdn2.microsoft.com 1. The elements of an array can be any type, including value types. 数组中的元素可以是任何类型,包括值类型。 msdn2.microsoft.com 2. If the items are value types, they must be boxed when they are added to the list, and unboxed when they are retrieved. 如果项是值类型,则必须在将其添加到列表中时进行装箱操作,在检索时进行取消装箱操作。 msdn2.microsoft.com 3. Provides several methods for writing and reading data from the stream, using individual values types or arrays of value types. 提供了几种使用单个值类型或值类型的数组将数据写入流或从流中读取数据的方法。 msdn2.microsoft.com 4. In addition to describing formatted types, this topic identifies System Value Types that have unusual marshaling behavior. 除描述格式化类型外,本主题还识别具有非常规封送处理行为的系统值类型。 msdn2.microsoft.com 5. The following illustration shows the default marshaling behavior of value types and reference types with parameter modifiers. 下面的插图显示具有参数修饰符的值类型和引用类型的默认封送处理行为。 technet.microsoft.com 6. Value types are copied when clients access them through a property. 客户通过属性访问值类型时,值是被复制的。 www.zxbc.cn 7. In . NET only reference types and small value types can be assigned atomically. 在.NET中,只有引用类型和很小的值类型才能够以原子的方式赋值。 www.infoq.com 8. Provides a reference to the classes, interfaces, and value types included in the Microsoft. NET Framework SDK. 提供对Microsoft.NETFrameworkSDK中所包含的类、接口和值类型的引用。 msdn2.microsoft.com 9. The number of value types that have been boxed. 已装箱的值类型的数量。 msdn2.microsoft.com 10. Arrays can be used to store both Reference Types and Value Types. 数组既可用于存储引用类型,也可用于存储值类型。 msdn2.microsoft.com 1. This can be a value type or any type that contains only value types. 这可以是值类型或仅包含值类型的任何类型。 msdn2.microsoft.com 2. Boxing and unboxing enable value types to be treated as objects. 装箱和取消装箱使值类型能够被视为对象。 msdn2.microsoft.com 3. Defined value types are peer-peer, parent-child, or identity and are defined in the UDDI data structures specification. 定义的值类型为对等、父子或等同类型,它们在UDDI数据结构规范中定义。 www.ibm.com 4. With value types, each instance contains its own copy of the data. 而在值类型中,每个实例都包含自己的数据副本。 msdn2.microsoft.com 5. The new operator is also used to invoke the default constructor for value types. new运算符还用于调用值类型的默认构造函数。 msdn2.microsoft.com 6. A parameterless constructor cannot be declared in value types. 不能在值类型中声明无参数构造函数。 msdn2.microsoft.com 7. Value types are variables that contain their data directly instead of containing a reference to the data stored elsewhere in memory. 值类型是变量,它包含的数据直接转换为一个在内存中数据存储位置的引用。 eroad.alai.net 8. NET programmers must be aware of: primitive types, reference types, and value types. Net开发者都必须了解之原始类型,引用类型和值类型。 dictsearch.appspot.com 9. Primitive types, and reference and value types that are composed of primitive types. 基元类型以及由基元类型构成的引用类型和值类型。 msdn2.microsoft.com 10. Unlike value types, classes are always passed by reference. 与值类型不同,类始终要通过引用来传递。 msdn2.microsoft.com 1. Enumeration types are value types and participate in boxing conversions as other value types do. 枚举类型是值类型,它和其他值类型一样参与装箱转换。 msdn2.microsoft.com 2. Describes built-in and user-defined value types. 描述内置的和用户定义的值类型。 msdn2.microsoft.com 3. Value types and structures can be declared nullable. 可以将值类型和结构声明为可以为空。 technet.microsoft.com 4. The following table shows the default values of value types returned by the default constructors. 下表显示了由默认构造函数返回的值类型的默认值。 msdn2.microsoft.com 5. C# enables you to create both value types and reference types. C#充许你同时创建值类型和引用类型。 www.byywee.com 6. Discusses the motivation for implicit boxing of value types and the consequent changes in behavior. 讨论值类型的隐式装箱的动机和行为中随之发生的更改。 msdn2.microsoft.com 7. Even though value types often represent simple values, they still function as objects. 虽然值类型经常表达简单的值,但它们的作用和对象是一样的。 eroad.alai.net 8. Prefix also avoids potential versioning problems with value types. 前缀还可以避免值类型出现的潜在版本问题。 msdn2.microsoft.com 9. Value types cannot be derived from. 不能从值类型派生。 msdn2.microsoft.com 10. With more appropriate implementations for value types. 用更合适的值类型实现重写。 msdn2.microsoft.com 1. Describe how value types and reference types differ when assigning values. 描述给值类型和引用类型赋值时的区别· eroad.alai.net 2. Operator can be applied only to value types, not reference types. 运算符仅适用于值类型,而不适用于引用类型。 msdn2.microsoft.com 3. The default value of an uninitialized enumeration, just like other value types, is zero. 像其他值类型一样,未初始化枚举的默认值为零。 technet.microsoft.com 4. Keyword, which will return null for reference types and zero for numeric value types. 关键字,此关键字对于引用类型会返回空,对于数值类型会返回零。 msdn2.microsoft.com 5. Explain the difference between value types and reference types. 描述值类型和引用类型之间的不同· eroad.alai.net 6. Value types get their name from the fact that a copy of the object is passed instead of the object itself. 之所以叫做值类型,是因为传递的是对象的副本而不是对象本身。 msdn2.microsoft.com 7. Value types can be extended to take either their normal values or a null value. 可以扩展值类型,使它们具有正常值或空值。此类扩展称为可空类型。 msdn2.microsoft.com 8. The following example shows the difference between reference types and value types. 下面的示例说明了引用类型与值类型之间的差异。 msdn2.microsoft.com 9. Value types are stored on the stack, not the heap. 值类型存储在堆栈中,而不是堆中。 msdn2.microsoft.com 10. Value types are allocated on the stack or inline and are deallocated when they go out of scope. 值类型在堆栈上或以内联方式分配,且在超出范围时释放。 msdn2.microsoft.com 1. You can assign only value types to that variable. 则可以仅将值类型分配给该变量。 msdn2.microsoft.com 2. So people ask how you decide when to use value types and when to use reference types. 所以人们会问,你如何决定什么时候使用值类型,什么时候使用引用类型。 www.cnblogs.com 3. You can instantiate value types in two ways. 可以通过两种方式实例化值类型。 msdn2.microsoft.com 4. Programmatically, value types can be specified with their native values or with strings. 时,值类型可以用它们的本机值或字符串指定。 msdn2.microsoft.com 5. Value types are different from reference types in several ways. 值类型与引用类型在许多方面是不同的。 msdn2.microsoft.com 6. In general, value types are cheaper to allocate and deallocate. 通常,值类型的分配和释放开销更小。 msdn2.microsoft.com 7. When using value types, you have to box them in order to push and store them, and unbox the value types when popping them off the stack. 在使用值类型时,必须将它们装箱以便推送和存储它们,并且在将值类型弹出堆栈时将其取消装箱。 msdn2.microsoft.com 8. Provides entry to the library of classes, interfaces, and value types that are included in the Microsoft. NET Framework SDK. 提供对Microsoft.NETFrameworkSDK中包含的类库、接口和值类型的入门介绍。 msdn2.microsoft.com 9. Explicitly implementing a member can also cause unnecessary boxing of value types. 显式实现成员还会导致对值类型的不必要装箱。 msdn2.microsoft.com 10. Focuses on value types and the new family of interior and pinning pointers. 重点讨论值类型以及内部指针和钉住指针的新系列。 msdn2.microsoft.com 1. Do define an interface if you need to provide a polymorphic hierarchy of value types. 如果需要提供多态层次结构的值类型,则应定义接口。 msdn2.microsoft.com 2. We'll discuss the difference between reference and value types in the section called "The Scala Type Hierarchy" . 我们会在“Scala类型结构”章节讨论引用类型和值类型的区别。 www.bing.com 3. Instruction is not valid on value types. 指令对值类型无效。 msdn2.microsoft.com 4. In addition, the Java value types and arrays should not hold a remote reference. 另外JAVA值的类型和数组不应该存有远程引用。 www.ibm.com 5. The rules for the semantics of value types apply. 值类型的语义规则也适用于枚举。 msdn2.microsoft.com 6. Methods provided by the key and value types. 此方法使用键和值的类型提供的。 msdn2.microsoft.com 7. You cannot use this overload method with value types. 此重载方法不能用于值类型。 msdn2.microsoft.com 8. This sample shows how to gcroot to hold references to value types (not reference types) in a native type by using gcroot on the boxed type. 此示例说明如何用gcroot实现通过使用装箱类型上的gcroot对本机类型中的值类型(不是引用类型)的引用。 msdn2.microsoft.com 9. Blittable value types larger than 32 bits are more quickly passed by reference than by value. 对于大于32位的可直接复制到本机结构中的值类型来说,通过引用传递比通过值传递更快。 msdn2.microsoft.com 10. for value types , nullable types will be generated. 参数。对于值类型,将生成可为空的类型。 www.ichacha.net 1. But there is no support for other value types. 值类型,但不支持其他值类型。 msdn2.microsoft.com 2. Field initializers are not allowed on instance fields in value types. 值类型中的实例字段上不允许字段初始值设定项。 msdn2.microsoft.com 3. Boxing is used to store value types in the garbage-collected heap. 装箱用于在垃圾回收堆中存储值类型。 msdn2.microsoft.com 4. Value types are passed by value, not by reference. 值类型是通过值传递的,而不是通过引用传递的。 msdn2.microsoft.com 5. In this case, you must use an interface if your value types require polymorphic behavior. 这种情况下,如果值类型要求多态行为,则必须使用接口。 msdn2.microsoft.com 6. This will be null for reference types and zero for value types. 这对于引用类型为空,对于值类型为零。 msdn2.microsoft.com 7. All these types, with the exception of object and string, are value types. 所有这些类型(除对象和字符串以外)均为值类型。 msdn2.microsoft.com 8. Variables that are based on value types directly contain values. 直接以实值型别为基础的变数,可包含值。 technet.microsoft.com 9. For tuning collections of value types, Section 20. 5 "Understanding Collection Performance" in HRD [1] already has good coverage. 对于值类型集合的调优,HRD[1]中的20.5节“理解集合性能”已经做了很好的阐述。 www.infoq.com 10. This means that large value types are stored in-row. 这意味着大值类型存储在行内。 technet.microsoft.com 1. Demonstrates value types that can be set to null. 演示可以设置为空的值类型。 technet.microsoft.com 2. Provides the base class for value types. 提供值类型的基类。 msdn2.microsoft.com 3. (Listing 1) and Employee. java (Listing 2) meet the above requirements, so they are valid examples of JAX-RPC value types. java(清单1)和Employee.java(清单2)就满足上面的要求,因此他们是JAX-RPC值类型的有效实例。 www.ibm.com 4. ValueType All value types are implicitly derived from ValueType. ValueType所有值类型都是从ValueType隐式派生的。 msdn2.microsoft.com 5. Nullable types are value types such as an integer or a Boolean that can be either a regular value or a null value. 可空类型指可为普通值或null值的值类型,如整数或布尔值。 msdn2.microsoft.com 6. This is impossible for value types, which always operate on their own unique instance. 而这对于值类型是不可能的,它们始终作用于自己的唯一实例。 msdn2.microsoft.com 7. Value types are also nullable, which means they can store an addition non-value state. 值类型也可以为空,这意味着它们能存储加法非值状态。 msdn2.microsoft.com 8. Ensure That 0 Is a Valid State for Value Types. 确保0为值类型的有效状态。 blog.csdn.net 9. Larger value types such as Guid require are not read and written atomically. 较大的值类型——像Guid——则无法以原子的方式读写。 www.infoq.com 10. For more information about large value types, see "Using Large-Value Types" in SQL Server Books Online. 有关大值类型的详细信息,请参阅SQLServer联机丛书中的“使用大值类型”。 msdn2.microsoft.com 1. But also significantly faster, especially when the list items are value types. 更安全并且速度更快的列表,特别适用于列表项是值类型的情况。 msdn2.microsoft.com 2. Incompatibilities can arise when, for example, two interfaces define the same method with different return value types. 在某些情况下可能出现不兼容,例如两个接口使用不同的返回值类型定义同一个方法。 www.ibm.com 3. That is, boxed value types get cloned when you pass them around, and they are always passed by value. 换言之,已装箱值类型在您传递它们时进行克隆,并且它们始终通过值来传递。 msdn.microsoft.com 4. Generic structure allows you to use value types as if they could be assigned 泛型结构允许将值类型视为可以分配为 msdn2.microsoft.com 5. Prefix when invoking interface methods on value types, since the value type method implementing the interface method can be changed using a 前缀,因为实现接口方法的值类型方法可以用 msdn2.microsoft.com 6. For information on using nullable types with Visual Basic, see Nullable Value Types. 有关在VisualBasic中使用可以为null的类型的信息,请参见可以为Null的值类型。 msdn2.microsoft.com 7. These are deprecated types for SQL Server 2005, so you should use large value types instead. 对于SQLServer2005来说,不推荐使用这些类型,因此应改用大值类型。 msdn2.microsoft.com 8. That will prevent unintended use of your class with value types, and will enable you to use the 这可以防止您的类被意外地用于值类型,并允许您对 msdn2.microsoft.com 9. For information on using nullable types with Visual Basic, see Value Types that Might Not Have a Defined Value. 有关在VisualBasic中使用可空类型的信息,请参见可能没有已定义值的值类型。 msdn2.microsoft.com 10. Patent; Pledge assessment; Income method; the value types of mortgage; 专利权;质押评估;收益法;抵押价值类型; www.zidir.com 1. Discussions on the Selection of Value Types in Assets Valuation Standards 关于资产评估准则中价值类型选择问题的理论思考 www.ilib.cn 2. Value types cannot be declared 不能将值类型声明为 msdn2.microsoft.com 3. Item: Distinguish Between Value Types and Reference Types 明辨值类型和引用类型的使用场合 blog.csdn.net 4. Using Value Types Corresponding to Primitive Types 使用对应于基元类型的值类型 msdn2.microsoft.com 5. The value types consist of two main categories 值类型主要由两类组成 msdn2.microsoft.com 6. Value Types Used in Platform Invoke 平台调用中使用的值类型 msdn2.microsoft.com 7. Both reference and value types are derived from the ultimate base class 引用类型和值类型都是从最终的基类 msdn2.microsoft.com 8. Modifying Large Value Types in a Database 修改数据库中的大值类型 msdn2.microsoft.com 9. Adding Large Value Types to a Database 向数据库添加大值类型 msdn2.microsoft.com 10. Is intended for initializing value types, while 用于初始化值类型,而 msdn2.microsoft.com 1. The Choice of Value Types in the Appraisal of High-tech Enterprises 高新技术企业评估的价值类型选择 scholar.ilib.cn 2. Retrieving Large Value Types from a Database 从数据库中检索大值类型 msdn2.microsoft.com 3. This topic provides the follow information on formatted value types 本主题提供下列有关格式化值类型的信息 msdn2.microsoft.com 4. Version Issues for Value Types Nested in Native Types 嵌套在本机类型中的值类型的版本问题 msdn2.microsoft.com 5. Default Marshaling for Value Types 值类型的默认封送处理 msdn2.microsoft.com 6. All value types are derived implicitly from the 所有的值类型均隐式派生自 msdn2.microsoft.com 7. The following statements are true about value types 下面是关于值类型的一些基本情况 msdn2.microsoft.com 8. For a list of built-in value types, see the 有关内联值类型的列表,请参见 msdn2.microsoft.com 9. Value types passed by value and by reference 通过值传递的值类型和通过引用传递的值类型 msdn2.microsoft.com 10. Value types are not usually created using 创建值类型。通常使用 msdn2.microsoft.com 1. User-defined value types can overload the 用户定义的值类型可重载 msdn2.microsoft.com 2. Effect on minOccurs attribute for element-binding value types 对元素绑定值类型的minOccurs属性的影响 msdn2.microsoft.com 3. Value Types and Reference Types 值类型和引用类型 msdn2.microsoft.com 4. Implicit Boxing of Value Types 值类型的隐式装箱 msdn2.microsoft.com 5. For information on default values of value types, see 有关值类型默认值的信息,请参见 msdn2.microsoft.com 6. Value Types in the Common Type System 通用类型系统中的值类型 msdn2.microsoft.com 7. Method on value types because the default implementation on 应考虑在值类型中实现 msdn2.microsoft.com 8. There are three general value types 三种常见的值类型 eroad.alai.net 9. In addition, for value types, it generates a public field of type 生成一个公共字段。另外,对于值类型,它还生成一个 msdn2.microsoft.com |
||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。