此系统用到ajax,javascript,jquery和mvc框架技术,欢迎下载
2022-04-27 20:04:58 1.05MB 学生信息管理系统
1
超级简单学生信息列表管理功能、基本添加、删除、修改、查看、翻页 采用html+jquery+div+css开发,系统实现有相应的代码讲解说明
学生信息管理系统 完整版 代码+截图+项目文档 (需求分析)
2022-04-24 16:19:21 7.65MB 软件工程
1
底层链表(单向链表)list.h,list.c; 菜单文件menu.h,menu.c; 功能模块student.h,student.c; main.c;in.c; Linux C,Ubuntu;make工具多文件编译,文件操作,用文件保存学生信息表(掉电保护,防丢失) ; 注释超全,每个函数都作了清晰的注释,浅显易懂。程序实现的功能有:防学号重复(学号唯一不可重复,很多操作需要用到学号如学生端的登录需要使用学生学号和密码进行登录操作,删除查找学生信息等也会用到,所以我采用的方式为用data.txt文件在每一次添加学生信息后将最后添加的学生学号保存,之后添加的学生的学号在上一个添加的学生的基础上+1,防止学号重复。其序号生成原理类似,每添加一位学生信息就在上一次添加的学生的序号上+1(可以理解成添加的人数);使用的单链表,冒泡排序等等都是数据结构中最简单易懂的操作(最容易理解);使用make工具多文件联编后的可执行文件为.a.out ,make后直接 ./a.out即可运行程序。管理员账户为 danny,密码为 admin。
2022-04-21 14:03:57 39KB c语言 数据结构 ubuntu makefile
1
序 言 第一章 系统需求分析 1.1系统开发目标 1.2系统需求分析 1.3系统可行性分析 1.4研究意义 第二章 开发资源配置及系统分析 2.1 开发工具 2.1.1 Python语言简介 5 2.1.2 MySQL数据库简介 2.1.3开发工具的选择 6 2.2功能模块介绍 6 2.2.1登录功能模块 6 2.2.2成绩查询及修改功能模块 2.3数据库功能模块及设计 2.3.1数据库功能模块及设计 2.3.2数据库逻辑设计 9 2.4系统功能用例图 11 第三章 系统的界面设计与实现 3.1 登入界面设计 3.2 管理员登录界面设计 3.3 管理员端操作界面 14 3.4 学生端操作页面 15 3.5 学生成绩管理界面 17 3.6 用户信息管理界面 19 3.7 考勤信息操作界面 22 3.8 学生成绩查询界面 24 3.9 学生考勤信息查询界面 第四章 系统测试 4.1 登陆功能测试 4.2查询功能测试 4.3信息更改功能测试 4.4成绩展示功能测试 第五章 结论与展望 5.1 总结 29 5.2 展望 29 ....................
摘 要 随着高校规模的不断扩大,学生数量急剧增加,有关学生的各种信息量也成倍增长,庞大学生信息的管理工作成了高校教学管理工作中的一项重要任务,一方面,假如遵从以往旧式的工作方式,该工作的工作量大,管理繁琐,既耗人力,又耗物力;另一方面,由于计算机技术的飞速发展及应用的普及,学生信息管理这样烦琐的工作更需要由计算机来完成。因此开发一套对学生信息进行管理的软件是极其重要的,而且是必需的,通过这样的系统,可以做到信息的规范管理、科学统计和快速的查询,从而减少管理方面的工作量。 基于上述情况,本人针对本校学生选课及教务员排课做详细的需求分析,在Windows XP平台下以SQL Server2000为数据库服务器及PowerDesigner8.0为设计工具,采用PowerBuilder9.0设计开发了基于C/S结构的学生信息管理系统。此系统不仅实现了学生对个人基本信息的修改、查询以及专业选课和重修等,还实现了教务员对学生所选课程的排课组班功能。真正的实现了选课、排课的一体化。简洁的操作方法与人性化的界面设计让任何非计算机专业的管理人员轻松使用。 关键字: 静态分析;被动数据库;用户角色对象 Abstract With the development of academic schools' constantly enlarging their size and increasing the number of their students,various information about students is doubly increased.There is so much information that teaching managment becomes more and more important a task.For one thing,if we follow the old work style as before,the work would have great capacity,and will also be a great waste of manpower and material;for another thing, with the development and application of computer science and technology,such trivial work could be complete done by computer.That's to say, it is of great importance to explore a suitable software. With the help of this software , it will reduce error and will also improve efficiency,what's more,modernization 、systematism and standardization in teaching managment will come true . As the reasons refered above , I analyzed the fact students choose courses and administrator arrange courses in our university in detail , Under windows XP operation system designed this software to manage student's information .It is designed by design tool PowerDesigner8.0 and database server machine SQL Server,other PowerBuder9.0 as my development tool.This student information management system is base on C/S structure.With the help of this software , you can modify or inquire student's information , and it also can be used to arranging courses or organizing students . The system has implement an entire progress of choosing courses and arranging courses.with the concise operation methods and of humanition interface designment,every administrator can use it conveniently in spite of he/she is not professional in computer science. Key Words:Static Analysis;Passive Database;User Role Object 目 录 第一章 绪 论 1 § 1.1 开发背景 1 § 1.2 开发必要性及系统介绍 1 第二章 学生信息管理系统分析 3 § 2.1 系统功能分析 3 § 2.1.1 系统需实现功能 3 § 2.1.2 统分层数据流图 4 § 2.1.3 系统E-R图 9 § 2.1.4 系统数据字典 10 § 2.1.5 系统功能模块 12 § 2.1.6 系统表 13 § 2.2 系统性能分析 17 § 2.2.1 精度 17 § 2.2.2 时间特性要求 17 § 2.2.3 灵活性 18 § 2.3 输入输出要求 18 § 2.4 数据处理能力要求 18 § 2.5 故障处理要求 18 § 2.6 系统运行环境 18 第三章 学生信息管理系统设计 19 § 3.1 论分析 19 § 3.2 总体设计 19 § 3.3 模块划分 20 § 3.3.1 教务员管理系统模块详细介绍 21 § 3.3.2 教师管理系统模块详细介绍 22 § 3.3.3 学生管理系统模块详细介绍 22 第四章 学生信息管理系统实施 24 § 4.1 创建数据库 24 § 4.2 连接数据库 24 § 4.3 系统功能模块的实现 28 § 4.3.1 用户登陆模块实现 28 § 4.3.2 学生选课功能的实现 31 § 4.3.3 学生查询功能的实现 37 § 4.3.4 学生个人信息修改功能的实现 41 § 4.3.5 教务员排课功能的实现 42 § 4.3.6 教师成绩录入功能的实现 48 § 4.3.7 密码修改功能的实现 48 第五章 学生信息管理系统测试 52 § 5.1 试环境 52 § 5.2 试目的和目标 52 § 5.3 选课测试 52 § 5.4 成绩录入测试 57 结 论 59 参考文献 60 致 谢 61
2022-04-19 19:47:26 1.77MB 学生 信息 管理
1
VB源码
2022-04-19 15:05:24 1.65MB VB源码
VB源码
2022-04-19 15:05:13 451KB VB源码
多达3408行代码,功能丰富,这正是你需要的!
2022-04-18 18:14:42 69KB 学生信息管理
1
项目架构:B/S架构 开发语言:Java语言 开发软件:idea eclipse 前端技术:Layui、HTML、CSS、JS、JQuery等技术 后端技术:JAVA 运行环境:Win10、JDK1.8 数 据 库:MySQL5.7/8.0 运行服务器:Tomcat7.0 CSDN太坑了,设置是0积分,动态调整下载积分太多,想要源码的私信我吧。
2022-04-18 17:41:05 8.75MB 基于JAVA基于Ssm学生信息管
1