搜索资源列表
DMS
- C语言做的图书管理系统,经过WinTC多次调试,保证可以运行。附有makefile文件,可以在linux环境下编译成为嵌入式系统所用的文件-C language to the library management system, after repeated WinTC debugging, and guarantee operations. With makefile, the linux environment compiler become embedded systems used in
student
- 一个简单的学生管理系统,根据C++中工程结构的特点,利用编译环境中的多文件结构,将该案例的实现代码划分为以下几个文件: (1) Student类的声明文件。 数据成员如下:学号、姓名、性别、年龄、专业、家庭住址 函数成员如下:构造函数、析构函数,对相关数据成员的设置和获取函数。 (2)Student类的实现文件。 (3)学生管理应用文件。 -A simple student management system, according to C++, the characte