搜索资源列表
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.
StudentGradeManagement
- 初始的学生成绩信息文件名为porduct,如要利用此系统进行学生成绩信息的管理,系统会提示用户输入学生成绩信息的文件名,则要输入此文件名,或输入管理员使用系统时新建的文件名。如删除该文件,则需在系统中调用相应的功能函数重新创建初始化文件。 初始的用户信息所在的文件名为yonghu,系统默认即为此文件名,不可删除。
sushe
- 用c语言写的一个学生宿舍管理系统,数据结构是 用链表。输入学生信息和计算机给学生自动分配宿舍,没有考虑男女宿舍
student_infomation
- 试设计一个学生信息管理系统,能提供以下功能: 1] 学生基本信息录入功能(输入的学生信息用磁盘文件保存) 2] 学生信息查询功能 3] 学生信息排序功能 4] 学生信息的删除与修改- student infomation management
students1
- 使用VC编写的学生管理系统 包括源程序完全代码 图片信息-Prepared using the VC student management system includes complete source code for picture information
VF
- 学生档案管理系统是一个教育单位不可缺少的部分,它的内容对于学校的决策者和管理者来说都至关重要,所以学生档案管理系统应该能够为用户提供充足的信息和快捷的查询手段。 学生档案管理系统是典型的信息管理系统(MIS)〖本文来自论文路上,Www.Lw63.Com,专业毕业设计〗经过分析如此情况,我们用Visual Foxpro 6.0开发工具,利用其提供的各种面向对象的开发工具和功能强大的SQL(结构化查询语言),尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,在开发阶段设计利用的数据库是Mi
stu
- 一个系统的学生管理系统,可以求学生的总成绩,平均成绩,查找学生成绩,插入删除学生的各种信息等等!文件还包含还有一些基础程序,希望给您带来一定的帮助-A system of student management system, you can request a total score of the students, the average score, find student achievement, the students inserted a variety of informatio
123
- 是一个某学院学生信息管理的系统,这个是我的课堂作业,现在发上来和大家一起看看,-my english is poor
ElecWater
- 问题描述 设计一个水电管理信息系统,能够对高校的水电费用进行管理,包括了登记费用,查询费用,以及住户信息管理等。在设计时要考虑到学生和教工在用水电时的不同,学生可以免费使用一定额度的水电,超过这个额度的随便以后必须自费使用,且自费部分水电费的价格标准要高于教工的收费标准(主要是节约资源)。 基本要求 实现对用户信息的录入 实现水电煤气数据的录入 计算并查询用户应缴费用 查询未缴纳费用名单 测试数据
StudentInfoManage
- vc++编程技术中其中一个案例,学生管理信息系统的代码-vc++ programming techniques in one case, the code Student Management Information System
20060219113352882535
- 学生管理信息系统系统规约说明书(System Specification) 软件项目可行性研究报告(Report for Feasibility Study) 软件项目计划(Software Project Plan) 需求规格说明书(Requirements Specification) 概要设计说明书(Architectural Design Specification) 详细设计说明书(Procedural Design Specifica
xueshengdangan
- 学生档案管理系统用来管理学生的档案信息。本系统主要针对四年制的本科院校,学校的组织机构主要分为学院、系和班级。学生档案信息一般包括机构信息(院、系、班级)、学籍信息、学生基本信息、学生课程信息、学生成绩学信息、奖惩记录等。-Student records management system used to manage the information of the student' s file. The system for a four-year undergraduate insti
student-information-manage
- 学习C++时老师布置的作业,制作一个学生信息系统管理平台,只是自己写的一段代码,还不太完善,不要见笑啊-Learning C++, teacher assignments, making a student information system management platform, just write a piece of code, do not laugh ah. .
Add-or-Delete-Student-messages
- 改程序可以用于修改学生管理系统的信息,比如说删除或添加信息。-Reform program can be used to modify the student information management system, for example, delete or add information.
c
- 学生管理系统实现对学生信息的动态管理,具有很强的实用性-Student management system to achieve the dynamic management of student information, has a strong practical
student-information-management
- 这是关于学校学生信息管理的系统,有效的记录了学生的学籍,学分,成绩等信息,方便学校方面的管理-This is about the school s student information management system, effectively record the student s enrollment, credits, grades and other information to facilitate the management of schools
07
- 学生管理系统主要实现了以下功能:学生信息录入,学生成绩录入,程序等级设置,学生违规处理,学生成绩排行,学生信息查询,学生成绩查询、打印。 -Student management system mainly realizes the following functions: student information input, students achievements recorded, application level setting, student mishandling, stud
ixnwr
- 家长在线注册,浏览学生成绩信息,和老师即时对话,管理学生成绩,系统公告管理-Parents online registration, browse the student achievement information, dialogue with the teacher instant and management of student achievement, system management
学生信息管理系统
- 基本于vs的C语言的学生管理系统,简单版(easy student system from vs)
学生管理系统C语言实现
- 基于C语言实现1插入学生信息2遍历学生信息3查找学生信息4删除学生信息5按学号排序6逆序排序等功能