资源列表

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

[数据结构常用算法program

说明:数据结构的部分算法程序。相对来说是通用算法中效率比较高的程序-Algorithm for data structure part of the procedure. Relatively common algorithm more efficient procedures
<韩文杰> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法2-3youjuxuanzhi

说明: 在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的街区中。用x坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。街区中任意2点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。 居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。 -In a direction in accordance with the Eas
<kobewylb> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法list_do

说明:数据结构自己写的双向链表的实现,希望对大家有用-Data structure to write their own realization of two-way linked list, in the hope that useful to everybody
<yuhongchang> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法mingtiyansuan

说明:(1)利用二叉树来计算公式的真值。首先利用堆栈将中缀形式的公式变为后缀形式;然后根据后缀形式,从叶结点开始构造相应的二叉树;最后按后序遍历该树,求各子树之值,即每到达一个结点,其子树之值已经计算出来,当到达根结点时,求得的值就是公式之真值。 (2)逻辑变元的标识符不限于单字母,而可以是任意长的字母数字串。 (3)根据用户的要求显示表达式的真值表。 -(1) the use of binary tree to calculat
<hillary> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法fpgrowth

说明:这是一个fp-growth算法,十分有用-This is a fp-growth algorithm, very useful
<11> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法shujujiegou

说明:包含了几个常用的数据结构算法:KMP算法、单链表的合并、快速排序和折半查找算法-Contains a number of commonly used data structure algorithms: KMP algorithm, a single consolidated list, quick sort and binary search algorithm
<luo_hongbin> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法huffman

说明:huffman二叉树的应用,里面有非常详细的源码,看了你就知道了.-huffman binary tree application, which has a very detailed source code, read you know.
<李灵> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法shunxubiao

说明:数据结构顺序表实验,还附加实验报告哦,大家下来看看吧-Sequence data structure table experiment, experimental report also attached Oh, everyone down to see it
<张璐> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法jisuanqi

说明:设计一个一元多项式的简单计算器,其基本功能应有¬ ①输入并建立多项式,②输出多项式,③多项式相加,④多项式相减,⑤多项式的乘积。可利用单链表或单循环链表实现之。-One dollar to design a simple polynomial calculator, and its basic functions ? ① should have input and to establish polynomial, ② output
<hulinjie> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法huolangdanwenti

说明:货郎担问题算法和程序,包括限界算法,和分支限界图形演示,绝对能执行-Traveling salesman problem algorithms and procedures, including Bound algorithm, and branch and bound graphical presentation is absolutely able to perform
<大湖> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法Graph

说明:c语言些的程序,数据结构中图的遍历算法实现。-c language of some of the procedures, the data structure in graph traversal algorithm.
<帅帅> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法CH18

说明:C语言经典算法之四,高级C程序员不得不了解的算法.-C language of the four classic algorithms, advanced C programmers have to understand the algorithms.
<tiancai> 在 2024-10-10 上传 | 大小:7168 | 下载:0
« 1 2 ... .53 .54 .55 .56 .57 1458.59 .60 .61 .62 .63 ... 2656 »

源码中国 www.ymcn.org