资源列表
[数据结构常用算法] Kill Game (List)
说明:约瑟夫环的方式实现杀人游戏算法,实现简单,可供学习参考(The way of Joseph ring to realize the homicidal game algorithm is simple and can be used for reference.)<天明820 > 在 2025-06-08 上传 | 大小:1.08mb | 下载:0
[数据结构常用算法] 实验二
说明:以一个mXn的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一 个程序,对任意设定的额迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。(The maze is represented by a mXn's rectangular array, and 0 and 1 represent the paths and obstacles in the maze, respectively. A program is designed for an arbitrarily set ma<竹知音 > 在 2025-06-08 上传 | 大小:1kb | 下载:0
[数据结构常用算法] data structure
说明:基本数据结构源代码,c语言版,适合初学者模仿以及中级工程师调试(Basic data structure codes)<元yuan > 在 2025-06-08 上传 | 大小:49kb | 下载:0
[数据结构常用算法] Calculator
说明:利用stack开发的简单计算软件,能进行各种简单运算(The simple computing software developed by stack can carry out a variety of simple operations)<天南 > 在 2025-06-08 上传 | 大小:914kb | 下载:0
[数据结构常用算法] 实验3
说明:猴子吃桃子问题 有一群猴子摘了一堆桃子,他们每天都吃当前桃子的一半且再多吃一个,到了第10天就只余下一个桃子。用多种方法实现求出原来这群猴子共摘了多少个桃子。(Monkey eat peaches A group of monkeys picked up a pile of peaches. They ate half of the current peaches and ate one more every day. In the tenth day, the rest of the<andyhui > 在 2025-06-08 上传 | 大小:324kb | 下载:0
[数据结构常用算法] 实验2
说明:设计一个程序,演示用算符优先法对算术表达式求值的过程。利用算符优先关系,实现对算术四则混合运算表达式的求值。 (1)输入的形式:表达式,例如2*(3+4) 包含的运算符只能有'+' 、'-' 、'*' 、'/' 、'('、 ')'; (2)输出的形式:运算结果,例如2*(3+4)=14; (3)程序所能达到的功能:对表达式求值并输出(A program is designed to demonstrate the process of evaluating arithmetic<andyhui > 在 2025-06-08 上传 | 大小:191kb | 下载:0
[数据结构常用算法] 实验4
说明:矩阵加法,数学术语,定义为在数学里,矩阵加法一般是指两个矩阵把其相对应元素加在一起的运算。 矩阵怎么进行加减,矩阵是大学中必然要学习的一部分内容,矩阵的加减是学习矩阵的过程中最简单的一部分。(Matrix addition, a mathematical term defined as in mathematics, the addition of a matrix generally refers to the calculation of the addition of the corres<andyhui > 在 2025-06-08 上传 | 大小:463kb | 下载:0
[数据结构常用算法] 实验5
说明:二叉排序树或者是一棵空树,或者是具有下列性质的二叉树: (1)若左子树不空,则左子树上所有结点的值均小于或等于它的根结点的值; (2)若右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值; (3)左、右子树也分别为二叉排序树;(A two - fork sort tree or an empty tree, or a two - fork tree with the following properties: (1) if the left subtree is not e<andyhui > 在 2025-06-08 上传 | 大小:236kb | 下载:0