You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
383 B
19 lines
383 B
#include"stdio.h"
|
|
#include"stdlib.h"
|
|
#include"windows.h"
|
|
#include"string.h"
|
|
|
|
void index();//首页
|
|
void login();
|
|
void bye_sys();//退出界面
|
|
void stu_login();//学生登录菜单
|
|
void c_select();
|
|
void c_view();//课程浏览
|
|
void c_add();//增加课程
|
|
void c_delete();
|
|
void c_searchs();//学生查询函数
|
|
void c_searchm();//管理员查询函数
|
|
void c_viewm();//管理员浏览函数
|
|
void c_views();//学生浏览函数
|
|
|