摘要: C/C++ Programming C++ TutoralThe cplusplus.com TutorialC++ StringIntroduction to Object-Oriented Programming Using C++DJGPPStandard Templale LibraryMakefile TutorialMachine Learning Softwares SVM Ligh... 阅读全文
posted @ 2009-10-14 22:20 doujiu 阅读(346) 评论(0) 推荐(0) 编辑
摘要: C++的一些免费库Linear Algebra MTL, the Matrix Template Library. Dense and sparse matrices and vectors; banded, symmetric, triangular matrices; basic algorithms. C++. 矩阵模版库,紧密和稀疏矩阵、矢量,带状,对称、三角矩阵,基本算法(C++语言)... 阅读全文
posted @ 2009-10-14 22:19 doujiu 阅读(785) 评论(0) 推荐(0) 编辑
摘要: ====================================指针的概念还是有很多tricks的,这里的p如果声明为int*型的指针,则1) p++ 就是p的地址加上一个int型的地址增量,而2) p+sizeof(int)则是p的地址加上sizeof(int)个int型大小的地址增量;====================================#include typede... 阅读全文
posted @ 2009-10-14 22:17 doujiu 阅读(154) 评论(0) 推荐(0) 编辑
摘要: Computer Science Conference RankingsDISCLAIMER:The ranking of conferences are taken mostly from an informal external source. The detailed procedure behind the ranking is unknown to the author. These r... 阅读全文
posted @ 2009-10-14 22:16 doujiu 阅读(779) 评论(0) 推荐(0) 编辑
摘要: 入侵检测系统的发展方向2009-05-18 10:38 入侵检测系统作为信息安全领域的一个组成部分,有着自己的独特的地方,虽然一直以来关于入侵检测的存在就有着仁者见仁的百家观点,但是IDS所面临的具体环境起码可以作为机器学习、人工只能的试验场,从中考虑计算机只能方法的应用也是个比较有意思的问题!1 分布式入侵检测与通用入侵检测架构 传统的IDS 一般局限于单一的主机或网络架构,对异构系统及大规模的... 阅读全文
posted @ 2009-10-14 22:13 doujiu 阅读(754) 评论(0) 推荐(0) 编辑