搜索资源列表
任意基数阶魔方块
- 基本算法为:先将1填入第一行中间位置;再依次将2-n方按如下规律填写://1,填入上个数上一行的右边位置,如果没有上一行则转到最后一行,如果右边没有方格//则转到最左边的方格。2,如果要填的位置上已经有数,则转填到它上一个数的下边方格//3,对于第一行的最后一个数的下一个数应填在该数下边的空格处-basic algorithm : a first Enter the middle of the first line; Another will be followed by 2-n-law fil
Candidate-Eliminate
- Candidate-Eliminate算法实现-Candidate-Eliminate algorithm
Poster
- 本程序实现候选人算法-m个候选人贴海报,求解最终可见海报的个数,实现中可能对超大m值无法完成,谨慎。-This procedure candidate algorithm-m a candidate posters, solving final visible Poster number, that may not be completed, the large value of m cautious.
Apriori
- 一种改进的aprior算法,用二进制的编码计算来取代传统算法的剪枝和联接操作,可以避免多次扫描系统和减少候选集,提高运算效率-An improved aprior algorithm, using binary coding calculations to replace traditional methods of pruning and join operations, to avoid repeated scanning system and reduce the candidate se
2120170390#2
- 候选消除法,一个作业的展示,不过能很好的表现算法的大致结构(candidate eliminate algorithm)