资源列表
[C#编程] 实验三
说明:1.程序的功能:遍历一个二叉树并输出。 2.输入输出的要求:输入可以是单个数字,也可以是单个字符,以0结束。二叉树的遍历方式可以是前序,中序,后序,程序中用switch函数进行开关选择-1. The functionality : a binary tree traversal and output. 2. The input and output : input can be a single figure, it could be a single character to the end<马芳萍> 在 2008-10-13 上传 | 大小:855byte | 下载:0
[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<461600486@qq.com> 在 2011-12-19 上传 | 大小:854byte | 下载:0