资源列表

« 1 2 ... .15 .16 .17 .18 .19 1620.21 .22 .23 .24 .25 ... 2656 »

[数据结构常用算法TreeMap

说明:红黑树是一个更高效的检索二叉树,因此常常用来实现关联数组。典型地,JDK提供的集合类TreeMap本身就是一个红黑树的实现。-Red-black tree is a binary tree search more efficient, so often used to implement associative arrays. Typically, JDK provides a collection of classes TreeMap
<WSN> 在 2024-11-10 上传 | 大小:46kb | 下载:0

[数据结构常用算法Huffman

说明:运用赫夫曼编码的最优前缀码的贪心算法构造huffman树: 首先扫描输入文件,统计出现的字符以及每个字符出现的次数。每次取出现次数最小的那两个节点(node)合并成一个节点(node),并且将累计数值相加作为新的接点的累计数值,最顶层的是根节点(root) -Huffman coding using optimal prefix code of the greedy algorithm constructs huffman tree
<WSN> 在 2024-11-10 上传 | 大小:11kb | 下载:0

[数据结构常用算法ptrmulti

说明:windows下的C语言编程,实现的是多种排序方法。-windows of the C programming language, to achieve a variety of sorting methods.
<> 在 2024-11-10 上传 | 大小:208kb | 下载:0

[数据结构常用算法Exp_1

说明:一元稀疏多项式的表示及加法运算 (1) 多项式以指数递增的顺序输入。 (2) 设计的数据结构应有利于表示任意一元稀释多项式。 (3)输出原始多项式及运算结果。 -One yuan sparse polynomial representation and addition operations
<lijun> 在 2024-11-10 上传 | 大小:1.07mb | 下载:0

[数据结构常用算法1

说明:分治算法解士兵站队问题,ACM大学生程序设计题。-Divide and conquer algorithm for solving the soldiers stand in question, ACM Collegiate Programming problem.
<天山瑞雪> 在 2024-11-10 上传 | 大小:49kb | 下载:0

[数据结构常用算法2

说明:贪心算法求解零件加工问题,ACM程序设计题!-Greedy algorithm to solve the problem parts processing, ACM programming questions!
<天山瑞雪> 在 2024-11-10 上传 | 大小:45kb | 下载:0

[数据结构常用算法6

说明:C语言编写的数据结构源码(附带题目,涵盖数据结构中的多项知识点)。-C language source code data structures (with the subject, covering knowledge of data structures in a number of points).
<天山瑞雪> 在 2024-11-10 上传 | 大小:141kb | 下载:0

[数据结构常用算法paixu

说明:输入几个数字后进行的各种排序,以及显示排序所需时间-After typing a few numbers for a variety of sorting, and display the time required for sorting
<沙晓莹> 在 2024-11-10 上传 | 大小:9kb | 下载:0

[数据结构常用算法chengji

说明:输入30个以内学生成绩后,按从高到低排序-Input less than 30 pupils, the high to low Sort by
<yandapeng> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法calculator

说明:用链栈做计算器,数据结构实验课作业,原创代码-Chain calculator stack data structure to do
<唐糖> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法The-graph-traversing-algorithm

说明:以邻接矩阵或邻接表为存储结构,以用户指定的顶点为起始点,实现无向连通图的深度优先及广度优先搜索遍历,并输出遍历的结点序列-The adjacency matrix or adjacency list for the storage structure to user-specified vertex as a starting point to achieve a connected undirected graph of the de
<huaidiwu> 在 2024-11-10 上传 | 大小:25kb | 下载:0

[数据结构常用算法Josephus

说明:基础问题,用循环链表实现约瑟夫问题,数据结构作业-Basic problem, the problem with the circular linked list implementation Joseph, the data structure operations
<王子剑> 在 2024-11-10 上传 | 大小:1kb | 下载:0
« 1 2 ... .15 .16 .17 .18 .19 1620.21 .22 .23 .24 .25 ... 2656 »

源码中国 www.ymcn.org