学生管理系统(C语言+链表)

时间:2013-11-08 08:10:44
【文件属性】:
文件名称:学生管理系统(C语言+链表)
文件大小:43KB
文件格式:RAR
更新时间:2013-11-08 08:10:44
学生管理系统(C语言+链表) /root/xiangm/stu_sys |-- Makefile |-- include | |-- other | | `-- other.h | |-- student | | `-- student.h | |-- student_public.h | `-- teacher | `-- teacher.h |-- src | |-- Makefile | |-- lib | | |-- Makefile | | |-- other | | | `-- other.c | | |-- student | | | |-- Makefile | | | `-- student.c | | `-- teacher | | `-- teacher.c | `-- scli | |-- Makefile | |-- other | | |-- Makefile | | |-- other | | |-- other.c | | `-- other.db | |-- student | | |-- Makefile | | |-- student | | |-- student.c | | `-- student.db | `-- teacher | |-- Makefile | |-- teacher | |-- teacher.c | `-- teacher.db `-- target |-- other | `-- other |-- student | `-- student `-- teacher `-- teacher 包括各个文件中的Makefile编写
【文件预览】:
stu_sys
----target()
--------other()
--------teacher()
--------student()
----include()
--------other()
--------teacher()
--------student()
--------student_public.h(770B)
----src()
--------scli()
--------Makefile(38B)
--------lib()
----Makefile(401B)

网友评论