四个女生求载去三番,新人求帮助。。# Joke - 肚皮舞运动
j*2
1 楼
在那道"找两个超大文件里共同的url"的题里,要把每个url算hash再模10,存到小文件
里,不知道怎么算string的hash,找到一个
#include
void main()
{
string s=...
locale loc;
const collate& coll = use_facet >(loc);
long hash = coll.hash(s.data(),s.data()+s.size());
}
不知道是不是常规的算法?对locale, collate, use_facet都很陌生。
里,不知道怎么算string的hash,找到一个
#include
void main()
{
string s=...
locale loc;
const collate
long hash = coll.hash(s.data(),s.data()+s.size());
}
不知道是不是常规的算法?对locale, collate, use_facet都很陌生。