搜索资源列表
853
- Apriori算法源码(C++) 看了以前在这里发的apriori源码,觉得写得代码有些繁琐,现在重写了一下,主要是把数据操作和界面显示分离,使用了stl和boost,简化了字符操作的算法,数据库用的是mysql的,API是mysql++,在mfc下mysql++无法运行,所以gui框架用的是win32gui-lib(可以到sf.net/project/win32gui下载)。当然你也可以用odbc改写,或是换用别的数据库,因为算法逻辑是独立的,所以应该很容易改写 -Apriori
LAB_pro
- 有趣的小程序,是关于一些文字处理的,用到STL,也有一些巧妙的算法在里面。-interesting little procedures on some word processing, used in STL, there are also some clever algorithm inside.
STL-Algorithms
- STL Algorithms Non modifying sequence operations mismatch: 1. Generic mismatch algorithm: Find the corresponding positions in a deque and list at which unequal elements first occur 2. Check for mismatch between two vectors 3. Use mismatch fun
ssd5 opt 6
- Calculating "The Sum of Its Parts" Prerequisites, Goals, and Outcomes Prerequisites: Students should have mastered the following prerequisite skills. Trees - Knowledge of tree representation, particularly general hierarchies STL map contain
ministl
- 个人重写注释版 简洁 STL程序库,支持基本容器 算法 迭代器 以及类型萃取(Personal rewrite Notes version concise STL library, support the basic algorithm and container iterator type extraction)