资源列表

« 1 2 ... .32 .33 .34 .35 .36 1637.38 .39 .40 .41 .42 ... 2656 »

[数据结构常用算法Solving-expressions

说明:简单算术表达式的求解,利用栈的后进先出的特点,加入了对算式合法性的判断-Solving simple arithmetic expression, the use of LIFO stack characteristics, added to the formula to determine the legality of
<ryan> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法danlianbiao

说明:单链表,软件基础的基本处理方法。很简单,不过功能比较全-Single linked list, the software foundation of the basic approach. Very simple, but full-feature comparison
<wuxi> 在 2024-10-07 上传 | 大小:219136 | 下载:0

[数据结构常用算法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-10-07 上传 | 大小:47104 | 下载:0

[数据结构常用算法Huffman

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

[数据结构常用算法ptrmulti

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

[数据结构常用算法Exp_1

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

[数据结构常用算法1

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

[数据结构常用算法2

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

[数据结构常用算法6

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

[数据结构常用算法paixu

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

[数据结构常用算法chengji

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

[数据结构常用算法calculator

说明:用链栈做计算器,数据结构实验课作业,原创代码-Chain calculator stack data structure to do
<唐糖> 在 2024-10-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .32 .33 .34 .35 .36 1637.38 .39 .40 .41 .42 ... 2656 »

源码中国 www.ymcn.org