单词 | hash value | ||||||||||||
释义 | hash value
更多释义 收起释义 例句释义: 杂凑值,散列值,哈希值 1. The hash value of received data can be compared to the hash value of data as it was sent to determine whether the data was altered. 可以将接收到的数据的哈希值与数据在发送时的哈希值进行比较,以确定该数据是否已被更改。 msdn2.microsoft.com 2. The hash value computation is not performed until one of the properties or methods is called. 直到调用属性或方法之一时才执行哈希值计算。 msdn2.microsoft.com 3. The String class specifies a similar algorithm to be used for computing the hash value of a String. String类规定类似的算法用于计算String的散列值。 www.ibm.com 4. However, finding any of the strings that hash to the same value results in being able to reproduce the same hash value. 然而,找到任何散列到相同值得字符串能够再次生成相同的散列值。 www.ibm.com 5. The number of comparisons that have been performed beyond the hash value in an index. 索引中散列值以外已执行的比较的数量。 www.ianywhere.com 6. For each block of data, this method updates the state of the hash object so a correct hash value is returned at the end of the data stream. 对于每个数据块,此方法更新哈希对象的状态,以便在数据流的最后返回正确的哈希值。 msdn2.microsoft.com 7. When asked to validate a password, the Membership service hashes the presented password, then compares the hash value with its copy. 当验证密码时,会员服务将当前密码散列,并与它的拷贝值进行比较。 www.cnblogs.com 8. DOMHASH is an algorithm that generates a unique hash value for a given node in an XML document tree. DOMHASH是一种算法,为XML文件树中一个给定节点生成唯一的哈希数。 www-128.ibm.com 9. All hash-based collections assume that an object's hash value does not change while it is in use as a key in the collection. 所有基于散列的集合假设,当对象的散列值用于作为集合中的关键字时它不会改变。 www.ibm.com 10. At run time, the data digest is decrypted with the public key and compared with the hash value of the stored procedure. 在运行时,数据摘要将使用公钥解密并与存储过程的哈希值进行比较。 technet.microsoft.com 1. Digest authentication transmits passwords over the network as a hash value for additional security. 为获得附加安全性,摘要式身份验证将密码作为一个哈希值通过网络传递。 technet.microsoft.com 2. A hash value is a unique and extremely compact numerical representation of a piece of data. 哈希值是一段数据唯一且极其紧凑的数值表示形式。 msdn2.microsoft.com 3. A keyword's hash value is typically computed by combining the associated values of its keysig with its length. 关键字散列值通常这样计算:将关键字的keysig关联值和关键字长度结合。 www.ibm.com 4. Using a power of 2 allows for much quicker selection of the bucket to use, but at the expense of loosing the upper bits of the hash value. 使用2的幂则可以更快地选择要用的桶,但是它的代价是损失了散列值的高位信息。 boost-doc-zh.googlecode.com 5. If these two the same hash value, then the recipient will be able to confirm the digital signature is the sender. 如果这两个散列值相同,那么接收方就能确认该数字签名是发送方的。 zhidao.baidu.com 6. She then iterates through the different permutations of each document, creating and storing a hash value. 然后她反复尝试每份文件不同的排列,建立和储存杂凑值。 www-128.ibm.com 7. This new payload contains a well-known hash value, which indicates that the peer is capable of performing IPSec NAT-T. 这个新的有效载荷包含一个众所周知的散列值,它表明这个对话方能够执行IPSecNAT-T。 blog.163.com 8. The generated hash value is numeric, and I use this value as single index key for the string being indexed. 生成的hash值是数值型的,我使用这个值作为被索引的字符串的索引键。 www.ibm.com 9. When the directories are distributed, this hash value maps to a specific entry in a specific directory server in the back end. 在分布目录时,这个散列值映射到特定后端目录服务器中的特定条目。 www.ibm.com 10. The hash value represents concisely the longer message or document from which it was computed ; this value is called the message digest . 哈希值简明地表示从中计算它的较长消息或文档;该值称为消息摘要。 www.bing.com 1. A hash value represents a unique value that corresponds to a particular set of bytes. 哈希值表示与特定字节集对应的唯一值。 msdn2.microsoft.com 2. Computes the hash value of a subset of the specified byte array using the specified hash algorithm, and signs the resulting hash value. 使用指定的哈希算法计算指定字节数组子集的哈希值,并对结果哈希值签名。 msdn2.microsoft.com 3. As shown in Figure 2, the view state is appended a hash value that gets checked on each and every request to detect tampering. 如图2所示,视图状态被附加了一个哈希值,对于每条请求,都会检查该值,以检测是否发生了篡改。 msdn2.microsoft.com 4. You can explicitly search for a known hash value with point ranges, in other words ranges with identical start and stop keys. 可以使用点范围(即开始键和终止键相同)显式地搜索一个已知的hash值。 www.ibm.com 5. Verifies the specified signature data by comparing it to the signature computed for the specified hash value. 通过将指定的签名数据与为指定哈希值计算的签名进行比较来验证指定的签名数据。 msdn2.microsoft.com 6. The hash value represents a hash of the full resource string that corresponds to this application lock resource. 哈希值表示与此应用程序锁资源相对应的完整资源字符串的哈希。 msdn2.microsoft.com 7. The sender computes the hash value for the original data and sends both the original data and hash value as a single message. 发送方计算原始数据的哈希值,并将原始数据和哈希值放在一个消息中同时传送。 msdn2.microsoft.com 8. Then for each hash value, a separate B tree is created that contains only the remaining key parts following the hash columns. 然后,对于每个hash值,一个单独B tree被创建,只包含hash列后面的其余关键部分。 www.ibm.com 9. The sender computes the hash value for the original data and sends both the original data and the HMAC as a single message. 发送方计算原始数据的哈希值,并将原始数据和HMAC放在一个消息中传送。 msdn2.microsoft.com 10. Initializes a new instance of the HashMembershipCondition class with the hash algorithm and hash value that determine membership. 用确定成员身份的哈希算法和哈希值初始化HashMembershipCondition类的新实例。 msdn2.microsoft.com 1. Unfortunately, a transformation like Wang's requires knowledge of the number of bits in the hash value, so it isn't portable enough. 不幸,象Wang所给出的转换方法要求知道散列值中的二进制位数,所以它的可移植性不够。 boost-doc-zh.googlecode.com 2. Now for this same binary, the hash value stored in TSD is extracted and matched with the run-time calculated hash value. 现在对于这同一个二进制,将提取TSD中存储的散列值并与运行时计算的散列值进行匹配。 www.ibm.com 3. When you get a value, the client determines the same hash value from the key and chooses the same server to get the information. 当获取一个值时,客户机会从这个键确定出相同的散列值并会选择相同的服务器来获取信息。 www.ibm.com 4. When you store a value, the client determines the hash value from the key and the server used to store it. 当存储一个值时,客户机会从这个键确定出散列值以及它原来存储在哪个服务器上。 www.ibm.com 5. The Hash Match operator builds a hash table by computing a hash value for each row from its build input. HashMatch运算符通过计算其生成输入中每行的哈希值生成哈希表。 technet.microsoft.com 6. Searching for a hash value with range predicates is straight-forward. 使用范围谓词搜索hash值很简单。 www.ibm.com 7. A hash value is a numeric value of a fixed length that uniquely identifies data. 杂凑值是唯一识别资料的固定长度数值。 technet.microsoft.com 8. Modifying the stored procedure invalidates the hash value so that the digital signature no longer matches. 修改存储过程会使哈希值无效,使数字签名不再匹配。 technet.microsoft.com 9. This hash value is then mapped to a bucket for storage or for getting a value of the row. 然后这个hash值被映射到一个桶中存储,或者获得一个行值。 www.ibm.com 10. This method finalizes any partial computation and returns the correct hash value for the data stream . 此方法完成所有部分的计算,然后返回该数据流的正确哈希值。 www.bing.com 1. This hash value is in an unrecognized format. 此散列值的格式无法辨认。 www.drados.com 2. Determines whether an assembly belongs to a code group by testing its hash value. 通过测试程序集的哈希值确定该程序集是否属于代码组。 msdn2.microsoft.com 3. Message digests are secure one-way hash functions that take arbitrary-sized data and output a fixed-length binary hash value. 消息摘要是安全的单向哈希函数,它可以接受任意大小的输入数据,并输出固定长度的二进制哈希值。 www.ibm.com 4. The receiver recomputes the hash value on the received message and checks that the computed hash value matches the transmitted hash value. 接收者会重新计算所接收讯息的杂凑值,并且检查计算出的杂凑值是否与传输的杂凑值相符。 technet.microsoft.com 5. The name of the hash value is fixed and an attempt is made to change this value. 哈希值的名称是固定的,试图更改该值。 msdn2.microsoft.com 6. However, even changing a single bit results in a very different hash value. 但是,即使是只更改一个位,也将导致完全不同的哈希值。 msdn2.microsoft.com 7. The receiver recalculates the hash value on the received message and checks that the computed HMAC matches the transmitted HMAC. 接收方重新计算所接收消息的哈希值,并检查计算所得的HMAC是否与传送的HMAC匹配。 msdn2.microsoft.com 8. Computes the hash value for the specified region of the specified byte array. 计算指定字节数组的指定区域的哈希值。 msdn2.microsoft.com 9. Encrypted hash value is appended to the message as a digital signature. 将加密的哈希值作为数字签名附加到邮件中。 technet.microsoft.com 10. When the view state is posted back, the hash value is computed again using fresh server-side values and compared to the stored value. 回发视图状态时,将使用新的服务器端值重新计算该哈希值,并将其与存储的值进行比较。 msdn2.microsoft.com 1. Computes the signature for the specified hash value by encrypting it with the private key. 通过用私钥对其进行加密来计算指定哈希值的签名。 msdn2.microsoft.com 2. Using the hash function, each row is put in a bucket with other rows that have the same hash value. 通过哈希函数,将具有相同哈希值的行放在一个bucket中。 www.ibm.com 3. Decrypted hash value is compared against the hash value produced on receipt. 将解密的哈希值与接收邮件时产生的哈希值进行比较。 technet.microsoft.com 4. Digital signature containing encrypted hash value is retrieved from the message. 从邮件中检索包含加密哈希值的数字签名。 technet.microsoft.com 5. Executes the assembly contained in the specified file, using the specified evidence, arguments, hash value, and hash algorithm. 使用指定的证据、参数、哈希值和哈希算法执行指定文件中包含的程序集。 technet.microsoft.com 6. To retrieve an item from a subtree, you compute a hash value from the column you chose when creating the index. 从子树中检索一个项目,当您创建索引时,可以从所选的列中计算出一个hash值。 www.ibm.com 7. Computes the hash value of the specified input stream and signs the resulting hash value. 计算指定输入流的哈希值并对结果哈希值签名。 msdn2.microsoft.com 8. Hash value in receipt does not match hash value in original message. 收条的散列值与原始邮件的散列值不吻合。 www.fan6.net 9. Computes the SHA1 hash value for the input data using the implementation provided by the cryptographic service provider (CSP). 使用加密服务提供程序(CSP)提供的实现计算输入数据的SHA1哈希值。 msdn2.microsoft.com 10. As each file is loaded, its contents are hashed and compared with the hash value stored in the manifest. 在加载每一文件时,其内容被散列化并与清单中存储的哈希值进行比较。 msdn2.microsoft.com 1. Loads an assembly given its file name or path, security evidence, hash value, and hash algorithm. 通过给定程序集文件名或路径、安全证据、哈希值及哈希算法来加载程序集。 msdn.microsoft.com 2. Computes the hash value of the specified byte array and signs the resulting hash value. 计算指定字节数组的哈希值并对结果哈希值签名。 msdn2.microsoft.com 3. The method is called DigestSearch because it uses the unique digest (one-way hash) value to represent a search word. 该方法称作DigestSearch是因为它使用惟一摘要(单向散列)值来表示一个搜索字。 www.ibm.com 4. Changing even one character in a source file changes the hash value. 在源文件中即使更改一个字符也会更改哈希值。 msdn2.microsoft.com 5. Executes the assembly contained in the specified file, using the specified arguments, hash value, and hash algorithm. 使用指定的引数、杂凑值和杂凑演算法,执行包含在指定档案中的组件。 technet.microsoft.com 6. Hash value of the public key under which the application or assembly is signed. 使用该公钥,可以对应用程序或程序集进行签名。 msdn2.microsoft.com 7. The hash value is mixed with the secret key again, and then hashed a second time. 哈希值与密钥再次混合,然后再进行第二次哈希运算。 msdn2.microsoft.com 8. Hash value as an array of bytes after all data has been written to the object. 在所有数据都写入对象后,以字节数组的形式返回计算所得的。 msdn2.microsoft.com 9. Returns the hash value for the X. 509v3 certificate as a hexadecimal string. 将X.509v3证书的哈希值作为十六进制字符串返回。 msdn2.microsoft.com 10. Next, it computes hash value for the interface uuid and checks if uuid has a valid format. 接下来,它计算接口uuid的散列值,检查uuid的格式是否有效。 www.ibm.com 1. Class with the hash algorithm and hash value that determine membership. 用确定成员身份的哈希算法和哈希值初始化。 msdn2.microsoft.com 2. Using a rainbow table, you can simply take the hash value you have extracted from the target computer and search for it. 通过使用Rainbowtable,我们就可以从目标计算机提取密码的哈希值,并在表中进行检索。 www.bing.com 3. Then, for each probe row (as applicable), it computes a hash value (using the same hash function) and looks in the hash table for matches. 然后,该谓词为每个探测行(如果适用)计算哈希值(使用相同的哈希函数)并在哈希表内查找匹配项。 technet.microsoft.com 4. When this method returns, contains the hash value for this moniker. 此方法返回时,包含此名字对象的哈希值。 msdn2.microsoft.com 5. Returns the hash value of a physical address. 返回物理地址的哈希值。 msdn2.microsoft.com 6. The hash value is added to the encoded view state data and the resulting string is stored on the page. 哈希值添加到编码的视图状态数据,并且生成的字符串存储在页中。 msdn2.microsoft.com 7. Provides evidence about the hash value for an assembly. 提供有关程序集的哈希值的证据。 msdn2.microsoft.com 8. Returns the hash value for the X. 509v3 certificate as an array of bytes. 将X.509v3证书的哈希值作为字节数组返回。 msdn2.microsoft.com 9. RDN Hash-based splitting: The directory server entry is used to calculate a unique hash value. 基于RDN散列的分割:使用目录服务器条目计算一个惟一的散列值。 www.ibm.com 10. By default, the view state is Base64-encoded and signed with a hash value to prevent tampering. 默认情况下,视图状态是Base64编码的,并使用一个哈希值签名,以防止篡改。 msdn2.microsoft.com 1. Loads an assembly given its file name or path, hash value, and hash algorithm. 指定组件的档案名称或路径,杂凑值和杂凑演算法,来载入组件。 msdn.microsoft.com 2. The situation where two different texts return the same hash value from the same algorithm. 两个不同文本从同一算法中返回相同散列值的情况。 www-128.ibm.com 3. Structure with the specified hash algorithm and the hash value. 用指定的哈希算法和哈希值初始化。 msdn2.microsoft.com 4. A configuration for realizing an efficient contents verification based on a hash value. 一种根据混杂值实现有效内容验证的配置。 www.sinopat.org 5. Returns a hash value for a mail address. 返回邮件地址的哈希值。 msdn2.microsoft.com 6. The hash value identifies the respective hash bucket. hash值标识相应的hashbucket。 www.ibm.com 7. Computes the hash value for the assembly using the specified hash algorithm. 使用指定的哈希算法计算程序集的哈希值。 msdn2.microsoft.com 8. Computes the hash value for the specified byte array. 计算指定字节数组的哈希值。 msdn2.microsoft.com 9. Encrypted hash value is decrypted with the sender's public key. 用发件人的公钥解密加密的哈希值。 technet.microsoft.com 10. To use a hash as a code group membership condition, you must specify either the hash value or the assembly file. 若要使用哈希作为代码组成员条件,则必须指定哈希值或程序集文件。 msdn2.microsoft.com 1. Verifies the signature from the specified hash value. 通过指定的哈希值验证签名。 msdn2.microsoft.com 2. You can sign a hash value more efficiently than signing the larger value. 签署杂凑值比签署较大的值更有效率。 technet.microsoft.com 3. Hash value is calculated on the basis of the RDN of the entry. 散列值是根据条目的RDN计算出来的。 www.ibm.com 4. Creates the signature from the specified hash value. 通过指定的哈希值创建签名。 msdn2.microsoft.com 5. Computes the hash value of the specified data and signs it. 计算指定数据的哈希值并对其签名。 msdn2.microsoft.com 6. In traditional de-duplication, objects are hashed, and the hash value is used as the initial check for similarity. 在传统的去耦合中,对象被散列化,然后使用散列值进行初始相似性检查。 www.ibm.com 7. Returns a hash value for the current instance. 返回当前实例的哈希值。 msdn2.microsoft.com 8. Hash value is encrypted with the sender's private key. 用发件人的私钥加密哈希值。 technet.microsoft.com 9. The hash value for which the membership condition tests. 要针对其测试成员条件的哈希值。 msdn2.microsoft.com 10. Hash value of the message is calculated. 计算邮件的哈希值。 technet.microsoft.com 1. Computes the hash value for the input data. 计算输入数据的哈希值。 msdn2.microsoft.com 2. Provides a hash value for a. 属性提供哈希值。 msdn2.microsoft.com 3. The hash value for the XML file is calculated. XML文件的哈希值将被计算。 msdn2.microsoft.com 4. The hash value is then displayed to the console. 然后将该哈希值显示到控制台。 technet.microsoft.com 5. This method computes a hash value for each object. 该方法计算每个对象的hash值。 www.ibm.com 6. Most of the time, there are infinitely many different strings that can produce the exact same hash value. 大多数时候,几乎有无穷多个不同的字串可以产生完全相同的杂凑值。 www-128.ibm.com 7. Hash value after all data has been written to the object. 将所有数据都写入对象后,返回计算所得的。 msdn2.microsoft.com 8. Builds a hash value based on all values contained in the current X509CertificateCollection. 生成基于包含在当前X509CertificateCollection中的所有值的哈希值。 msdn2.microsoft.com 9. The block size to use in the hash value. 哈希值中使用的块大小。 msdn2.microsoft.com 10. Property is used as the hash value, with spaces removed. 属性在删除空格后被用作哈希值。 msdn2.microsoft.com 1. Usually, data is hashed at a certain time and the hash value is protected in some way. 通常,资料是在某个时间杂凑并以某种方式来保护杂凑值。 technet.microsoft.com 2. The hash value for which to test. 要进行测试的哈希值。 msdn2.microsoft.com 3. The hash value is the Base64 encoding of the SHA-1 checksum. 散列值是SHA-1的Base64校验编码。 www.bing.com 4. This is required, because the hash value is the address of the object and you need to maintain this if you move the object. 这是必需的,因为散列值是对象的地址,并且如果您移动该对象,则需要维护它。 www.ibm.com 5. A hash value generated based on the value of progress_token that is used improve lookup efficiency for a given progress_token value. 根据progress_token的值生成的哈希值,用于提高给定progress_token值的查找效率。 technet.microsoft.com 6. Network security: Do not store LAN Manager hash value on next password change 网络安全:不要在下次更改密码时存储 wenku.baidu.com 7. The Rainbow Tables technique pre-computes the hash value, saving time at the expense of creating very large tables Rainbow表方法是预先算出hash值,通过创建很大的表格而节省时间 www.infoq.com 8. The application compares two hash values: the hash value of text in a file to the hash value of text in a 应用程序比较两个哈希值:某个文件中的文本的哈希值与 msdn2.microsoft.com 9. The returned hash value is of the type identified by 派生的对象。返回的哈希值属于由 msdn2.microsoft.com 10. A hash value to speed up the search, computed by the 一个用于加快搜索速度的哈希值,由 msdn2.microsoft.com 1. An integer value that specifies a hash value for this 一个整数值,它指定此 msdn2.microsoft.com 2. And returns a fixed-size string, which is called the hash value 并返回一个固定大小的字符串,该字符串称为哈希值 msdn2.microsoft.com 3. Wide Area Service Discovery Using Hash-Value 基于散列值的广域网服务发现 www.ilib.cn 4. Calculates hash value for address 计算地址哈希值 www.hotpim.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。