搜索资源列表
数据库学生管理系统
- 一个access数据库管理系统,用于学生管理,sql查询功能是在后台实现,详细说明请看程序中的说明.txt-access a database management system for the management of students, sql queries in the background is achieved, detailed procedures Look at the statement. Txt
一个学生管理系统
- 基于ODBC的数据库模式,用MFC创建一个学生成绩管理软件。程序的实现主要在视图Cstudentview类中完成,其中可以完成的功能有:显示全部记录、增加记录、删除记录、修改记录、排序记录、查寻记录,并且在控件表格中直观的显示。-based ODBC database model, the MFC with the creation of a student performance management software. The main procedures in achieving Vie
Studentsmanagesystem-c
- 在TC环境下编写的一个学生成绩管理程序! 主要功能包括数据输入,查询,删除,插入等。-TC environment in the preparation of a student performance management process! Main functions include data entry, search, delete, insert and so on.
studentsafss
- 学生成绩管理程序源码,可以用来管理学生的成绩-student performance management procedures source can be used to manage the academic performance of students
chengjiguanli3
- 一个不错学生成绩管理程序,大家可以借鉴-a good student performance management process, we can learn from the `` `
students11.81
- 自己写的access学生学籍和成绩管理程序-write access their student record management procedures and results
tushuguanlixitong
- 这个简单的图书管理程序,可以任意添加学生,删除学生,编辑学生信息,并且具有保存和读入学生信息的功能。
studentmanage
- 一个通过注册表操作实现学生管理的程序,主要为学注册表的人提供使用参考
学校管理系统
- 软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自
学生管理系统全套
- 目 录 一、前言…………………………………………………………1 二、问题的提出…………………………………………………2 三、系统功能与分析……………………………………………2 四、系统设计 (一)总体设计……………………………………………………………2 成绩表总体结构……………………………………………………3 主程序………………………………………………………………4 (二)详细设计……………………………………………………
学生收费管理系统毕业设计
- 一个完整的毕业设计--学校收费管理系统,包括有论文、开题报告、任务书、程序和数据库。要毕业的赶紧下。,Graduated from a complete design- school fee management system, including the thesis, the title of the report, the task book, procedures and databases. To graduate under quickly.
MFC_sdutent
- 学生管理系统 增删改查与数据库对程序进行操作-Student management system CRUD database program
Student
- 学生管理系统本系统由1个数据库、3个查询,14个表单、3个报表、1个菜单、6个程序和2个自由表组成。 -Student management system of the system from a database, three inquiries, 14 forms, 3 Report, a menu, and six procedures and the composition of two freely table.
managementsystem
- 一个学生信息的管理程序,包括登陆、更新、输入、以及信息的管理,用数据库管理信息。-A student information management procedures, including landing, update, input, and information management, using database management information
xuesh
- 课程设计的学生管理系统,选课程序等。做的还算可以,可以满足课程设计之用-Student management system, curriculum design, course selection procedures.
shujukushiyan
- 带界面的javaweb程序,拖入就可使用,分教师管理员和学生登录,实现不同的功能(The JavaWeb program with the interface can be used to log in by teacher administrators and students to implement different functions)
51CTO下载-学生成绩管理系统(c#)
- 制作学生成绩管理系统,一个简单的程序,还ing大家下载欢迎(cdvbdfbdbbdbdbddgjkkjsdgjsdjjkskbv)
学生学籍管理系统
- 登录用户名和密码:萧宇 admin 注意:由于本例使用的数据库文件是基于Office 2007的,所以用户机器中应该事先安装Office 2007,否则注册新用户的过程中将会报错“未在本地计算机上注册“Microsoft.ACE.OLEDB.12.0”提供程序。”(Note: since the database file used in this example is based on Office 2007, the user machine should install Office
源程序
- 适合学生用来学习的数据库书籍管理系统,入门者可以用来参考学习,对于深入者不适合(Database Books Management System Suitable for Students to Learn)
学生管理系统QT代码
- 1.学生成绩管理系统使用的数据库是MySql,需要调试程序请到main函数里修改数据库信息,否则运行不了。 2.MySql数据库里面应创建一个数据库命名为school,在school里面应创建两张table分别是student和teacher。