文件名称:Garwick
介绍说明--下载内容均来自于网络,请自行研究使用
这个课程项目完成了一个修改版的Garwick存储结构与查询设计。给定了一组数值, 如何以一定概率分布存储到表(table)中,然后再根据最大效率利用内存的原理(garwick规则),动态更新数据存储情况。-This course project has finished a modified version of Garwick algorithm. At first, a group of data is given then they are saved into the table with some predefined probability distribution. After that, adjust the memory allocation rule according to the input number based on the Garwick rule. This is to optimise the memory utilization. This is useful to understand the data structure and spatial store in memory.
相关搜索: garwick
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Garwick
.......\Garwick_modified.cpp
.......\Garwick_modified.cpp