资源列表
[数据结构常用算法] binaryTree
说明:用代码动态实现任意一棵不超过四层的二叉树的先序遍历过程-With code dynamically to achieve no more than four of any one binary tree preorder process<魏丹银> 在 2025-06-14 上传 | 大小:35kb | 下载:0
[数据结构常用算法] record
说明:采用顺序存储结构,实现学生成绩处理的相关问题,包括:学生信息的录入、查询、修改、排序、确定名次以及信息的输出。其中学生信息包括:学号、姓名、四门课、总分、及排名; 排序方法包括:希尔排序、快速排序、选择排序。 -Sequential storage structure, to achieve student performance related issues, including: input student information, query, modify, sort, and<vermouthi> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[数据结构常用算法] Matrix_Sparse
说明:设计、实现稀疏矩阵的数据结构,并能修改矩阵中的元素值,对矩阵进行加法、乘法运算。-Design, implementation, sparse matrix data structure, and can modify the matrix element values of matrix addition, multiplication.<Liuning> 在 2025-06-14 上传 | 大小:485kb | 下载:0
[数据结构常用算法] eightqueen
说明:八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。-Eight queens problem is an old and well-known proble<师顿> 在 2025-06-14 上传 | 大小: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-14 上传 | 大小:4.55mb | 下载:0
[数据结构常用算法] Kruskal-dlg
说明:Kruskal_最小生成树算法 图 树 算法-Kruskal Minimum_spanning_tree<赵金文> 在 2025-06-14 上传 | 大小: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-14 上传 | 大小: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-14 上传 | 大小:1kb | 下载:0