虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

您现在的位置是:虫虫下载站 > 资源下载 > 数据结构 > /* * The internal form of a hash table. * * The table is an array indexed by the hash of the k

/* * The internal form of a hash table. * * The table is an array indexed by the hash of the k

  • 资源大小:7 K
  • 上传时间: 2014-01-07
  • 上传用户:weizik
  • 资源积分:2 下载积分
  • 标      签: table hash The the

资 源 简 介

/* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple design it * isn t too bad given that pools have a low allocation overhead. */ split from apache for general usage

相 关 资 源

您 可 能 感 兴 趣 的