Description: HASH reference tutorial file construction algorithm, design a set of HASH file functions, including HASH file creation, open, close, read, write, and so on. Write a test file, by recording the save, search, delete, etc, check the HASH file is implementation dependent feature.
File list (Check if you may need any files):
实验4文件系统\HashFile.c
.............\HashFile.h
.............\jtRecord.c
.............\jtRecord.h
实验4文件系统