Introduction - If you have any usage issues, please Google them yourself
Designed to achieve identity hash table lookup system, ID number for Hash. [Basic requirements] (1) Let each record the following data items: ID number (fiction, median and encoding rules can be consistent with the real), name and address. (2) input the keyboard or a file for each record, to build a hash table ID number for keywords. (3) use of open addressing method to resolve the conflict. (4) to find and display status information for a given record.