摘要: #include<iostream> #include<string> using namespace std; const int N = 10010; //A 65 0 int a[N]; string v[510]; int Hash(const int* Key, int TableSize 阅读全文
posted @ 2024-10-30 21:47 某朝 阅读(9) 评论(0) 推荐(0)
摘要: 字符串关键词的散列函数构造 平方探测法 阅读全文
posted @ 2024-10-30 21:01 某朝 阅读(13) 评论(0) 推荐(0)