
C语言
夜北@年
De
展开
-
用C语言编写的单项选择题系统
#include <stdio.h>#include <stdlib.h>#include<time.h>int n,s=0;struct person{ char s[50]; char d1[50]; char d2[50]; char d3[50]; char d4[50]; char d[5];...原创 2019-01-08 19:25:45 · 7588 阅读 · 9 评论 -
C语言编写的学生考勤系统设计
#include<stdio.h> #include<string.h> int SIZE; int CLASS; struct student { char ...原创 2019-01-08 19:30:28 · 12589 阅读 · 16 评论