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
阅读全文
摘要:寻找迷宫出口的最短步数C++实现。 #include <iostream> #include <fstream> #include <cstring> #include <string> #include <queue> using namespace std; //标记全图状态,已经访问的按钮为1
阅读全文
摘要:#include <iostream> #include <fstream> #include <algorithm> #include <vector> #include <ctime> #ifdef linux #include <unistd.h> #endif // linux #if de
阅读全文
摘要:一个简短的图书管理系统,C语言完成。 头文件部分function.h #ifndef FUNCTION_H_ #define FUNCTION_H_ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdboo
阅读全文