描述如何生成和验证哈希代码。
哈希算法指定哈希代码的大小。
32位有符号整数哈希代码。
使用自定义哈希函数为对象提供哈希代码。
Supplies a hash code for an object, using a custom hash function.
输入的哈希代码无效。
哈希函数是基于键返回数值哈希代码的算法。
A hash function is an algorithm that returns a numeric hash code based on a key.
哈希函数必须始终为相同的键返回相同的哈希代码。
A hash function must always return the same hash code for the same key.
当在派生类中重写时,将获取指定对象的哈希代码。
When overridden in a derived class, gets the hash code for the specified object.
输入的哈希代码无效。请尝试从程序集导入哈希代码。
The hash code entered is invalid. Try importing a hash code from an assembly.
使用忽略字符串大小写的哈希算法,为对象提供哈希代码。
Supplies a hash code for an object, using a hashing algorithm that ignores the case of strings.
使用哈希代码确保数据完整性描述如何生成和验证哈希值。
Ensuring Data Integrity with hash Codes describes how you can generate and verify hash values.
使用忽略字符串大小写的哈希算法返回给定对象的哈希代码。
Returns a hash code for the given object, using a hashing algorithm that ignores the case of strings.
计算并检索基于左边距、右边距、上边距和下边距宽度的哈希代码。
Calculates and retrieves a hash code based on the width of the left, right, top, and bottom margins.
因此,在确定同一类型的两个实例是否相等或实例的哈希代码值是多少时,这些属性不起作用。
Therefore, the properties play no role in determining whether two instances of the same type are equal or what the hash code value of the instance is.
在编写代码时应尽量避免嵌套循环,目前大多数代码都是使用了哈希表、简单链表和单循环。
Your code should (almost) never have multiple nested loops (a loop inside a loop inside a loop). Most of the code written today should use Hashtables, simple lists and singly nested loops.
清单6修改了代码,以传递代表路线属性的哈希映射表。
Listing 6 changes the code to pass a hash map representing the attributes for a trail.
aspx包含用于将用户输入的密码与SecureUsers表中所存储密码的 salt 强化哈希版本比较的代码(参见图7)。
BestLogin.aspx contains code that compares the user-entered password with a salted hashed version of the password stored in the SecureUsers table (see Figure 7 ).
它的工作方式是:从预处理源代码和用于编译源代码的编译器选项创建一个哈希表。
It works by creating a hash from the preprocessed sources and the compiler options used to compile the sources.
所以让我们来看一下第二个例子,好的,我继续做那件事,这段代码中从这里到这里,是创建一个大小为256的哈希表。
So let's look at the second example, all right, I keep doing that — this piece of code from here to here gives me a way of now creating a hash table of size 256.
作业参数存储在哈希表中,并当作业执行时将其发送到设备类的插件代码中。
Job parameters are stored in a hashtable and are passed to the device class plug-in code when the job is executed. Create a job object for setting job definition attributes as shown below.
当使用证书为存储过程签名时,会使用私钥创建由该存储过程代码的加密哈希组成的数据摘要。
When you sign a stored procedure with a certificate, a data digest consisting of the encrypted hash of the stored procedure code is created using the private key.
另外要注意的是,这些代码在你的环境中是无法工作的,因为我在PHP源码中添加了一些表掩码和哈希函数相关的代码。
Also note that the given PHP code won't work for you as I added special functions exporting the table mask and hash function to mz version of PHP.
说明:此代码是BT哈希表爬虫器。用来爬取BT中哈希表的数据进行分析,高性能版。
This code is a BT hash table reptiles. Used to crawling BT hash table data analysis, high-performance version.
创建基于哈希的消息验证代码(HMAC)实现的实例。
Creates an instance of the default implementation of a Hash-based Message Authentication Code (HMAC).
此属性标识创建XML数字签名时涉及到的所有加密功能,包括哈希算法、公钥算法、消息身份验证代码(MAC)和填充。
This property identifies all cryptographic functions involved in creating an XML digital signature, including hashing, public key algorithms, Message Authentication Codes (MACs), and padding.
此属性标识创建XML数字签名时涉及到的所有加密功能,包括哈希算法、公钥算法、消息身份验证代码(MAC)和填充。
This property identifies all cryptographic functions involved in creating an XML digital signature, including hashing, public key algorithms, Message Authentication Codes (MACs), and padding.
应用推荐