搜索资源列表
Antivirussoftware
- 本程序只是简单介绍杀毒软件的编写方法,所以有很多不完善的地方,包括: 1,本程序是以冲击波蠕虫做的例子 2,文件遍历只搜索了 s目录下的文件 3,本程序不能查杀冲击波变种 本程序只是用做代码交流,如有错误,还请多多包含! -This procedure is a simple introduction of antivirus software compiling method, so there are many imperfect places, including:
code
- #include <QMap> #include <QMapIterator> #include <QDebug> int main() { QMap<QString, int> map map["one"] = 1 // insert using the [] operator map["two"] = 2 map.insert("seven", 7) // insert using ins