搜索资源列表
学生成绩管理系统(完全自己做的
- 呵呵,帮同学做的一个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.
STU
- Java写的简单学生管理系统
Information-Management-System
- 对学生管理数据进行增加、修改、删除、查询等操作-To the student management data changes such as delete query increase operation
Lab3
- Csharp实现的一个简单的学生管理系统,支持文件的存储。-Csharp achieve a simple management system for students in support of document storage.
advance
- 源程序用户的学生管理系统,相当不错,适合初学者学习-源程序的学生管理系统,相当不错,适合初学者学习
stumanager
- 学生管理系统,可以录入,查询,修改学生成绩,设有不同权限 -Student management system that can input, query, modify student achievement, with different permissions
Student
- 一个学生管理系统。较为完整,可以参照作许多应用,-A student management system. More complete, you can refer to for many applications,
System
- C++写的一个学生成绩管理系统,SQL数据库-VC++ SQL2000
studentmanagementsystem
- 简易的学生管理系统,用c++实现,比较初级,易懂!-Easy student management system, using c++ implementation, more elementary, easy to understand!
zxx
- 学生管理系统,简单快捷,容易。希望给你帮助。-Student management system, simple and quick and easy. Want to give you help.
Java_SQL_ServerProjectDevelopmentPractice
- 《Java+SQL+Server项目开发实践》源代码,很好的书,课程设计时它们功不可没。包括 JAVA连接数据库的两种方法;TableDisplay 学生管理系统;宾馆管理系统 图书馆管理系统 信用卡管理系统;flightmanagement;本打算分开上传的,但害怕被封号,只能全部奉上了!-" Java+ SQL+ Server project development practice," the source code, good books, curriculum des
20060219113352882535
- 学生管理信息系统系统规约说明书(System Specification) 软件项目可行性研究报告(Report for Feasibility Study) 软件项目计划(Software Project Plan) 需求规格说明书(Requirements Specification) 概要设计说明书(Architectural Design Specification) 详细设计说明书(Procedural Design Specifica
学生管理系统3.0
- 输入 输出 查找 是严蔚敏版的数据结构的代码实现的(input output insert surech)
学生管理系统
- C语言实现学生管理系统源码,C语言初学者的进阶必备(Student Management System Based C)
学生管理系统(链表)
- 在Dev-c++上编译的简单学生管理系统,适用于链表初学练习者(Student management system)
StudentMGMain classes
- 这是一款简单的学生管理系统。(This is a simple student management system.)
学生信息管理系统
- 基本于vs的C语言的学生管理系统,简单版(easy student system from vs)
学生管理系统C语言实现
- 基于C语言实现1插入学生信息2遍历学生信息3查找学生信息4删除学生信息5按学号排序6逆序排序等功能