搜索资源列表
cv3
- struct Edge { Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
cv4
- Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
cv6
- Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
tot-asp-scan
- 增加了对ifr a me,scr ipt的检查,可以恢复被大量置入ifr a me的网页。免得手动去删除的麻烦。 virus_lib.asp增加了对ifr a me,scr ipt的控制参数分别为: Const removeifr a me=true 是否检查ifr a me Const ifr a meKey="3322" ifr a me 中的关键字,如果出现系统将自动清除 Const removescr ipt=true 是否检查scr ipt Con
RSADES
- DES和RSA混合加密DES密码体制主要由3方面组成:密钥生成、加密函数以及解密函数。该算法在VC6.0的平台下以C++来实现。子函数说明- Void SetKey(const char* Key, int len) { Memset(deskey,0,16) Memcpy(deskey,key,len>16?16:len) SetSubKey(&SubKey[0],&deskey[0]) Is3DES = len