随笔分类 -  c项目

摘要:#include <stdlib.h> #include <stdio.h>#include <conio.h>#include <string.h> #define MAXIMUS 15 //定义棋盘大小 int p[MAXIMUS][MAXIMUS];//存储对局信息char buff[MAXI 阅读全文
posted @ 2019-04-17 17:22 鹿汐 阅读(520) 评论(0) 推荐(0)
摘要:#include <stdio.h>#include <stdlib.h>#include <string.h>#include <windows.h>#include <conio.h>#define LEN sizeof(struct Student)#define LEN1 sizeof(st 阅读全文
posted @ 2019-04-17 17:19 鹿汐 阅读(644) 评论(0) 推荐(0)
摘要:#include<stdio.h>#include<string.h>#define MaxSpace 100#define keylen 7#define RADIX_n 10#define RADIX_c 26 typedef char KeyType;typedef struct{ char 阅读全文
posted @ 2019-04-17 17:15 鹿汐 阅读(542) 评论(0) 推荐(0)