Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - hash
Search - hash - List
一共五个源代码文件,,分别实现哈希表遍历,,播放动画,,写文件,,带对话框的窗口和访问数据库!-a total of five source code files, respectively achieving hash table traversal, and broadcast animation, and writing paper. with the dialog window and access to the database!
Date : 2008-10-13 Size : 4.1kb User : 上官东航

测试哈希表,对初学者有帮助,请看测试部分-test hash table, for beginners help, please look at the testing of some
Date : 2008-10-13 Size : 17.9kb User : luo

以IP地址为例,介绍采用Hash技术统计分析海量数据,结果存入数据库,由于数据库文件太大,只上载了Java源代码-IP addresses as an example, the use of statistical analysis Hash Massive technical data, the results are stored in the database. As the database files too, with only contains the Java source code
Date : 2008-10-13 Size : 16.26kb User : liangwen

以IP地址为例,介绍采用Hash技术统计分析海量数据,结果存入数据库,由于数据库文件太大,只上载了Java源代码-IP addresses as an example, the use of statistical analysis Hash Massive technical data, the results are stored in the database. As the database files too, with only contains the Java source code
Date : 2025-12-29 Size : 16kb User :

DL : 0
这是一个URL检索的算法,其中有天网的Hfip散列,ELFhash、hf、Hashcode四种散列方法可供调用,主程序为Stringhash.java。-err
Date : 2025-12-29 Size : 29kb User : 陈方然

简单的词频统计,利用java 实现,使用hash表-Simple word frequency statistics, the use of java realize, the use of hash table
Date : 2025-12-29 Size : 3kb User : dengpegn

Hash函数实例,所用文章为5000单词以内,所以初始为求出所取单词的hash值,然后对1901求余,所得的余数作为一个数组的下标,数组的每一个数又是一个链表,凡余数相同的单词放入同一链表.此为所构造的hash函数.-Hash function examples used in the article for the 5000 words or less, so the initial word is derived by taking the hash value, and then seek to 1901 while the remainder of the proceeds as a subscript array, the array of each number is also a linked list, Where more than the same number of words placed in the same list. This is the structure of the hash function.
Date : 2025-12-29 Size : 3kb User : 王争社

DL : 0
Java里的hash类的用法,可以当做一个参考,完善自己的Java程序-Java s hash kind of usage, can be used as a reference, and improve their own Java program
Date : 2025-12-29 Size : 64kb User : jacket

DL : 0
创建一个包装学生信息的java类:包括name,number, age,height,创建该对象的数组用于表示n个学生的信息,并具备显示所有学生信息,查找某个学生的功能。(有输入流,输入数据,使用hash表存储数据) 包含相关代码和运行结果-Create a package of java category of student information: including name, number, age, height, create the object array used to represent n student information and have the capacity to display information for all students to find a student function. (With input flow, input data, the use of hash table to store data) contains the relevant code and operating results
Date : 2025-12-29 Size : 13kb User : zhou

DL : 0
HashMapping: 算法基础,用于大数据量的可查询存储-HashMapping: Used in store data, eg.e-dictionary
Date : 2025-12-29 Size : 2kb User : 荆江

DL : 0
 SHA (Secure Hash Algorithm,译作安全散列算法) 是美国国家安全局 (NSA) 设计,美国国家标准与技术研究院 (NIST) 发布的一系列密码散列函数。正式名称为 SHA 的家族第一个成员发布于 1993年。然而现在的人们给它取了一个非正式的名称 SHA-0 以避免与它的后继者混淆。两年之后, SHA-1,第一个 SHA 的后继者发布了。 另外还有四种变体,曾经发布以提升输出的范围和变更一些细微设计: SHA-224, SHA-256, SHA-384 和 SHA-512 (这些有时候也被称做 SHA-2)。 -SHA (Secure Hash Algorithm, Secure Hash Algorithm translated) is a U.S. National Security Agency (NSA) design, the U.S. National Institute of Standards and Technology (NIST) released a series of password hash function. Formally known as the SHA family members of the first release in 1993. But now people take it the informal name of a SHA-0 in order to avoid confusion of its successor. Two years later, SHA-1, the first successor to SHA issued. There are four variants have been released to enhance the output of some minor changes to the scope and design: SHA-224, SHA-256, SHA-384 and SHA-512 (these are sometimes also known as SHA-2).
Date : 2025-12-29 Size : 1kb User : 陈诚

实用数字签名的步骤 (1)发送方使用MD5算法对原始信息进行计算,获得一个固定长度的信息摘要 (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘要是否一致-Practical steps to a digital signature (1) sender MD5 algorithm used to calculate the original information, access to a fixed length message digest (2) use their own sender s private key to generate encrypted information generated by the sender s digital signature, the sender of the digital signature as an annex to send a message and express information, together with the recipient s public key for encryption, will be encrypted ciphertext sent to the receiver together (3) the recipient first received ciphertext with its own private key to decrypt received explicit information and digital signatures, and then the sender s public key to decrypt the digital signature, and then use the same one-way hash algorithm to calculate the explicit information to be decrypted, the message digest contrast calculated message digest and the sender sent the message digest are consistent
Date : 2025-12-29 Size : 23kb User : 张云

DL : 0
JAVA的哈希算法,非常适合初学者。 1. 直接寻址法2. 数字分析法3. 平方取中法 4. 折叠法5. 随机数法6. 除留余数法-JAVA hash algorithm is very suitable for beginners. 1. Direct addressing method 2. Digital analysis 3. Square to take the Sino-French 4. Folding Method 5. Random number method 6. In addition to leaving the remainder France
Date : 2025-12-29 Size : 64kb User : fdaf

DL : 0
通过hash函数实现节目单的编排节目单输入区.add(new JLabel("节目名称:")) 节目单输入区.add(名称文本框) -Through the hash function implementation program for the scheduling of programs single-input area. Add (new JLabel ( " Program Name :" )) program single-input area. Add (Name text box)
Date : 2025-12-29 Size : 14kb User : 刘婷婷

Simple Data Dictionary that implements Hash for course: Information retrieval and storage
Date : 2025-12-29 Size : 6kb User : armando

java算法高级设计hash代码Advanced Design hash algorithm code java -Advanced Design hash algorithm code java
Date : 2025-12-29 Size : 65kb User : sk

java算法高级设计hash代码Advanced Design hash algorithm code java -Advanced Design hash algorithm code java
Date : 2025-12-29 Size : 45kb User :

this file contain Hash table examples: hash table for bank and hash table for city and hash table example
Date : 2025-12-29 Size : 41kb User : rana

Chroma-Hash是一个能够为用户提供更好密码输入体验的jQuery插件。它能够将输入的值转换成某种颜色组合。用户只要记住正确密码的颜色,就能够判断自己输入的密码是否正确,而不需要等到提交服务器才知道是否正确。-Chroma-Hash is able to provide users with a better jQuery plugin password input experience. It is able to convert the value of the input a color combination. The user Just remember color correct password, will be able to judge their input password is correct, without the need to wait until submitted to the server to know correctly.
Date : 2025-12-29 Size : 9kb User : gpudn21

DL : 0
tWITTER hASH coDE fETCHER
Date : 2025-12-29 Size : 1kb User : hacker231
« 12 3 4 5 6 7 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.