C 语言 map实现

时间:2017-01-12 07:31:13
【文件属性】:

文件名称:C 语言 map实现

文件大小:9KB

文件格式:RAR

更新时间:2017-01-12 07:31:13

C map

This is a simple hash table implementation in ANSI C. It supports the rudimentary functions generally expected of a hash table: Inserting and retrieving key-value associations Querying the existence of a key Returning the total number of key-value associations Iterating over all key-value associations


【文件预览】:
strmap.h
strmap.c

网友评论

  • 基本功能都有,但是还差,比如清空操作就没有,需要自己添加。
  • 借鉴下,准备引入的配置功能里去。
  • 简单实用,谢谢分享。
  • 还可以把,有些值得借鉴
  • 简单实用,值得借鉴
  • 简单实用,值得借鉴
  • 这是hash map,不是map的实现!
  • 很好,可以好好的研究,学习了,多谢!
  • 很好,外国人写的。比较简单实用
  • 还可以把,有些值得借鉴