搜索资源列表
学生成绩管理系统(完全自己做的
- 呵呵,帮同学做的一个C语言课程设计 学生成绩管理系统(完全自己做的) 功能:成绩录入,按成绩排序,查询各分数段的学生, 用菜单实现功能。 -----作者:小鲨-A student score management system for course paper. Function: input, sort, query, all function controlled through menu.
仓库管理系统(C语言)
- 一个仓库管理系统,用C语言编写的,之前做过学生成绩管理系统与此有相同的地方。采用结构体数组,具有输入商品,排序的功能,用菜单实现查询,学习C语言的好程序-a warehouse management system using the C language, the students did before the performance management system with the same place. Using the structure of the array, with the
学生个人消费管理系统
- 学生个人消费管理系统,基本实现对学生消费的主要功能-student management system, the basic right of students to achieve the main function of consumption
masm 实现的简单的学生档案管理
- 用汇编语言实现的一个简单的学生档案的管理系统,式界面操作的,通过鼠标的山下左右键来选择相应的菜单了执行操作。-assembly language of a simple student records management system interfaces to operate, through the mountains around the mouse button to select the menu for the corresponding execution.
vbxueji
- 目 录 前 言 1 第一章 概述 1 1.1课题来源 1 1.2 开发工具的选用 2 1.2.1 Visual Basic的使用 2 1.2.2 Microsoft Access的使用 3 1.3 系统的初步调查 3 1.4 系统的可行性研究 4 1.4.1技术上的可行性 4 1.4.2管理上的可行性 4 1.4.3安全上的可行性 4 1.5 系统分析 4 1.5.1系统的安全性 4 1.5.2系统的快捷性 5 1.5.3系统的准
zhi
- VB 实现的学生信息管理系统 里面有数据库//比较简单-VB students to achieve information management system inside the database// relatively simple
grademanagement
- Student学生成绩管理系统是一个使用MASM宏汇编语言开发的试验性项目。它实现了学生学号、姓名、三门课程成绩的录入、修改、删除以及总成绩计算、按成绩排序等功能,并且可以将数据保存为磁盘文件,便于再次打开编辑。 程序基于DOS或Windows命令行模式运行,全屏显示,使用简单的键盘命令进行操作。可处理100条以内的学生记录。若记录较多,一页显示不下,可进行翻页操作。 -Student student grade management system is a MASM macro ass
Lab3
- Csharp实现的一个简单的学生管理系统,支持文件的存储。-Csharp achieve a simple management system for students in support of document storage.
student_information_3
- 这是一个关于学生信息管理系统的毕业设计,包括源码和论文,是基于VB实现的。-This is a student information management system on the graduation project, including source code and papers, is based on the VB achieved.
MyElectCourse
- 一个简单的选课系统,可以实现教师、学生和管理员的三级管理-vary good
xueshengchengji
- 一个功能全面的可以在delphi环境下实现的学生成绩管理系统-A full-featured environment in delphi students achieve results management system
Delphi
- 本论文主要用于学校学生信息管理,总体任务是实现学生信息关系的系统化、规范化和自动化,其主要任务是用计算机对学生各种信息进行日常管理,如查询、修改 、增加、删除,另外还考虑到学生选课,针对这些要求设计了学生信息管理系统-This paper is mainly used for school students in information management, the overall task is to achieve a systematic relationship between stu
maomao
- 本上传的软件可以用于帮助学校实现学生管理系统-student managent system
students
- 汇编程序 学生成绩管理系统 实现成绩录入 各科排名-Student performance management system assembler input sections to achieve top grades
cjgl
- 汇编语言,实现学生管理系统,在dos环境下实现-Assembly language, the student management system, dos environment
学生管理系统3.0
- 输入 输出 查找 是严蔚敏版的数据结构的代码实现的(input output insert surech)
课程设计
- 通过汇编语言进行编程,来实现对于学生成绩系统的管理。(The management of the students'grades)
学生管理系统
- C语言实现学生管理系统源码,C语言初学者的进阶必备(Student Management System Based C)
学生成绩管理系统
- (1) 信息维护:要求学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修改学生信息
学生管理系统C语言实现
- 基于C语言实现1插入学生信息2遍历学生信息3查找学生信息4删除学生信息5按学号排序6逆序排序等功能