搜索资源列表
学生成绩管理系统(完全自己做的
- 呵呵,帮同学做的一个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
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.
Lab3
- Csharp实现的一个简单的学生管理系统,支持文件的存储。-Csharp achieve a simple management system for students in support of document storage.
stumanager
- 学生管理系统,可以录入,查询,修改学生成绩,设有不同权限 -Student management system that can input, query, modify student achievement, with different permissions
System
- C++写的一个学生成绩管理系统,SQL数据库-VC++ SQL2000
zxx
- 学生管理系统,简单快捷,容易。希望给你帮助。-Student management system, simple and quick and easy. Want to give you help.
VF
- 学生档案管理系统是一个教育单位不可缺少的部分,它的内容对于学校的决策者和管理者来说都至关重要,所以学生档案管理系统应该能够为用户提供充足的信息和快捷的查询手段。 学生档案管理系统是典型的信息管理系统(MIS)〖本文来自论文路上,Www.Lw63.Com,专业毕业设计〗经过分析如此情况,我们用Visual Foxpro 6.0开发工具,利用其提供的各种面向对象的开发工具和功能强大的SQL(结构化查询语言),尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,在开发阶段设计利用的数据库是Mi
Java_SQL_ServerProjectDevelopmentPractice
- 《Java+SQL+Server项目开发实践》源代码,很好的书,课程设计时它们功不可没。包括 JAVA连接数据库的两种方法;TableDisplay 学生管理系统;宾馆管理系统 图书馆管理系统 信用卡管理系统;flightmanagement;本打算分开上传的,但害怕被封号,只能全部奉上了!-" Java+ SQL+ Server project development practice," the source code, good books, curriculum des
AppStu
- Java+sqlserver开发的学生成绩管理系统。功能全面。适合初学者学习。内有使用说明书。数据库文件,源码等只要获取相应文件至自己的Java环境中即可使用和修改调试-Java+ sqlserver development of student achievement management system. Full-featured. Suitable for beginners to learn. There are manual. Database files, source code,
xsxxxt
- jsp+sql开发的学生课程管理系统,希望对初学者有用!-the system development process in the development of basic software engineering methods to follow completely the use of structured programming methods. The main functions of the system can be convenient for the student ho
20060219113352882535
- 学生管理信息系统系统规约说明书(System Specification) 软件项目可行性研究报告(Report for Feasibility Study) 软件项目计划(Software Project Plan) 需求规格说明书(Requirements Specification) 概要设计说明书(Architectural Design Specification) 详细设计说明书(Procedural Design Specifica
C语言课程设计_学生成绩管理系统-完美运行代码.doc
- C语言课程设计_学生成绩管理系统-完美运行代码.doc
学生管理系统3.0
- 输入 输出 查找 是严蔚敏版的数据结构的代码实现的(input output insert surech)
学生管理系统
- C语言实现学生管理系统源码,C语言初学者的进阶必备(Student Management System Based C)
学生管理系统(链表)
- 在Dev-c++上编译的简单学生管理系统,适用于链表初学练习者(Student management system)
student
- 学生成绩管理系统,功能选择、录入成绩、查询成绩、删除成绩、修改学上成绩、插入成绩、统计学生人数(Student performance management system, function selection, entry results, query results, delete the results, modify academic achievement, insert the results, the number of students statistics)
StudentMGMain classes
- 这是一款简单的学生管理系统。(This is a simple student management system.)
学生信息管理系统
- 基本于vs的C语言的学生管理系统,简单版(easy student system from vs)
学生管理系统C语言实现
- 基于C语言实现1插入学生信息2遍历学生信息3查找学生信息4删除学生信息5按学号排序6逆序排序等功能