搜索资源列表
Wangmeng_vc23475335
- 可以任意添加学生,删除学生,编辑学生信息,并且具有保存和读入学生信息的功能。-can add new students, students delete, edit student information, and preservation and read into the student information functions.
inforgraph
- 学生信息管理程序,可用于在编程课程设计的参考,结合了图形和文本的切换方法-student information management procedures, programming can be used in the reference design courses, a combination of graphics and text switch methods
MIS_student
- 学生信息档案管理系统,delphi编制,可以直接运行,密码,用户名均为user-student information management system files, delphi establishment can execute directly, password, user name are user
lyy
- 汇编语言大作业,实现的学生信息管理系统,实现多种功能-assembly language major operations to achieve the student information management system, to achieve a variety of functions
stu24
- 学生管理系统 这次我利用课余的时间自己写了一个学生信息管理系统。用的是MFC ODBC来完成的。-student management system this time, I use their spare time to write a student information management system. The MFC ODBC to be completed.
studentinformationmanagesystem
- 本文件为使用Delphi开发的学生信息管理系统,演示了如何使用BDE来开发数据库应用程序!-this document for the use of Delphi's student information management system, demonstrated how the use of BDE to develop database applications!
structuse
- C++结构体这章的程序,学生信息的显示。对学习这章的同学可能会有帮助。-C structure of the procedures in this chapter, the student information display. Learning to the students in this chapter may be helpful.
sgl
- 简单的学生信息管理系统 (汇编语言课程设计程序) 一个简单的学生管理系统,功能:显示报表, 插入记录,查询, 删除记录和退出。 学生信息有姓名,年龄,性别,身高,体重,程序中各字段长度都取为10,使用的是文件控制块(FCB)的磁盘存取方式,程序自动创建名为STUDENT.MAO的磁盘文件。 代码只用了300行(除去中间的空行实际只有270-280行),编程时间是一个通宵(23:30到次日5:00)。 -simple Student Information
060711172720
- 学生信息管理原码-Student Information Management original code
exam_mark_management
- 考试成绩管理系统,包括学生信息的录入,查找,排序,删除,添加,统计等-examination results management systems, including student information to the input, search, sort, delete, add, and statistics
zhi
- VB 实现的学生信息管理系统 里面有数据库//比较简单-VB students to achieve information management system inside the database// relatively simple
StudentInformationManagementSystem
- C# 学生信息管理系统 暑假实践优秀作品-C# Student Information Management System for the practice of summer vacation outstanding works
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.
delphi
- 学生信息管理系统,怎样用ADO控件开发数据库的方法。Delphi数据库应用程序在逻辑上通常由两部分构成:一是数据库访问链路,二是用户界面。-thanks you for downing
Delphi
- 本论文主要用于学校学生信息管理,总体任务是实现学生信息关系的系统化、规范化和自动化,其主要任务是用计算机对学生各种信息进行日常管理,如查询、修改 、增加、删除,另外还考虑到学生选课,针对这些要求设计了学生信息管理系统-This paper is mainly used for school students in information management, the overall task is to achieve a systematic relationship between stu
vb
- 学生信息管理,用于管理学生信息系统,自己做的-Student Information Management, used to manage student information system, its own doing
汇编语言 学生信息
- 用汇编语言实现 一个学生的信息包括姓名、班级、学号、成绩,其中成绩需要精确到 1 位小数。 程序实现了以下功能: 1. 可以录入学生成绩(十进制形式); 2. 可以按要求(成绩)进行排序显示; 3. 可以统计平均成绩; 4. 可以统计个分数段的人数。(A student's information includes names, classes, school numbers, and grades, of which 1 decimal numbers are require
学生成绩管理系统
- (1) 信息维护:要求学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修改学生信息
学生信息管理系统
- 基本于vs的C语言的学生管理系统,简单版(easy student system from vs)
学生管理系统C语言实现
- 基于C语言实现1插入学生信息2遍历学生信息3查找学生信息4删除学生信息5按学号排序6逆序排序等功能