摘要
Hashing文件组织是直接存取记录的一种基本方式,其核心是进行代码地址转换.由于Hashing方法是将记录随机地分配到存贮区中的,难免发生碰撞和溢出,本文就如何处理这些问题作了一些探讨.
Hashing organization is a basic mode of direct access records. The core of Hashing is key-to-address-transformation. Bump and overflow are difficult to avoid due to Hashing method randomly assigns records in storage area. How to handle them is the main subject discussed in this article.
出处
《沈阳建筑工程学院学报》
1989年第3期65-72,共8页
Journal of Shenyang Archit Civil Eng Univ: Nat Sci
关键词
文件组织
散列算法
碰撞
溢出
File Systems
Bump
Overflow Handling
Hashing