资源列表

« 1 2 ... .95 .96 .97 .98 .99 2300.01 .02 .03 .04 .05 ... 2656 »

[数据结构常用算法main

说明:1.实现线性表的链式存储结构——线性链表。从文件输入一批整数,建立有序链表(升序),并完成: • 查找一个指定元素 • 插入一个给定元素 • 删除一个指定元素 • 统计链表的长度 • 输出线性链表 • 实现安逆序链表的重建 2.采用链式结构实现任意多项式的存储,求两个多项式的和。 -1. The linear form of the
<张晓敏> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明:二叉树排序的建立,以及二叉树的其他一些操作。-二叉树
<zt> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Josephus

说明:此代码能够利用循环链表解决约瑟夫问题并且为c++代码-This code can solve the Josephus problem using circular linked list and for the c++ code
<李万彬> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法floyd

说明:floyd算法实现 其中给出了一个例子矩阵-floyd algorithm which gives an example of matrix
<郭普宁> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法1328

说明:算法设计与分析的题目。雷达问题,这个程序就是解决这个问题的 。-Algorithm design and analysis of the topic. Radar problem, this procedure is to solve this problem.
<ljm> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffman

说明:哈夫曼树的建立和编码 输入组成二叉树的各个叶子值和权值,建立最优二叉树,并输出最优二叉树的数组存储形式。-Huffman coding tree for the establishment and composition of binary input values of all the leaves and weight, the establishment of the optimal binary tree, and stor
<李城> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明:采用树的左右孩子存贮结构,实现树的先序、中序、后序及层序遍历。-About children with tree storage structure, to achieve the tree first order, in order, and postorder traversal sequence.
<云上的鱼> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法mergelink

说明:这是一个实现有序链表合并的小程序。主要是为了掌握数据结构与算法。-This is a linked list to achieve an orderly combination of small programs. Mainly in order to grasp the data structures and algorithms.
<云上的鱼> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffman

说明:在解某些判定问题时,利用哈夫曼树获得最佳判定算法。输入学生人数和0-59、60-69、70-79、80-89、90-100各等级分布比例,输出比较次数。-Determined in the solution of certain problems, determine the best use of the Huffman tree algorithm. Enter the number of students and 0-59,60-
<赵明敏> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法inverse

说明:输入一串序列,构造一个链表,并对该链表进行逆转。-Enter a sequence, construct a list, and the reversal of the list.
<赵明敏> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法DS01

说明:设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的头指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法-Let A and B are two nodes with the first order circular list (the so-called point of order is the link to t
<火腿狼> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra

说明:Dijstrat算法求最短路径,可行性算法分析-Dijstrat
<xiaoming> 在 2025-01-15 上传 | 大小:1kb | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 2300.01 .02 .03 .04 .05 ... 2656 »

源码中国 www.ymcn.org