1. 首页
  2. 服务器应用
  3. Proxy
  4. 散列算法(C++)

散列算法(C++)

上传者: 2020-09-20 22:48:18上传 TXT文件 2KB 热度 11次
散列算法 #include #include #include #include enum{ NPREF=2, NHASH=4093, MAXGEN=10000 }; typedef struct State State; typedef struct Suffix Suffix; struct State{ char *pref[NPREF]; Suffix *suf; State *next; };
下载地址
用户评论