搜索资源列表
Student2
- 小型学生管理系统,分别采用不同的数据库,直接访问,仅仅作为一个参考。-small student management system, using different databases, direct access, only as a reference.
student mysql制作的简单的学生学籍管理系统
- php,mysql制作的简单的学生学籍管理系统,适合初学者使用- Simple Student Management System
jia_dian_wei_xiu.rar
- ASP.NET 2.0 C# +MYSQL 家电维修管理系统 功能还算齐全,数据库完整,适合学生们学习利用。,ASP.NET 2.0 C#+ MYSQL appliance maintenance management system is still fully functional, database integrity, suitable for students to learn to use.
200752213295745
- 学生管理系统 -Student Management System
mysql
- 一个学生选课系统,可以实现学生的选课 教师的批准 以及管理员的管理-A student elective system, students can achieve the approval of the course teachers and administrator management
222
- 学生管理系统 包括选课 查询 日志 管理员管理 分类查询等功能-Student management system, including selection query log classification of administrators to manage inquiries and other functions
student
- 学生档案管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的数据库。而对于后者则要求应用程序功能完备,易使用等特点。 经过分析,我使用 MICROSOFT公司的 VISUAL BASIC开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成满意的可
StudenInformation
- 一个vb.net编写的学生管理系统。基于MSSQL数据库,有班级管理,学藉管理,课程管理等功能,适合初学者参考-A student management system written in vb.net. Based on MSSQL database, a class management, learning by management, course management functions, information for beginners
228-linshaoquan
- VFP的简单设计,班级学生管理系统,好看又好用-VFP simple design,Class management system,good and beautiful
Student-management-system
- 学生管理系统(java控制台程序),非常适合初学者练习。-Student management system (java console program), is ideal for beginners to practice.
student
- 基于PHP+mysql开发的学生管理系统,能实现成绩、程序的录入、学生成绩的查询等-Student management system based on PHP+mysql development, accomplishment, and the entry of the program, student achievement query
exampledatabase
- 软件是用C++编写的一个小的学生管理系统数据库程序,小的界面,直接运行即可!-Software is written in c++, a small student database management system procedures, small interface, can be run directly!
student
- 学生管理系统,用JAVA写的功能还算健全,希望对大家有帮助-Student management system, written in JAVA functions fairly healthy, we hope to help
StudentinManger
- 实现简单的学生管理系统,大二时的java数据库课程设计,数据库MySQL-Achieve a simple student management system, a sophomore of the java database design courses
Student
- 学生管理系统·实现 界面登录· 添加、删除、修改、查询等功能-Student Management System Interface login to add, delete, modify, query and other functions
Student-management-system
- 学生管理系统,用VISUAL BASIC 开发的数据库系统,数据库采用MS SQL SERVER-Student management system
student-manager-system
- 简单的学生管理系统,包括注册登录,CRUD-student manager system
student
- 学生管理系统 管理学生的档案 信息查找,增加,删除-student management system
本科生课程设计管理系统
- 登录此系统,选择身份进行登录,管理员可以添加,删除,修改学生,教师的基本信息,可以审核题目,题目状态分为通过,未通过,审核中。教师可以查询修改个人的基本信息,提交课题信息,查询选题信息,对学生的课程设计进行打分。学生可以查询修改个人信息,选题,查询题目信息,查询成绩。
学生管理系统QT代码
- 1.学生成绩管理系统使用的数据库是MySql,需要调试程序请到main函数里修改数据库信息,否则运行不了。 2.MySql数据库里面应创建一个数据库命名为school,在school里面应创建两张table分别是student和teacher。