资源列表

« 1 2 ... .54 .55 .56 .57 .58 1759.60 .61 .62 .63 .64 ... 2656 »

[数据结构常用算法huffman

说明:实现最优二叉树的构造;在此基础上完成哈夫曼编码器与译码器。 假设报文中只会出现如下表所示的字符: 字符 A B C D E F G H I J K L M N 频度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 频度 63 15 1 48 51 80 23 8 18 1 16 1 6 2
<张娟> 在 2024-10-05 上传 | 大小:132096 | 下载:0

[数据结构常用算法solutions

说明:queues list data structure c++ some example code to use as tutorials
<magshs> 在 2024-10-05 上传 | 大小:131072 | 下载:0

[数据结构常用算法eight-queen

说明:八皇后问题及n皇后问题求解,数据结构的经典算法,及课程设计的需要-eight queen problem .data sructment problem
<张頔> 在 2024-10-05 上传 | 大小:131072 | 下载:0

[数据结构常用算法Huffman

说明:哈夫曼树的构造方法(1)每个节点都存在权重 以及左右子树 (2)树的所有节点在一个数组中 (3)整个数组构成一个棵哈夫曼树,最后一个节点就是树根,构造过程中数组中包含多个树 (4)有n个节点,那么构造的哈夫曼树应该有2*n-1个节点,序号2*n-1节点就是树根节点; (5)前n个节点都是叶子节点; (6)在构造哈夫曼树的时候总是寻找双亲为0的节点构造,因为双亲为0的节点才是树根节点-Huffman tree cons
<chenzd> 在 2024-10-05 上传 | 大小:131072 | 下载:0

[数据结构常用算法Kruskal-algorithm

说明:利用Kruskal算法,求各城市之间的最佳通信线路的布置问题。-Kruskal algorithm, to seeking the best lines of communication between cities layout.
<he san> 在 2024-10-05 上传 | 大小:131072 | 下载:0

[数据结构常用算法zixulie

说明:求两个字符串的最长公共子序列X 的一个子序列是相应于X 下标序列{1, 2, …, m}的一个子序列,求解两个序列的所有 子序列中长度最大的,例如输入:pear, peach 输出:pea。 -Seeking two strings of the longest common subsequence
<1111> 在 2024-10-05 上传 | 大小:131072 | 下载:0

[数据结构常用算法PackageProblem

说明:0-1背包问题经典解答,有界面,有具体执行算法。-0-1 knapsack problem the classic answer, interface, and the specific implementation of the algorithm.
<> 在 2024-10-05 上传 | 大小:131072 | 下载:0

[数据结构常用算法mlfzuijindui

说明:4蛮力法求解最近对问题 4蛮力法求解最近对问题-4 brute force method to solve the problem brute force method for solving the problem
<zx> 在 2024-10-05 上传 | 大小:131072 | 下载:0

[数据结构常用算法2011014334

说明:简单实用的学生成绩管理系统,可以实现多门成绩的录入,G点计算,总分降序排序,单个学生信息查询等功能-Simple and practical student performance management system, you can achieve the results entry, G-spot calculations, total score descending order, individual student infor
<沙蚕ref> 在 2024-10-05 上传 | 大小:131072 | 下载:0

[数据结构常用算法myApp(1)

说明:it looks for a member in a population
<aviwe> 在 2024-10-05 上传 | 大小:131072 | 下载:0

[数据结构常用算法uapu93

说明:用C++编写的顺序聚类算法,对于刚开始学习有很大帮助!()
<wrijl> 在 2024-10-05 上传 | 大小:131072 | 下载:0

[数据结构常用算法pvoficient-hook

说明:基因演算法, ~和吃飼料的演算法, e面的 ~吃到飼料會越來越快,()
<bnatkx> 在 2024-10-05 上传 | 大小:131072 | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 1759.60 .61 .62 .63 .64 ... 2656 »

源码中国 www.ymcn.org