资源列表
[数据结构常用算法] dcel2d
说明:DCEL doubly-connected edge list 双向邻接链表C++实现-DCEL doubly-connected edge list<kantianfadai> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[数据结构常用算法] migong
说明:C++迷宫游戏源码,程序中,坐标点,如(1,1),在输入时不需要输括号,直接输1,1。该程序寻找的是最佳路径。该程序可以图形显示迷宫。 -C++ maze game code, the program, coordinate point, such as (1, 1), in the input don t need to lose parentheses, the direct lose 1, 1. The program is the best route for. The p<邱明劼> 在 2025-06-03 上传 | 大小:9kb | 下载:0
[数据结构常用算法] migongproduce
说明:迷宫生成器,可以根据需要自己建立各类型的迷宫,而且能求解出线路-Maze maze of various types of generators, according to the needs its own, but also to solve the lines<yanghs> 在 2025-06-03 上传 | 大小:39kb | 下载:0
[数据结构常用算法] binary_tree
说明:文本为一个用c语言编写用于产生一个二叉树的源码文本。以三元组形式输入任意二叉树(以大写字母表示结点),求以任意一选定结点为子树的深度。如,在输入示范题中的二叉树之后,程序显示:Please select a node: 输入 ‘B’,回车后,程序显示‘3’。-Text for a written in c used to produce a binary tree source text. With three yuan group form input arbitrary binary tre<梅剑寒> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shujujiegou
说明:用c#开发的一个数据结构演示程序 链表 栈 队列等-Development of the demonstration program of a data structure linked list using c# stack queue<之之> 在 2025-06-03 上传 | 大小:579kb | 下载:0
[数据结构常用算法] Josephus
说明:编号为1,2... n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他的顺时针方向的下一个开始重新从1报数,如此下去,直至所有的人全部出列为止,设计一个程序求出出列顺序-The number of n, n individuals sitting around a circle in a clockwise direction, the per<陈磊> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[数据结构常用算法] parentheses-design
说明:假设一个算数表达式中可包含三种括号:圆括号,方括号和花括号且这三种括号可以按任意次序嵌套使用。试利用栈的运算,编写判别表达式中所含括号是否正确配对出现的算法-Suppose an arithmetic expression can contain three brackets: parentheses, brackets and braces and three brackets can be nested in any order. The trial use of the computing<陈磊> 在 2025-06-03 上传 | 大小:2kb | 下载:0