搜索资源列表
VB
- 学生信息管理系统包括学生信息查询、教务信息维护和学生选课-Student Information Management System, including student information inquiries, academic and student enrollment information to maintain
xueji-c
- 基于c语言的数据结构的学籍系统(线性表)生成、插入、删除的c程序源代码。-C language data structure based on the enrollment system (linear form) to generate, insert, delete the c program source code.
IS703
- The use of fingerprints for identification has been employed in law enforcement for about a century. A much broader application of fingerprints is for personal authentication, for instance to access a computer, a network, a bank-machine, a ca
zaneyhy
- 一个学籍管理系统 是基于数据结构完成的。-Based on enrollment management system data structures
MSC
- 学生信息管理系统 包括 对成绩的增删查改以及汇总 , 学生选课等-Student Information Management System includes the results of CRUD and summary, student enrollment, etc.
Candidates-Information-Manage
- 考试报名工作给各高校报名工作带来了新的挑战,给教务管理部门增加了很大的工作量。本项目是对考试报名管理的简单模拟,用控制台选项的选择方式完成下列功能:输入考生信息;输出考生信息;查询考生信息;添加考生信息;修改考生信息;删除考生信息 本项目的实质是完成对考生信息的建立,查找,插入,修改,删除等功能。其中考生信息包括准考证号,姓名,性别,年龄和报考类别等信息。项目在设计时应首先确定系统的数据结构,定义类的成员变量和成员函数;然后实现各成员函数以完成对数据操作的相应功能;最后完成主函数以验证各个成