资源列表
[数据结构常用算法] eightqueen
说明:八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。-Eight queens problem is an old and well-known proble<师顿> 在 2025-06-17 上传 | 大小:6kb | 下载:0
[数据结构常用算法] good-fpgrowth
说明:本人已经调通的FP-TREE算法,VS2010下C++程序。该算法结构输出置信度和支持度,给出的源程序种包含测试数据fpdata.dat。调试了好久才调通。一定要注意:数据集里每一行数据,不能有重读出现的数字。这也是FP-TREE数据挖掘算法的的基本要求。数据集默认是.dat文件,也可以是txt-FP-TREE algorithm I has been transferred, VS2010 under C++ program. The output of the algorithm struc<xionglian> 在 2025-06-17 上传 | 大小:4.55mb | 下载:0
[数据结构常用算法] Kruskal-dlg
说明:Kruskal_最小生成树算法 图 树 算法-Kruskal Minimum_spanning_tree<赵金文> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Dijkstra-algorithm
说明: 对于有向带权图中从一个确定结点到其余各结点的最短路径问题,狄克斯特拉斯提出按路径长度递增顺序逐步产生最短路径的算法构造。- For the weighted graph from one node to determine the shortest path problem the rest of the nodes, Dicks Atlas raised gradually ascending order by the path length of the shortest path al<王册> 在 2025-06-17 上传 | 大小:94kb | 下载:0
[数据结构常用算法] lianshou
说明:有15个人围成一圈,顺序从1到15编号。从第一个人开始报数,凡报到n的人退出圈子。用C语言写出程序,输入n(n>=1)的值,输出最后留在圈子里的人的编号 -Have 15 people in a circle, the order number from 1 to 15.Starting from the first person counted off people who report to n out of circle.Using C language to write the p<丁丁> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] HuffmanTree
说明:哈夫曼树的基本构建以及哈夫曼树构建成功的基本举例-The basic building Huffman trees and Huffman basic building a successful example<YZQ> 在 2025-06-17 上传 | 大小:2.01mb | 下载:0