资源列表
[数据结构常用算法] RailwayCarriage
说明:有两条轨道,一条列车轨道,一条等候轨道,输入车厢数,再输入列车车厢的进站顺序,返回列车车厢的出站循序。-There are two tracks, a train track, a waiting track, enter the number of the car, and then enter the stop order train carriage returns sequential outbound train car.<毛意超> 在 2024-11-07 上传 | 大小:1718272 | 下载:0
[数据结构常用算法] calculator
说明:输入一个数学计算公式,给出中缀式和后缀式的计算公式。-Enter a mathematical formula, the formula is given infix and postfix formula.<毛意超> 在 2024-11-07 上传 | 大小:1732608 | 下载:0
[数据结构常用算法] DES-algrithm-demo
说明:该程序实现DES加密算法的加密解密功能,可作为DES编程的参考。-It shows the function of DES.<xiao> 在 2024-11-07 上传 | 大小:37888 | 下载:0
[数据结构常用算法] Desktop
说明:a short descr iption to my server<schooluser> 在 2024-11-07 上传 | 大小:81920 | 下载:0
[数据结构常用算法] balancedTree
说明:平衡二叉树的搭建与维护,构造与基本计算等方面的功能-Build and maintain a balanced binary tree, structure and other aspects of basic computing functions<高增诚> 在 2024-11-07 上传 | 大小:1024 | 下载:0
[数据结构常用算法] TourOfTheKnight
说明:通过这个程序,可以获得对回溯算法的基本理解。在 n × n 方格的国际象棋棋盘上,马(也称为骑士Knight)从任意指定的方格出发,以跳马规则(横一步竖两步或横两步竖一步),周游棋盘的每一个格子,要求每个格子只能跳过一次。-Through this program, you can get a basic understanding of backtracking algorithms. On the chess board n n s<何致奇> 在 2024-11-07 上传 | 大小:1024 | 下载:0
[数据结构常用算法] StateTrans
说明:模拟银行营业厅代码中负责状态改变的模块,代码简单易用,无bug-Analog banking hall is responsible for the state to change the code module, the code is simple to use, no bug<高增诚> 在 2024-11-07 上传 | 大小:2048 | 下载:0
[数据结构常用算法] TrasverseGenerateBTree
说明:设二叉树结点值为大写字母,输入二叉树的前序遍历和中序遍历序列,生成此二叉树,输出该二叉树的后序遍历和按层次遍历序列。输入某结点值,在二叉树中查找该结点,若该结点存在,则输出从根到该结点的路径,否则给出不存在信息。-Binary tree node is set in capital letters, enter the pre-order traversal of a binary tree traversal sequence and<何致奇> 在 2024-11-07 上传 | 大小:2048 | 下载:0
[数据结构常用算法] BalancedBinaryTree
说明:该程序可以帮助初学者了解AVL树。输入一组关键字序列,并以此顺序建立一棵平衡二叉树,并在建树过程中用逆中序法输出每次插入新结点后的平衡二叉树形状。-The program can help beginners learn AVL tree. Enter a set of keywords sequences and in this order to establish balanced binary tree, and the achi<何致奇> 在 2024-11-07 上传 | 大小:1024 | 下载:0