资源列表

« 1 2 ... .48 .49 .50 .51 .52 653.54 .55 .56 .57 .58 ... 2656 »

[数据结构常用算法hfmcpp

说明:赫夫曼编码本程序实现了使用赫夫曼编码压缩数据;输入一串字符串sourceCode——为方便理解,暂时要求字符串只包含大写字母和空格,如果你愿意, 很容易就可以推广到所有的字符——计算出字符串中各个字母的权重,然后对其进行赫夫曼编码,输出赫夫曼树。 将赫夫曼树的叶子结点存储到有序二叉树中,输出原字符串经压缩后得到的用 0 和 1 表示的新字符串destCode; 然后利用赫夫曼树将字符串destCode进行译码,得到目标字符串objCode,比较objCode和sourceCod
<xhh> 在 2025-06-12 上传 | 大小:4kb | 下载:0

[数据结构常用算法Stack

说明: 实现对输入的算术表达式进行计算,用栈完成此项功能-Calculate the Expression using Stack
<> 在 2025-06-12 上传 | 大小:67kb | 下载:0

[数据结构常用算法data

说明:针对函数代码行符号、字母等进行计算统计的数据结构算法-Lines of code for the function symbols, letters and other statistical data to calculate the structure of algorithm
<czyzoe> 在 2025-06-12 上传 | 大小:288kb | 下载:0

[数据结构常用算法try03

说明:假定一个单向循环链表来表示队列(即循环链队),该队列只设一个队尾指针,不设队首指针,试编写下列各种运算的算法: 1) 向循环链队插入一个元素值为x的结点。 2) 从循环链队中删除一个结点。 3) 访问队列 -The assumption that a one-way circle to indicate the queue list (that is, the cycle chain teams), which is only a team queue tail pointer
<zhx> 在 2025-06-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法PARD

说明:大规模稀疏矩阵的求解是高性能计算中的一个常见问题。本文介绍了用直接法求解矩阵的一些问题以及使用Intel MKLPARDISO 接口求解稀疏矩阵的方法。 -Large-scale sparse matrix is a high-performance computing to solve a common problem. This paper introduces the direct matrix method and the use of some of the problems In
<段保京> 在 2025-06-12 上传 | 大小:199kb | 下载:0

[数据结构常用算法shujujiegou

说明:关于数据结构的一些经典算法和问题,使用与刚学数据结构的学生-On a number of classic data structures and algorithms, the use of data structure and just the students
<刘宇琦> 在 2025-06-12 上传 | 大小:24kb | 下载:0

[数据结构常用算法zuiduanlujingwenti

说明:最短路径问题的PPT描述,在数学建模上的广泛应用-PPT shortest path problem described in the mathematical modeling on a wide range of applications
<罗大侠> 在 2025-06-12 上传 | 大小:834kb | 下载:0

[数据结构常用算法DS_Source_Code_In_C

说明:二杈树算法 数据结构实验 项目 二杈树的算法-bitree myfile
<放分> 在 2025-06-12 上传 | 大小:70kb | 下载:0

[数据结构常用算法Algorithm-cupidity-SDL

说明:基于SDL的图形化贪心算法演示,支持节点的拖放,指定其实节点等功能,使用vs2008编译,需SDL依赖库-a graphical demo about cupidity arithmetic based on SDL
<KingMars> 在 2025-06-12 上传 | 大小:927kb | 下载:0

[数据结构常用算法C_algorithm

说明:用C实现的各种基本算法,非常实用。pdf文件,讲解清晰,通俗易懂-C achieved with a variety of basic algorithms, very useful. pdf documents, on a clear, user-friendly
<keenas> 在 2025-06-12 上传 | 大小:12.18mb | 下载:0

[数据结构常用算法erchashu

说明:是一份比较全面的有关于,二叉树知识的讲解,其中同时包括,前缀中缀后缀的的表达形式。希望能帮到大家-Is a more comprehensive information on, on the tree of knowledge, which also include the prefix infix suffix expressions. I hope to help you! ! !
<xs> 在 2025-06-12 上传 | 大小:3kb | 下载:0

[数据结构常用算法tree

说明:请你设计一下,如果解决这个“最小生成树”的问题-Design your look, if the solution to the " minimum spanning tree" problem
<frank> 在 2025-06-12 上传 | 大小:1kb | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 653.54 .55 .56 .57 .58 ... 2656 »

源码中国 www.ymcn.org