资源列表

« 1 2 ... .53 .54 .55 .56 .57 1458.59 .60 .61 .62 .63 ... 2656 »

[数据结构常用算法sort

说明:动态联编(用三种方法排序:冒泡排序、选择排序、插入排序)-three method of sort
<高亮> 在 2024-10-10 上传 | 大小:24576 | 下载:0

[数据结构常用算法123

说明:1. 掌握HUFFMAN树的建树和译码。 2. 深入理解HUFFMAN树的原理和执行步骤。 3. 理解HUFFMAN的存储结构。 -make your 11111111111
<陈胜> 在 2024-10-10 上传 | 大小:24576 | 下载:0

[数据结构常用算法12315641315

说明:1.输入n个结点的权值和字符,不断选择最小值和次小值建成HUFFMAN树,如果从叶结点开始向上遍历译成HUFFMAN编码。然后把每个字符对应的码值显示出来。 2.输入任意字符串,转化成HUFFMAN编码 3.输入任意HUFFMAN编码,转化为字符串。 原理: 从给定的叶子及树重中选择最小和次小的两棵树构成一棵新树,所得的和放入森林中继续比较,重复以上步骤,直到仅剩一棵树,即为哈夫曼树。 -make your 1231
<陈胜> 在 2024-10-10 上传 | 大小:24576 | 下载:0

[数据结构常用算法tanxin

说明:使用贪心算法来解决的一些实际应用问题,包括经典的背包问题-Greedy algorithm used to solve some of the practical application of issues, including the classic knapsack problem, etc.
<bugboy> 在 2024-10-10 上传 | 大小:24576 | 下载:0

[数据结构常用算法02-23-65

说明:通过输入车厢系列的编号n,求出所有可能由此输出的长度为n的车厢系列,用入栈出栈的方法,实现车厢调度,并演示每一种出栈序列的过程。任务:假设停在铁路调度站入口处的车厢系列的编号依次为1,2,3,…n。设计一个程序,求出所有可能由此输出的长度为n 的车厢系列。-Series by entering the number of compartments n, the resulting output to derive all possibl
<李晓杰> 在 2024-10-10 上传 | 大小:24576 | 下载:0

[数据结构常用算法Kruskal

说明:克鲁斯卡尔算法思想.cpp int seekedge(EDGE * (&a), int n) void bubble(EDGE * (&a), int size) void searchandjoin(EDGE * (&a1), int k) // a1是图边集头指针,a2是最小生成树边集的头指针,k为所要删的边 void storepicture(EDGE * (&a), int n, VERTEX *b, int
<李虚东> 在 2024-10-10 上传 | 大小:24576 | 下载:0

[数据结构常用算法classic_Problem_algorithm

说明: 包含几个经典问题算法,如骑士遍历,N皇后问题回溯等。对这些算法有兴趣的可以一看。-Algorithm contains several classic problems, such as the Knight traversal, N queens problem back and so on. Are interested in these algorithms can have a look.
<mei> 在 2024-10-10 上传 | 大小:24576 | 下载:0

[数据结构常用算法Huffman

说明:哈夫曼编码包含代码及运行过程,含有算法的描述。-Huffman coding with code and running, containing algorithm descr iptions.
<王娜> 在 2024-10-10 上传 | 大小:24576 | 下载:0

[数据结构常用算法h

说明:哈弗曼树的介绍,关于树和根树的概念深化和重要应用-Havermann tree introduction, on trees and tree roots important application of the concept of deepening and
<victor> 在 2024-10-10 上传 | 大小:24576 | 下载:0

[数据结构常用算法datastructure

说明:数据结构二叉树实验报告,包括 (1)创建二叉树 (2)递归算法先序遍历二叉树 (3)非递归算法中序遍历二叉树 (4)递归算法后序遍历二叉树 (5)求二叉树叶子结点个数 (6)按层次遍历二叉树 (7)求二叉树树深 -A binary tree data structure, experimental report, including (1) Create a binary tree (2) recursi
<lqs010203> 在 2024-10-10 上传 | 大小:24576 | 下载:0

[数据结构常用算法limit

说明:用C实现了分支限界算法,读者可以运行该程序理解分支限界算法-Achieved with the C branch and bound algorithm, readers can run the program understand the branch and bound algorithm for
<zhou> 在 2024-10-10 上传 | 大小:24576 | 下载:0

[数据结构常用算法bank

说明:数据结构上机报告-银行业务模拟,里面有详细的说明和源码,喜欢的同学下载吧-The data structure starts up a report-bank the business imitate, in have expatiation and source code, the classmate liking downloads
<王超> 在 2024-10-10 上传 | 大小:24576 | 下载:0
« 1 2 ... .53 .54 .55 .56 .57 1458.59 .60 .61 .62 .63 ... 2656 »

源码中国 www.ymcn.org