资源列表

« 1 2 ... .41 .42 .43 .44 .45 146.47 .48 .49 .50 .51 ... 2656 »

[数据结构常用算法Huffmatreeofdatastructure

说明:哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。所谓树的带权路径长度,就是树中所有的叶结点的权值乘上其到根结点的路径长度(若根结点为0层,叶结点到根结点的路径长度为叶结点的层数)。树的带权路径长度记为WPL=(W1*L1+W2*L2+W3*L3+...+Wn*Ln),N个权值Wi(i=1,2,...n)构成一棵有N个叶结点的二叉树,相应的叶结点的路径长度为Li(i=1,2,...n)。可以证明哈夫曼树的WPL是最小的。-Huff
<刘正朝> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:一元多项式乘法 包含密运算  新学数据结构的可以参考参考 -One dollar secret polynomial multiplication operations include the new data structure can refer to reference
<杨锦波> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法houzhui

说明:中缀表达式转换为后缀表达式并求值 使用switch语句-Infix expression into a suffix for the value of expression and the use of switch statement
<baichi123> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法MINTREE

说明:无向图的最小生成树程序,还不错哦~供大家分享,有文字说明-Undirected graph of the minimum spanning tree procedure, but also good for your sharing ~ Oh, there are text
<kreaya> 在 2025-01-12 上传 | 大小:1kb | 下载:1

[数据结构常用算法Cpp

说明:c++写得对于链表结构体操作的函数 实现了链表的基本操作
<付良> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法kruscal

说明:最小生成树,我自己做的小程序,很好用,希望和大家分享-Minimum spanning tree, my own little program, very good, and would like to share with
<lbx> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法undirected_graph_connectivity

说明:求无向图连通分支_dfs实现,很好用,希望和大家分享-For undirected graph connectivity _dfs branch to achieve
<lbx> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法lianbiao

说明:制作一个单向链表,实现以下功能 可以前向插入 后向插入输入 可以删除数据 可以查询显示数据-The production of a one-way linked list, the following functions can be inserted before the insertion can delete the data input display data available
<lingdu0001> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法shu

说明:1.建立一个抽象数据类型的二叉树演示程序,菜单包括Creak(建树),Traval(遍历),LEAVES(叶子结点),DISPLAY(显示),DESTROY(销毁),EXIT(退出)。 2待加工的数据为字符型,在过程中键入.-1. The establishment of an abstract data type of binary tree demo program, and the menu includes Creak (c
<lingdu0001> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法8Queen

说明:此程序乃8皇后问题,是数据结构中一个典型递归调用程序,此程序可输入任意个皇后数目赖进行计算-This procedure is 8 Queen' s problem is the data structure of a typical recursive procedure call, this program can enter any number of Queen' s calculation depends on
<xuminghui382> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法Fibonacci

说明:如何解决Fibonacci数列问题的源代码-How to solve the problem of Fibonacci series of source code
<kent> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法7

说明:二叉树排序代码,动态生成二叉树,进行动态查找-Binary tree sort code, dynamically generated binary tree, dynamic search
<zhengcaiyi> 在 2025-01-12 上传 | 大小:1kb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 146.47 .48 .49 .50 .51 ... 2656 »

源码中国 www.ymcn.org