搜索资源列表
宫迷求解
- 这是一个我自己写的,请多多指教.是关于迷宫的求解问题.-This is one I wrote it myself, exhibitions. The maze is on solving problems.
migonggame
- 个用C#的迷宫程序,可以自动生成和求解,手工原创,供初学者研究。
迷宫求解的非递归算法
- #include #include #include #define N 20 int aa[N][N]; int yes=0; int x[100][2],n=0; void fun1(int (*aa)[N],int (*a)[N]); int fun(int (*a)[N],int i,int j); void begain(int (*t)[N]); void pr(int (*t)[N],int nn); void win(int (*t)[N]); void lose(); void
ProductionMarketing
- 求解产销平衡或不平衡模型的算法,其中参照迷宫问题算法得到了最重要的闭回路法的算法-Solving the balance or imbalance in production and marketing of the algorithm model, with reference to one of the maze algorithm problem has been the most important method of closed-loop algorithm
calcExpression
- 表达式计算和迷宫求解的vs2005 c#源代码-Expressions to solve a maze of calculations and vs2005 c# source code
mymaze_OK
- 迷宫求解!路径标记!构造一个迷宫,然后对其判断是都满足条件,若满足继续找到出路,并标记上1!-Find the Path of the Maze!
migong
- 迷宫求解:可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出 -Maze Solver: You can enter a maze of data of any size, with a non-recursive method get out of the maze of paths and path output
puzzle
- 迷宫求解的具体算法,需自行输入迷宫方可求解-Specific algorithm to solve the maze, the need to manually enter the maze before solving