随笔分类 - c项目
摘要:#include <stdlib.h> #include <stdio.h>#include <conio.h>#include <string.h> #define MAXIMUS 15 //定义棋盘大小 int p[MAXIMUS][MAXIMUS];//存储对局信息char buff[MAXI
阅读全文
摘要:#include <stdio.h>#include <stdlib.h>#include <string.h>#include <windows.h>#include <conio.h>#define LEN sizeof(struct Student)#define LEN1 sizeof(st
阅读全文
摘要:#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
阅读全文

浙公网安备 33010602011771号