由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - c++ stl里面有hash table吗?
相关主题
一个C++的问题请问关于hash table的大小设定问题。 (转载)
弱弱的问问跟hash有关的问题 (转载)问个hash table问题
interview question: (RB tree vs. hash table)[合集] 哪本C++书有讲virtual table的呢?
一个hash table的简单问题A question about page table
问个小问题SQL question
C下有没有好用的hash table函数库?How to update linked table in Access?
怎么把hash of hash 存到数据库里?ld的问题
[合集] perl symbol tables 一问问个SQL的问题
相关话题的讨论汇总
话题: hash话题: stl话题: table话题: c++话题: map
进入Programming版参与讨论
1 (共1页)
b********e
发帖数: 215
1
发现java里有hash table,但是c++ stl好像没有hash table,如果面试的时候写C++程
序要用到hash table怎么办?谢谢。
r*******y
发帖数: 290
2
STL has hashtable, hash_set,hash_map,hash_multiset, hash_multimap

【在 b********e 的大作中提到】
: 发现java里有hash table,但是c++ stl好像没有hash table,如果面试的时候写C++程
: 序要用到hash table怎么办?谢谢。

h**o
发帖数: 347
3
hashtable is not iso yet

【在 r*******y 的大作中提到】
: STL has hashtable, hash_set,hash_map,hash_multiset, hash_multimap
r*******y
发帖数: 290
4
en, you are right
But it's provided in SGI STL

【在 h**o 的大作中提到】
: hashtable is not iso yet
l*****d
发帖数: 236
5
Isn't std::map hash?

【在 h**o 的大作中提到】
: hashtable is not iso yet
r*******y
发帖数: 290
6
SGI STL uses R-B tree to implement map
they provide anyother map using hash as hash_map

【在 l*****d 的大作中提到】
: Isn't std::map hash?
l*****d
发帖数: 236
7
see...Looks like similar as Perl's hash?

【在 r*******y 的大作中提到】
: SGI STL uses R-B tree to implement map
: they provide anyother map using hash as hash_map

1 (共1页)
进入Programming版参与讨论
相关主题
问个SQL的问题问个小问题
我的DBA在生成ORACLE table的时候需要一个一个column看 (转载)C下有没有好用的hash table函数库?
typedef const char *month Table[3]怎么把hash of hash 存到数据库里?
C# table的内部gridline为什么出不来呢?[合集] perl symbol tables 一问
一个C++的问题请问关于hash table的大小设定问题。 (转载)
弱弱的问问跟hash有关的问题 (转载)问个hash table问题
interview question: (RB tree vs. hash table)[合集] 哪本C++书有讲virtual table的呢?
一个hash table的简单问题A question about page table
相关话题的讨论汇总
话题: hash话题: stl话题: table话题: c++话题: map