资源列表
最短路径-Dijkstra-欧洲旅行
- 数据结构课程的实验,,c++,求欧洲最短路径(Finding the shortest path in Europe)
DS
- data structure and algorithm notes for enginnering
Kill Game (List)
- 约瑟夫环的方式实现杀人游戏算法,实现简单,可供学习参考(The way of Joseph ring to realize the homicidal game algorithm is simple and can be used for reference.)
源文件
- 顺序表的基本操作,链表的基本操作,插入删除查找等等(basic operation for sequence)
实验二
- 以一个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
data structure
- 基本数据结构源代码,c语言版,适合初学者模仿以及中级工程师调试(Basic data structure codes)
maze
- 数据结构地图实验,需要的同学拿去吧。应该会帮得到忙的,我觉得。。。。。。(data structure for the students who lost in csee)
NQueens.m
- N皇后问题 用Matlab解决 N皇后问题 用Matlab解决(NQteens use Matlab)
Calculator
- 利用stack开发的简单计算软件,能进行各种简单运算(The simple computing software developed by stack can carry out a variety of simple operations)
DFSMaze
- C++实现深度优先搜索迷宫,找到最短路径。(C++ implements the depth first search maze and finds the shortest path)
实验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
实验2
- 设计一个程序,演示用算符优先法对算术表达式求值的过程。利用算符优先关系,实现对算术四则混合运算表达式的求值。 (1)输入的形式:表达式,例如2*(3+4) 包含的运算符只能有'+' 、'-' 、'*' 、'/' 、'('、 ')'; (2)输出的形式:运算结果,例如2*(3+4)=14; (3)程序所能达到的功能:对表达式求值并输出(A program is designed to demonstrate the process of evaluating arithmetic
