基于一卡通的学生考勤系统毕业论文(编辑修改稿)内容摘要:
class_name nvarchar(50) 空 class_code nvarchar(50) 空 special_grade_id int 非空 4 表 Classroom 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 classroom_id int 非空 种子,自增 1 classroom_name nvarchar(255) 空 classroom_ip nvarchar(255) 空 classroomtype_id nvarchar(50) 空 5 表 ClassroomClasstype 表名 列 名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 classroom_classroomtype_id int 非空 种子, 自增1 classroom_id int 空 classroomtype_id int 空 6 表 ClassroomTime 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 classroom_time_id int 非空 种子,自增 1 classroom_id int 非空 外键 time_id int 非空 外键 7 表 ClassroomType 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 classroomtype_id int 非空 种子,自增1 classroom_name nvarchar(50) 空 classroom_ description nvarchar(MAX) 空 8 表 CourseClassTime 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 ID int 非空 种子,自增 1 course_id int 非空 外键 time_id int 非空 外键 classroom_id int 非空 外键 9 表 CourseData 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 CourseData int 非空 种子,自增 1 course_code nvarchar(50) 空 course_name nvarchar(50) 非空 course_type nvarchar(50) 非空 10 表 CourseStatistics 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 course_statistics_id int 非空 种子,自增 1 course_to_class_rate decimal(18, 0) 空 到课率 course_late_times int 空 迟到次数 course_truant_times int 空 旷课次数 course_statistics_time datetime 空 统计时间 train_plan_course_id int 外键 11 表 CourseTime 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 course_time_id int 非空 种子,自增 1 time_id int 空 外键 course_id int 空 外键 12 表 Depart 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 depart_id int 非空 种子,自增 1 depart_name nvarchar(50) 空 depart_code nvarchar(50) 空 13 表 GradeSpecial(专业年级表 ) 表名 列名 数据类型(精度范围) 空 / 非空 约束条 件 其他说明 special_grade_id int 非空 种子,自增 1 special_id int 非空 外键 专业编号 grade int 空 年级编号 14 表 Special(专业表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 special_id int 非空 种子,自增1 special_name nvarchar(50) 空 专业名称 special_code nvarchar(50) 空 专业编号 special_std_code nvarchar(50) 空 专业学生编号 depart_id int 非空 15 表 SpecialStatisics(专业考勤统计表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 special_statistics_id int 非空 种子,自增 1 special_id int 非空 外键 special_to_class_rate decimal(18, 0) 空 到课率 special_late_times int 空 迟到次数 special_truant_times int 空 旷课次数 special_statistics_time datetime 空 统计时间 16 表 Student(学生表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 student_id int 非空 种子,自增 1 student_code decimal(18, 0) 非空 学生编号 student_name nvarchar(50) 非空 学生姓名 student_age int 空 年龄 student_nationality nvarchar(50) 空 民族 student_birthday datetime 空 出身日期 student_sex varchar(10) 空 性别 student_birthday_place nvarchar(50) 空 籍贯 class_id int 空 外键 班级编号 student_identity nvarchar(50) 空 身份证 17 表 StudentStatisics(学生考勤统计表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 student_statistics_id int 非空 种子,自增 1 student_id int 空 外键 student_to_class_rate decimal(18, 0) 空 到课率 student_late_times int 空 迟到次数 student_truant_times int 空 旷课次数 student_statistics_time datetime 空 统计时间 18 表 StudentTime(学生时间表) 表名 列名 数据类型(精度范围) 空 / 非空 约 束条件 其他说明 student_time_id int 空 主键 student_id int 空 外键 学生编号 time_id int 空 外键 时间编号 state int 空 状态(标识考勤状态) 19 表 StudentTrainplan(学生培养计划表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 student_plan_id int 非空 种子,自增 1 student_id int 空 外键 学生编号 status nvarchar(50) 空 培养状态(在修,已修) result nvarchar(50) 空 train_plan_course_id int 外键 培养计划课程表 20 表 SystemRight(系统权限表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 system_right_id int 非空 种子,自增 1 system_right_name nvarchar(50) 空 system_right_description nvarchar(MAX) 空 21 表 SystemRole(系统角色表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 system_role_id int 非空 种子,自增 1 system_role_name nvarchar(50) 空 system_role_ description nvarchar(MAX) 空 22 表 SystemUser(系统用户) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 system_user_id int 非空 种子,自增1 system_user_account nvarchar(50) 非空 账号 system_user_password nvarchar(50) 空 密码 23 表 TeachClass 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 teach_class_id int 非空 种子,自增1 train_plan_course_id int 空 外键 24 表 TeachClassStudent(教学班学生表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 teach_class_student_id int 非空 种子,自增 1 student_plan_id int 非空 外键 teach_class_id int 非空 外键 25 表 Teacher 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 teacher_id int 非空 种子,自增 1 teacher_name nvarchar(50) 非空 姓名 teacher_sex varchar(10) 非空 性别 teacher_nationality nvarchar(50) 空 民族 teacher_title_id int 空 外键 职称 teacher_birthday_place nvarchar(50) 空 籍贯 teacher_birthday datetime 空 出身日期 teacher_age int 空 年龄 26 表 TeacherStatistics 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 teacher_statistics_id int 非空 种子,自增 1 teacher_to_class_rate decimal(18, 0) 空 到课率 teacher_late_times int 空 迟到次数 teacher_truant_times int 空 旷课次数 teacher_statistics_time datetime 空 统计时间 teacher_id int 非空 外键 27 表 TeacherTeachClass(教师教学班表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 ID int 非空 种子,自增 1 teacher_id int 空 外键 教师表 ID teach_class_id int 空 外键 教学班表 ID 28 表 TeacherTime 表名 列名 数据类型(精。基于一卡通的学生考勤系统毕业论文(编辑修改稿)
相关推荐
提出, T2O 目前正面临着“电视台角色转换”、“商业变现”、“全产业链整合升级”、“重新定义客户”和“紧跟潮流趋势”的五大挑战。 杨晨颖( 20xx)通过对《女神的新衣》的分析, 对 T2O 模式非常看好,认为“ T20”模式能够使合作双3 方获得显而易见 的利益且是对传统模式的一种颠覆。 当然,也有人对该模式目前的状态不太看好,钛媒体( 20xx)发布一篇文章,认为 T2O
通过 同步皮带 来 带动小车运动, 以 保持摆杆平衡 [12]。 直线一级倒立摆系统硬件组成 如下 : ( 1)伺服电机 在自动控制系统中作为执 行元件 , 又 可 称为执行电动机,它 可以 将输入的电压信号变换成转轴的角位移或者角速度输出。 通过 改变控制电压 来改 变伺服电机的转速和转向。 ( 2) 编码器 编码器有两种形式:增量式编码器和绝对编码器。 是 作为检测转速、线速度、角速度
生实习管理系统 3系统总体设计 3.1系统设计思想和原则 3.1.1系统的设计思想 本系统的总体设计思想是:通过上面的系统分析以及工作的流程,结合软件 项目开发的理论知识,提出一套合理可行的技术解决方案,实现学生实习工作的 信息化,为全校实习生和用人单位提供多样化信息服务。 3.1.2系统的设计原则 1、系统定位。 在设计和实现本系统时,首先必须明确系统的服务对象是谁 嘲,该系统主要为教师、学生
率变化的超声波 厚度计;有利用涡流原理的电涡流厚度计;还有 x 射线测厚仪 、 电容式厚度计 、 微波 厚度计 和激光 厚度计 等。 其中 在工业上 常用来测量管材壁厚的方法有: x 射线测厚仪 、 超声波 测厚仪 、 γ 射线测厚仪。 x 射线测厚仪 x 射线 是 波长介于紫 外线和 γ 射线间的电磁辐射。 由德国物理学家 1895年发现 , 故又称伦琴射线。 实验室中 x 射线由 x
警,数据记录以及历史数据回读等功能。 克服了传统监测方法硬件结构与软件编程复杂、可扩展性能不强和显示方式单一的问题,提高了测量数据的稳定性和精确度,为虚拟仪器在日常生活中的应用开辟了一条新思路。 论文整体结构 首章主要介绍了论文的背景 以及论文中所涉及到的相关技术的发展现状,梳理论文脉络。 尾章则为 论文的总结和展望,总结涵盖了对整个研究工作进 行的归纳和综合
它来同步您的程序。 打开【函数】【编程】【结构】函数选项板,从中选择“While循环”节点,放置到程序框图设计区,并调整大小,使其包含所有的节点,这样框图最外层是一个while循环,保证输出波形的连续。 打开【函数】【编程】【定时】函数选项板,选择“等待(ms)”函数节点,放置在“While 循环”结构框图中,移动光标到“等待(ms)”节点的“等待时间”端口上,单击鼠标右键