2020年6月16日

学习代码6

摘要: #include <stdio.h> #include <stdlib.h> #include <limits.h> #define limit INT_MAX //DG为0,UDG为INT_MAX #define MAX 20 typedef enum{DN,DG,UDN,UDG}graphkin 阅读全文

posted @ 2020-06-16 11:31 joniky 阅读(112) 评论(0) 推荐(0)

学习代码5

摘要: #include<stdio.h> #include<string.h> #include<malloc.h> #include<string.h> #define TRUE 1 #define ERROR 0 #define Max 100 typedef char Elemtype; typed 阅读全文

posted @ 2020-06-16 11:30 joniky 阅读(113) 评论(0) 推荐(0)

学习代码4

摘要: #include <stdio.h> #include #include <string.h> #include <windows.h> #define MAXSIZE 100 //54,89,13,09,79,88,32,70,44,07 #define MAXSIZE 100 typedef c 阅读全文

posted @ 2020-06-16 11:29 joniky 阅读(151) 评论(0) 推荐(0)

学习代码3

摘要: #include <stdio.h> #include #include <string.h> #include<conio.h> #include <windows.h> #define MAXSIZE 100 //54,89,13,09,79,88,32,70,44,07 typedef int 阅读全文

posted @ 2020-06-16 11:27 joniky 阅读(143) 评论(0) 推荐(0)

导航