
大作业
练手大作业存放地,欢迎大佬交流学习
something for nothing
这个作者很懒,什么都没留下…
展开
-
NJUST 2021 机械工程学院大一C语言大作业 简易绘图板
#include <stdio.h>#include <stdlib.h>#include <math.h>#include <string.h>int over = 1;int change = 1;// 画布由20行,36列的二维数组成,通过符号常数定义#define N_ROWS 20#define N_COLS 36// 初始给出的两种阴影的定义#define BLACK 0 // 表示黑色#define DARK 1#def原创 2021-09-10 15:30:40 · 456 阅读 · 1 评论 -
BJFU 2020大一计导课设 教务系统
#include <stdio.h>#include <stdlib.h>#include <string.h>int over = 1;char restrictcollege[20][20] = {"计算机学院", "通信学院", "电子学院", "经济学院", "园林学院", "社会学院", "电气学院", "船舶学院", "自动化学院", "理学院", "法学院", "医学院"};char restricttitle[5][20] = {"教授", "副原创 2021-09-10 15:25:30 · 384 阅读 · 0 评论