搜索资源列表
av_src
- 在系统加载程序时检查文件是否被感染,程序中运用了钩子技术,文件主要分3部分,分别的运行,安装和反安装。-loading procedures in the system when checking if the file has been infected, to use the procedures hook, the paper's main points three parts, the operation, installation and anti-installed.
comVirusrar
- 一次关于病毒课程的试验报告,在这个报告里还有相关的概念病毒等示例程序,主要感染com文件-virus programs on the test report, in this report there is the concept of the virus sample program, com main document infection
winlog.rar
- 说明:此文件只供研究使用,请勿使用于违法中,源码请勿修改 ,生成后保持原大小,修改后文件大小改变的话里面有些代码需要改变。 之中有不懂的地方可以问我,网站:www.9asky.cn,QQ:327710978,QQ群 :33920808。主要实现功能:1.感染EXE2.U盘传播3.文件关联,磁盘打开 方式修改4.自动关闭有关杀毒软件之类的网页和注册表之类,Descr iption: This document is for research use, please do not use i
bsl
- 《蓝色防线》主要有“网站安全查询”、“垃圾网站屏蔽”、“IE修复锁定”、“*云查杀”和“安全百宝箱”五大功能。这其中,“网站安全查询”调用的是“诺顿安全网址查询”的查询结果,它同时包含网站预览截图功能,可以在浏览网站前先了解网页大致内容;而“*云查杀”则是调用在线多杀毒引擎文件检测,实现传说中的“云查杀”。-" Blue line" main " website security check," " spam site blocking"
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
DecisionTree
- 决策树算法实现,C4.5,挺好的实现了,大家可以下载来-Cnt main(int argc, char* argv[]){ string filename = "source.txt" DecisionTree dt int attr_node = 0 TreeNode* treeHead = nullptr set<int> readLineNum vector<int> readClumNum int deep