花痴树叶

文章
4
资源
0
加入时间
2年10月21天

c语言随机点名系统

列表内容1、随机不重复点名2、成员出勤考察3、成员的增删查改、保存、显示、排序4、采用线性表的方式实现#include<stdio.h>#include<stdlib.h>#include<string.h>#include <memory.h>#include <time.h>#include<stdarg.h...