搜索资源列表
StudentInformation11
- 此为学生信息管理小控制台程序 该程序除输入人名,性别,父母姓名,血性外,还可对身份证的合法性进行判断功能,有异常处理-this as a small student information management console procedures in addition to the importation of the procedure names, gender, names of parents, gutsy, ID cards may also be right to judge
mwx
- 这是一个用数据结构中的图来实现的一个简单的学生信息管理的程序!-This is a data structure using the map to achieve a simple student information management procedures.
Stusys
- 学生信息管理的小程序,基于控制台界面,功能简单,共学习交流-small procedures, based on the console interface, simple functions, a total of learning exchanges
Information-management
- 实现了一个控制台程序,完成简单的学生信息管理功能,并具有备份功能-Implements a console application, complete the student information management simple, and has backup
StudentMgr
- 学生信息管理系统,控制台命令行的程序,大家可以参考参考!-Student Information Management System, console command line program, you can refer to reference!
Student-Management--System
- 基于VC平台的简单学生管理程序,有增加学生信息、显示信息及存储信息的功能,是初学者练习编程技巧的好示例-Based on the the VC platform of simple student management program, increasing the number of students information, display information and store information function is a good example for beginners t
wyj004
- C语言课程设计,学生信息管理系统。由C语言编写的命令行程序,使用文件存储学生信息。编制了严格的输入约束函数,避免了用户的误操作,控制了输入输出的格式。-C language curriculum design, student information management system. Command line program written in C language, using file to store the students information. It has strictl
archives-administration
- 档案管理,功能要求: <1>用户可在程序提示下输入任意数量的学生个人信息。 <2>学生个人信息内容:     name(字符型)不需支持中文     sex(字符型)不需支持中文     age(整型)     Profession(字符型)不需支持中文 <3>学生个人信息输入完毕后,用户键入“ALL”并回车后,能够在屏幕上显示所有已录入的学生个人信息。 <
LiberyManagement
- 用C程序模拟图书馆的管理工作,包括借书、还书等基本功能,以及记录学生的基本信息。-simulate libery management
StudentManager
- 本程序为一个学籍管理系统,能够存储、修改、增加、删除、查找、更新学生各项信息。-the program is a studentmaniger,it can save,fix,add,delete,check and update the student xinformation.
studentsystem
- 用C语言实现的学生信息管理(控制台程序),没有指针,简单的函数调用;数据存储用的数组-student system for C console application
StudentManager
- vc6.0中控制台应用程序实现学生基本信息的管理。-vc6.0 console application implements management students basic information.
ClassManager
- 基于控制台的一个学会信息管理程序,支持的功能类似于数据库,可新建班级,添加、修改、删除学生信息,可按学号,姓名查询学生信息,根据学号进行降序升序排列。提供点名考勤,撤销错误操作,加载,保存学生信息等额外特殊操作。-Institute of Information Management program is based on a console, support functions like a , to create a new class, add, modify, delete studen
Student-information-management
- 学生信息管理系统的功能主要是实现学校学生的信息化管理。通过学生信息管理系统,教学管理人员可以实现对学生信息的增加、删除、修改和查询等操作。此系统以菜单界面方式工作,运行界面友好,演示程序以用户和计算机的对话方式进行。本系统最大的优点就是操作简便快捷等。-Function Student Information Management System is to achieve school student information management. Through student informa
xs
- 实验性学生信息简易管理系统系统核心控制台程序。-Experimental simple student information management system system core console program.
Management-System
- 寝室信息管理系统,学生作业用,控制台程序-Bedroom Information Management System
studt-message-system
- 学生信息管理系统 C++程序 精简易懂 怎么还不到20个字?-the c++program the student message menage system
Class-Student
- 5. 设计一个学生类CStudent,该类有以下几个私有成员变量:学生姓名、学号和性别和三门课的成绩。有实现下述功能的成员函数:1)初始化学生姓名、学号、性别和年龄;2)输入四门课的成绩,并计算平均成绩和总成绩;3)输出学生信息。以CStudent类为基础设计开发一个学生成绩管理系统。要求具有以下功能: 1) 运行程序后显示以下信息:1、Display all information 2、Add a student 3、Delete a student 4、Quit 2) 按