资源列表

« 1 2 ... .29 .30 .31 .32 .33 334.35 .36 .37 .38 .39 ... 2656 »

[数据结构常用算法LCS

说明:该程序用于求两个序列的最长子段,通过动态规划算法,记录子问题的结果,进而求出最终的最长子段。-The procedure used to find the longest sequence of two sub-sections, through dynamic programming algorithm to record the results of sub-problems, and then find the longest sub-section final.
<朱江> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法0203

说明:利用赫夫曼树的编码思想,构造一个完整的赫夫曼编码系统。 要求如下: ①从键盘读入字符集大小n,以及n个字符和n个权值,建立赫夫曼树,然后对赫夫曼树进行编码,输出结果。 ②使用上述字符集创建一个任意的明文,对该明文进行编码,输出该明文的电文序列。 ③利用上述创建的编码集合,输入任意的电文序列,输出该电文的明文。-Use Huffman coding tree thinking, construct a complete Huffman coding syst
<Lr> 在 2025-06-14 上传 | 大小:2kb | 下载:0

[数据结构常用算法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

[数据结构常用算法yiyuan

说明:多项式的四则运算,数据结构线性链表的经典例题。-Polynomial arithmetic, linear linked list data structure classic example.
<wuhuali> 在 2025-06-14 上传 | 大小:443kb | 下载: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

[数据结构常用算法seq_list

说明:顺序列表的创建,插入元素,删除元素,倒置元素,对元素进行排序,查找元素-Order of the list is created, insert elements, remove elements, inverted elements, the elements are sorted, find elements
<aican> 在 2025-06-14 上传 | 大小:1.49mb | 下载: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
« 1 2 ... .29 .30 .31 .32 .33 334.35 .36 .37 .38 .39 ... 2656 »

源码中国 www.ymcn.org