Loading

10 2020 档案

摘要:#define MATH 0 #define CHINESE 1 #define ENGLISH 2 #define HIGHMATH 3 #define BIGGESTSTUDENT 50 #include <stdbool.h> #include <stdio.h> #include <stdl 阅读全文
posted @ 2020-10-12 18:06 WindSnowLi 阅读(21) 评论(0) 推荐(0)
摘要:寻找迷宫出口的最短步数C++实现。 #include <iostream> #include <fstream> #include <cstring> #include <string> #include <queue> using namespace std; //标记全图状态,已经访问的按钮为1 阅读全文
posted @ 2020-10-11 15:41 WindSnowLi 阅读(16) 评论(0) 推荐(0)
摘要:#include <iostream> #include <fstream> #include <algorithm> #include <vector> #include <ctime> #ifdef linux #include <unistd.h> #endif // linux #if de 阅读全文
posted @ 2020-10-01 17:38 WindSnowLi 阅读(12) 评论(0) 推荐(0)
摘要:一个简短的图书管理系统,C语言完成。 头文件部分function.h #ifndef FUNCTION_H_ #define FUNCTION_H_ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdboo 阅读全文
posted @ 2020-10-01 17:30 WindSnowLi 阅读(91) 评论(0) 推荐(0)