单词 | hash code | ||||||||||||||
释义 | hash code
更多释义 收起释义 例句释义: 散列码,哈希码,哈希代码 1. The return value has no special meaning and is not suitable for use in a hash code algorithm. 返回值没有特殊意义,不适合在哈希代码算法中使用。 msdn2.microsoft.com 2. In Java, the String hash code method calculates the hash code of a string by treating the string, in a way, as a base-31 number. 在Java中,String散列码方法将字符串视为base-31数字,以此计算其散列码)。 www.ibm.com 3. Must be able to generate a hash code for itself using an implementation of the. 方法的实现为其自身生成哈希代码。 msdn2.microsoft.com 4. Namespace to retrieve the hash code values for the respective threads on which the application methods and the garbage collection run. 命名空间来检索运行应用程序方法和垃圾回收的各个线程的哈希代码值。 msdn2.microsoft.com 5. Contains the time stamp and hash code that identifies the last time the Analysis Services project was built. 包含用来标识AnalysisServices项目的上次生成时间的时间戳和哈希代码。 msdn2.microsoft.com 6. Supplies a hash code for an object, using a hashing algorithm that ignores the case of strings. 使用忽略字符串大小写的哈希算法,为对象提供哈希代码。 msdn2.microsoft.com 7. The hash code is an integer that should return a unique number of each unique key. 散列码是一个整数,应该对每个键返回唯一的数字。 www.ibm.com 8. Returns a hash code for the given object, using a hashing algorithm that ignores the case of strings. 使用忽略字符串大小写的哈希算法返回给定对象的哈希代码。 www.kuenglish.info 9. Object has an initial capacity equal to the number of elements copied, and uses the default load factor, hash code provider, and comparer. 对象的初始容量等于复制的元素数,并且使用默认的加载因子、哈希代码提供程序和比较器。 msdn2.microsoft.com 10. Returns a hash code for this Point. 返回此Point的哈希代码。 msdn2.microsoft.com 1. It reveals that the hash code returned by a normal method call has a different value than one returned during finalization. 结果显示,正常方法调用返回的哈希代码与终止期间返回的哈希代码具有不同的值。 msdn2.microsoft.com 2. And of course you can search to find the questions that you're interested in by using the same hash code. 当然你也可以搜索你感兴趣的问题,还是使用同一个hash代码就可以。 www.ted.com 3. If the object cannot be altered, then the hash code will never change either. 如果对象不能被改变,那么哈希码也永远不变。 www.infoq.com 4. If a key's hash code were to change while it was in a collection, some unpredictable and confusing consequences could follow. 如果当关键字在集合中时它的散列代码被更改,那么将产生一些不可预测和容易混淆的结果。 www.ibm.com 5. Each bucket is associated with a hash code, generated using a hash function and based on the key of the element. 每一存储桶都与一个哈希代码关联,该哈希代码是使用哈希函数生成的并基于该元素的键。 msdn2.microsoft.com 6. The hash code should provide a uniform distribution of values over the key space so that the partitions are evenly balanced. 散列码应该在键空间上提供均匀的值分布,以便分区负载平衡。 www.ibm.com 7. A hash code for the string passed as the theme definition to the class constructor. 作为主题定义传递给类构造函数的字符串的哈希代码。 msdn2.microsoft.com 8. When overridden in a derived class, gets the hash code for the specified string. 当在派生类中重写时,将获取指定字符串的哈希代码。 msdn2.microsoft.com 9. After the hash code has been computed once, getting the hash code for an internalized string is essentially free. 一旦计算出了hash码,想获得一个内部化字符串的hash码实际上就轻而易举了。 www.ibm.com 10. The hash code for the name of the member. 该成员名称的哈希代码。 msdn2.microsoft.com 1. The hash code can be viewed in the CertMgr utility by selecting the certificate, and then clicking View to view the properties. 在CertMgr实用工具中选择证书可查看哈希代码,然后单击“视图”可查看属性。 technet.microsoft.com 2. The key generator computes the hash code for the given string, and that hash code is stored in the DB2-internal B-Tree. 键生成器计算给定字符串的hash码,这个hash码被存储在DB2内部的B-树中。 www.ibm.com 3. Each hash function can produce collisions; in other words, two different input values can have the same hash code H(x). 每个hash函数可能产生冲突;换句话说,两个不同的输入值可能具有相同的hash码H(x)。 www.ibm.com 4. Thus, all indexed strings with the same hash code are returned from the index scan as possible candidates. 因此,索引扫描返回所有具有相同hash码的已索引的字符串,作为可能的候选者。 www.ibm.com 5. Furthermore, before the CM agent stores the object, it executes a query in the repository if the same hash code has already been stored. 而且,在CM代理存储对象之前,它在储存库中执行一个查询,看储存库中是否已经存储了相同的散列码。 www.ibm.com 6. Supplies a hash code for an object, using a custom hash function. 使用自定义哈希函数为对象提供哈希代码。 msdn2.microsoft.com 7. This method generates the same hash code for two objects that have the same values for their Name and Version properties. 此方法为具有相同的Name和Version属性值的两个对象生成相同的哈希代码。 msdn2.microsoft.com 8. Retrieves the hash code of the object returned by the Value property. 检索由Value属性返回的对象的哈希代码。 msdn2.microsoft.com 9. The elements are organized into buckets. Keys with the same hash code are stored in the same bucket. 容器中的元素存放在多个桶中。具有相同散列码的键存放在同一个桶中。 boost-doc-zh.googlecode.com 10. In addition to making the property read-only, the hash code function will only use these 'key' fields to generate the hash code. 另外要使属性只读的话,哈希码函数会只用那些Key字段产生哈希码。 www.infoq.com 1. Method if your application needs to implement a meaningful hash code algorithm. 如果应用程序需要实现有意义的哈希代码算法,请重写。 msdn2.microsoft.com 2. Retrieves the hash code for an instance of the. 对象的实例的哈希代码。 msdn2.microsoft.com 3. The hash algorithm specifies the size of the hash code. 哈希算法指定哈希代码的大小。 msdn2.microsoft.com 4. The GetHashCode method generates a hash code based on the name of the WebPartUserCapability object. GetHashCode方法根据WebPartUserCapability对象的名称生成哈希代码。 msdn2.microsoft.com 5. For which a hash code is to be returned. 将为其返回哈希代码。 msdn2.microsoft.com 6. Returns the hash code value for this Map as per the definition in the Map interface. 根据Map接口的定义返回此Map的哈希码值。 941xz.com 7. Retrieves the hash code of the object returned by the. 属性返回的对象的哈希代码。 msdn2.microsoft.com 8. Represents the size, in bits, of the computed hash code. 表示计算所得的哈希代码的大小(以位为单位)。 msdn2.microsoft.com 9. The hash code of the current application directory. 当前应用程序目录的哈希代码。 msdn2.microsoft.com 10. The hash code for the object that the attribute belongs to. 该属性所属的对象的哈希代码。 msdn2.microsoft.com 1. An integer that represents the hash code for this rectangle. 一个整数,表示此矩形的哈希代码。 msdn2.microsoft.com 2. Method generates a hash code based on the name of the. 对象的名称生成哈希代码。 msdn2.microsoft.com 3. Computes and retrieves a hash code for an object. 计算并检索对象的哈希代码。 msdn2.microsoft.com 4. Gets the hash code for the current membership condition. 获取当前成员条件的哈希代码。 msdn2.microsoft.com 5. Class to perform a modulo operation on the hash code returned by the. 方法返回的哈希代码执行求模操作。 www.kuenglish.info 6. Gets the hash code of this instance of the. 对象的此实例的哈希代码。 msdn2.microsoft.com 7. Gets a hash code for the current session change description. 获取当前会话更改说明的哈希代码。 msdn2.microsoft.com 8. When overridden, returns a hash code of the attribute. 当重写时,返回该属性的哈希代码。 msdn2.microsoft.com 9. hash A hash code for the downloaded binary to verify its integrity. hash用于校验下载的二进制文件完整性的hash码。 www.ibm.com 10. The hash code for the current application identity. 当前应用程序标识的哈希代码。 msdn2.microsoft.com 1. Class using the specified initial capacity and load factor , and the default hash code provider and comparer . 使用默认的初始容量、加载因子、哈希代码提供程序和比较器来初始化。 www.bing.com 2. Class using the default initial capacity and load factor , and the specified hash code provider and comparer . 使用指定的初始容量、指定的加载因子、默认的哈希代码提供程序和默认比较器来初始化。 www.bing.com 3. Class using the specified initial capacity, hash code provider, comparer, and the default load factor. 使用指定的初始容量、哈希代码提供程序、比较器和默认加载因子来初始化。 msdn2.microsoft.com 4. These hash code collisions, although rare in practice, do occur. 这些哈希代码冲突虽然在实践中很罕见,但是的确可能发生。 msdn2.microsoft.com 5. Class using the specified initial capacity, and the default load factor, hash code provider, and comparer. 使用指定的初始容量、默认加载因子、默认哈希代码提供程序和默认比较器来初始化。 msdn2.microsoft.com 6. Method typically cache the hash code value in the object after computing it. 方法的实现通常会在计算hash码值之后,将其缓存在对象中。 www-128.ibm.com 7. A hash function must always return the same hash code for the same key. 哈希函数必须始终为相同的键返回相同的哈希代码。 msdn2.microsoft.com 8. Returns the hash code for this instance of the. 类的此实例的哈希代码。 msdn2.microsoft.com 9. Modulus attribute specifies the modulus used on the hash code. 属性指定对哈希代码使用的模数。 msdn2.microsoft.com 10. calculates and retrieves a hash code based on the width of the left , right , top , and bottom margins. 计算并检索基于左边距、右边距、上边距和下边距宽度的哈希代码。 www.ichacha.net 1. Returns the generated hash code for this method. 返回为此方法生成的哈希代码。 msdn2.microsoft.com 2. The hash code of the value of this instance. 该实例的值的哈希代码。 msdn2.microsoft.com 3. Returns a hash code value for this stack trace element. 返回当前堆栈跟踪元素的hash码值。 www.51goushu.com 4. Containing the hash code for this instance. 包含此实例的哈希代码的。 msdn2.microsoft.com 5. Generates the hash code for this signature. 生成该签名的哈希代码。 msdn2.microsoft.com 6. Generates the hash code for this parameter. 生成该参数的哈希代码。 msdn2.microsoft.com 7. The IEqualityComparer object includes both the hash code provider and the comparer. IEqualityComparer对象既包含哈希代码提供程序又包含比较器。 msdn2.microsoft.com 8. Method to get the hash code for the current policy statement. 方法获取当前策略语句的哈希代码。 msdn2.microsoft.com 9. This hash code is unique to the Page object's control hierarchy. 这种哈希代码对于Page对象的控件层次结构是唯一的。 msdn2.microsoft.com 10. Generates the hash code for the build provider. 为生成提供程序生成哈希代码。 msdn2.microsoft.com 1. This method generates the same hash code for two objects that are equal according to the. 方法相等的两个对象生成相同的哈希代码。 msdn2.microsoft.com 2. Creates and returns a hash code for this instance. 创建并返回此实例的哈希代码。 msdn2.microsoft.com 3. The hash code for the object the attribute belongs to. 该属性所属对象的哈希代码。 msdn2.microsoft.com 4. Generates the hash code for this property. 生成此属性的哈希代码。 msdn2.microsoft.com 5. Retrieves the hash code for this instance. 检索此实例的哈希代码。 msdn2.microsoft.com 6. Returns the hash code for this input language. 返回此输入语言的哈希代码。 msdn2.microsoft.com 7. Returns a hash code value that represents this object. 返回一个表示此对象的哈希代码值。 msdn2.microsoft.com 8. Returns the hash code of the custom control. 返回自定义控件的哈希代码。 msdn2.microsoft.com 9. Returns the hash code for this parameter. 返回该参数的哈希代码。 msdn2.microsoft.com 10. Returns the generated hash code for this. 生成的哈希代码。 msdn2.microsoft.com 1. Returns the hash code for this signature. 返回该签名的哈希代码。 msdn2.microsoft.com 2. Returns the hash code for the display name value. 返回显示名称值的哈希代码。 msdn2.microsoft.com 3. Object combines the comparer and the hash code provider. 对象将比较器与哈希代码提供程序组合在一起。 msdn2.microsoft.com 4. Method returns a hash code of the mail address. 方法返回邮件地址的哈希代码。 msdn2.microsoft.com 5. The level hash data are obtained by using the binary statistical quantity of all blocks and the authentication hash code is generated. 对特征矩阵进行二值化运算,并采用分块计算数据统计量的方法压缩数据,生成分级认证哈希码。 www.ceps.com.tw 6. Returns a hash code for the specified object. 返回指定对象的哈希代码。 msdn2.microsoft.com 7. Generates a hash code for the collection. 生成此集合的哈希代码。 msdn2.microsoft.com 8. Represents the value of the computed hash code. 表示计算所得的哈希代码的值。 msdn2.microsoft.com 9. Returns the hash code value for this object. 返回该对象的哈希码值。 941xz.com 10. Returns a hash code for this Size structure. 返回此Size结构的哈希代码。 msdn2.microsoft.com 1. Generates a hash code for this instance. 生成此实例的哈希代码。 msdn2.microsoft.com 2. Returns the hash code for this instance. 返回此实例的哈希代码。 msdn2.microsoft.com 3. Returns a hash code that represents this object. 返回一个表示此对象的哈希代码。 msdn2.microsoft.com 4. The hash code provider dispenses hash codes for keys in the. 实例中的键分配哈希代码。 msdn2.microsoft.com 5. Returns the hash code for the specified key. 返回指定键的哈希代码。 msdn2.microsoft.com 6. The current value of the computed hash code. 计算所得的哈希代码的当前值。 msdn2.microsoft.com 7. The computed hash code in a byte array. 字节数组中计算所得的哈希代码。 msdn2.microsoft.com 8. Method to get the hash code of the current code group. 方法获取当前代码组的哈希代码。 msdn2.microsoft.com 9. Returns the hash code value for this entry. 返回项的哈希码值。 doc.readmen.com 10. Generates the same hash code for two objects that are equal according to the. 为两个相等的对象生成相同的哈希代码。 msdn2.microsoft.com 1. Method returns a hash code of the IP address. 方法返回IP地址的哈希代码。 msdn2.microsoft.com 2. Returns the hash code based on the name. 返回基于名称的哈希代码。 msdn2.microsoft.com 3. Generates the hash code for this event. 生成此事件的哈希代码。 msdn2.microsoft.com 4. Generates the hash code for this field. 生成此字段的哈希代码。 msdn2.microsoft.com 5. Returns a hash code for the current thread. 返回当前线程的哈希代码。 msdn2.microsoft.com 6. The hash code for the current instance. 当前实例的哈希代码。 msdn2.microsoft.com 7. a hash code value for this socket address. 该套接字地址的hash码值。 www.51goushu.com 8. Returns the hash code for this object. 返回该对象的哈希代码。 msdn2.microsoft.com 9. Returns the hash code for this vector. 返回此向量的哈希代码。 msdn2.microsoft.com 10. Generates the hash code for this type. 生成该类型的哈希代码。 msdn2.microsoft.com 1. Returns the hash code for this string. 返回该字符串的哈希代码。 msdn2.microsoft.com 2. The hash code of the current Web site name. 当前网站名称的哈希代码。 msdn2.microsoft.com 3. The hash code of this object. 该对象的哈希代码。 msdn2.microsoft.com 4. Returns a hash code for this value type. 返回此值类型的哈希代码。 msdn2.microsoft.com 5. Returns a 32-bit integer hash code for the current instance. 返回当前实例的32位整数哈希代码。 msdn2.microsoft.com 6. Returns the hash code for this type. 返回该类型的哈希代码。 msdn2.microsoft.com 7. The hash code for the current token. 当前标记的哈希代码。 msdn2.microsoft.com 8. Class to retrieve the hash code of threads. 类来检索线程的哈希代码。 msdn2.microsoft.com 9. The hash code of the current zone. 当前区域的哈希代码。 msdn2.microsoft.com 10. Gets the value of the computed hash code. 获取计算所得的哈希代码的值。 msdn2.microsoft.com 1. The 32-bit signed integer hash code for this instance. 此实例的32位带符号整数哈希代码。 msdn2.microsoft.com 2. A hash code for the current object. 当前对象的哈希代码。 msdn2.microsoft.com 3. The XXXXX placeholder is a hash code. XXXXX占位符是散列值。 www.cnblogs.com 4. The hash code value for this list. 列表的哈希码值。 blog.csdn.net 5. A hash code value for this object. 对象的哈希码值。 blog.csdn.net 6. The hash code for the instance. 实例的哈希代码。 msdn2.microsoft.com 7. class that is empty , has the default initial capacity , and uses the specified hash code provider and the specified comparer. 类的新实例,该实例为空、具有默认初始容量,并使用指定的哈希代码提供程序和指定的比较器。 www.ichacha.net 8. The hash code generated at run time. 运行时生成的哈希代码。 msdn2.microsoft.com 9. The input to compute the hash code for. 要计算其哈希代码的输入。 msdn2.microsoft.com 10. Class that is empty, has the specified initial capacity and uses the specified hash code provider and the specified comparer. 类的新实例,该实例为空且具有指定的初始容量,并使用指定的哈希代码提供程序和指定的比较器。 msdn2.microsoft.com 1. A hash code for the delegate. 委托的哈希代码。 msdn2.microsoft.com 2. A 32-bit signed integer representing the hash code. 一个表示哈希代码的32位有符号整数。 msdn2.microsoft.com 3. In the Windows Installer package, update the hash code for each file you have signed. 在WindowsInstaller包中,更新已签名的每个文件的哈希代码。 msdn2.microsoft.com 4. Gets the hash code for this. 结构的哈希代码。 msdn2.microsoft.com 5. Class that is empty, has the specified initial capacity, and uses the default hash code provider and the default comparer. 类的新实例,该实例为空、具有指定的初始容量,并使用默认哈希代码提供程序和默认比较器。 msdn2.microsoft.com 6. Retrieves a hash code that is generated by Page objects that are generated at run time. 检索由运行时生成的Page对象生成的哈希代码。 msdn2.microsoft.com 7. Returns a hash code based on the public key. 返回一个基于公钥的哈希代码。 msdn2.microsoft.com 8. The hash code based on the public key. 基于公钥的哈希代码。 msdn2.microsoft.com 9. A 32-bit signed integer hash code. 32位有符号整数哈希代码。 msdn2.microsoft.com 10. A 32-bit signed integer that is the hash code for this instance. 一个32位有符号整数,它是该实例的哈希代码。 msdn2.microsoft.com 1. I have used a javax. security MessageDigest to compute the MD 5 hash code. 我使用了javax.securityMessageDigest来计算MD5哈希码。 www.infoq.com 2. The way partitions really work is that a hash code is calculated on the key. 分区的工作方式是对键计算散列码。 www.ibm.com 3. The hash code is created from the name of this instance, so the return value is the same as if the 哈希代码是从此实例的名称创建的,所以返回值与对 msdn2.microsoft.com 4. The hash code for two instances of the same permission might be different, hence a hash code should not be used to compare two 同一权限的两个实例的哈希代码可能会不同,因此不应使用哈希代码比较两个 msdn2.microsoft.com 5. There can only be one binding per property, so the hash code computation matches the 每个属性只能有一个绑定,因此哈希代码计算与 msdn2.microsoft.com 6. Gets the hash code for the name of the member, as specified in 获取此成员名称的哈希代码,如 msdn2.microsoft.com 7. Unless you know how to generate a good hash code, the one generated from the 如果您不知道如何生成良好的哈希码,那么最好使用 www-128.ibm.com 8. When overridden in a derived class, gets the hash code for the current 当在派生类中重写时,将获取当前 msdn2.microsoft.com 9. Implementation, this method uses that hash code provider; otherwise, it uses the 实现创建的,则此方法使用该哈希代码提供程序;否则它使用 msdn2.microsoft.com 10. The hash code of products and their codes are the same 产品及其代码的散列码相同 www-128.ibm.com 1. The hash code value for this collection 集合的哈希码值 blog.csdn.net |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。