摘要: #include <stdio.h> #include <iostream> using namespace std; typedef char TElemType; typedef void Status; typedef int ElemType; typedef struct BiTNode 阅读全文
posted @ 2023-12-05 09:48 耿集 阅读(47) 评论(0) 推荐(0)
摘要: c代码 #include <stdio.h> #define MaxSize 128 #define M 6 #define N 7 #define ERROR 0 #define OK 1 typedef int Status; typedef struct { int i; //行号 int j 阅读全文
posted @ 2023-12-05 08:33 耿集 阅读(30) 评论(0) 推荐(0)