1. 首页
  2. 课程学习
  3. C++/C
  4. 学生成绩管理系统源码(C语言版本)

学生成绩管理系统源码(C语言版本)

上传者: 2022-07-16 20:46:02上传 .ZIP文件 48.60 MB 热度 16次

C语言有空头链表,实现一个学生成绩管理系统,开发环境是VS。比较基础,适合C语言新手。

【文件目录】

stu

├── Debug│ ├── file.obj│ ├── main.obj│ ├── page.obj│ ├── pwd.obj│ ├── stu.Build.CppClean.log│ ├── stu.exe│ ├── stu.ilk│ ├── stu.log│ ├── stu.pdb│ ├── stu.tlog│ │ ├── CL.command.1.tlog│ │ ├── CL.read.1.tlog│ │ ├── CL.write.1.tlog│ │ ├── link.command.1.tlog│ │ ├── link.read.1.tlog│ │ ├── link.write.1.tlog│ │ └── stu.lastbuildstate│ ├── stu.vcxproj.FileListAbsolute.txt│ ├── stuinfo.obj│ ├── vc142.idb│ └── vc142.pdb├── NameAndPwd.txt├── file.c├── file.h├── main.c├── page.c├── page.h├── pwd.c├── pwd.h├── stu.sln├── stu.vcxproj├── stu.vcxproj.filters├── stu.vcxproj.user├── student_information.txt├── stuinfo.c└── stuinfo.h2 directories, 35 files

用户评论