• 大小: 0.24M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: C/C++
  • 标签: c  

资源简介


教学信息管理系统(C语言版) 本科生课程设计

资源截图

代码片段和文件信息

#include
#include
#include
#define N 4//教师总数 可任意修改

/*----函数声明----*/
void input(void);
void output(void);
void sort1(void);
void sort2(void);
void search1(void);
void search2(void);
int  choose();
/*-----结构体定义------*/
struct course
{char a[8];
 char b[8];
 char c[8];
};
struct teacher_type
{int num;
char name[10];
char title[8];
char sex[3];
struct course course;
float score;
}teacher[N] temp;




void main()

  printf(“*******************************************************************************\n“);
  printf(“________________________________________________________________________________\n“);
  printf(“                                 欢迎进入\n                            自动化与信息工程学院\n                              教学信息管理系统 \n                          Welcome to T.I.M.S  of \n             Automation and Information Engineering Academy.\n“);
  printf(“______________________________________________________________________

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      11604  2010-06-07 18:32  主循环 使用for 版\Cpp1.cpp

     文件       3377  2009-06-26 16:56  主循环 使用for 版\Cpp1.dsp

     文件        533  2009-06-26 17:11  主循环 使用for 版\Cpp1.dsw

     文件      50176  2010-06-07 18:35  主循环 使用for 版\Cpp1.ncb

     文件      48640  2010-06-07 18:35  主循环 使用for 版\Cpp1.opt

     文件        242  2010-06-07 18:32  主循环 使用for 版\Cpp1.plg

     文件     233532  2010-06-07 18:32  主循环 使用for 版\Debug\Cpp1.exe

     文件     240052  2010-06-07 18:32  主循环 使用for 版\Debug\Cpp1.ilk

     文件      28048  2010-06-07 18:32  主循环 使用for 版\Debug\Cpp1.obj

     文件     226284  2010-06-07 18:31  主循环 使用for 版\Debug\Cpp1.pch

     文件     533504  2010-06-07 18:32  主循环 使用for 版\Debug\Cpp1.pdb

     文件      58368  2010-06-07 18:32  主循环 使用for 版\Debug\vc60.idb

     文件      53248  2010-06-07 18:32  主循环 使用for 版\Debug\vc60.pdb

     文件        224  2010-06-07 18:34  主循环 使用for 版\teacher_list.txt

     目录          0  2010-06-07 18:32  主循环 使用for 版\Debug

     目录          0  2010-06-07 18:35  主循环 使用for 版

----------- ---------  ---------- -----  ----

              1487832                    16


评论

共有 条评论