你好,欢迎来到经管之家 [登录] [注册]

设为首页 | 经管之家首页 | 收藏本站

  • 毕业设计过程管理系统的实现_计算机专业论文

    计算机专业论文范文论文字数:14181,页数:46摘要随着计算机技术的日益普及,许多日常管理都采用计算机信息化管理系统,以提高管理水平和管理效益。高校的本科生毕业设计管理同样需要实现网络化、信息化的现代管理,本课题在SQLServer2000的环境下,采用B/S结构构架了整个系统框架,并通过JDBC(全称为Java DataBase Connectivity standard)连接数据库,结合信息学院毕业设计管理的需求,设计开发了一个“毕业设计过程管理系统”软件,实现毕业设计管理的现代化。方便师生间远距离的交流与互动,方便毕业设计过程管理的信息化、自动化,从而简化整个毕业设计的管理过程,提高工作效率。本文介绍了毕业设计过程管理系统的实现过程和主要功能,着重介绍了学生和教师参与毕业设计过程的流程设计,以及师生间交流等相关模块的设计与实现。关键词:数据库管理系统,毕业设计过程管理,B/S结构ABSTRACTWith computer technology becoming more and more popular, many of the day-to-day management begin to use the computer information management system, to raise the level of management and management effectiveness. College students’ design of graduating and management also need to achieve the same network, and modern information technology management, The paper using B / S structure to establish the whole framework, and JDBC(which full-name is Java DataBase Connectivity standard) to connect to the database, with design information management needs, I design a "graduation design process management system" software, achieve graduation management modernization. Between teachers and students in remote areas of exchange and interaction to facilitate the design process management graduate of information technology, automation, thereby simplifying the whole process of graduation, raise work efficiency. This paper describes the design process of graduation management system and the process of the realization of the major functions , the principle of the focus on the issues related to the process which take part in the design of the management for the teacher and student, management and exchange of teachers and students of the module design and implementation.Keyword: MIS, Management of the process of Graduation design, B/S structure目录摘要IABSTRACTII第1章 绪论11.1 背景11.2 研究内容2第2章 技术简介32.1JDBC32.1.1 JDBC的优点32.1.2 JDBC的用途42.1.3 JDBC的工作原理52.2 B/S结构52.2.1 B/S结构的优点62.2.2 B/S架构软件的优势与劣势62.2.3 B/S与C/S结构软件商业运用上的比较72.3 本章小结8第3章 需求分析93.1 学生模块的数据分析93.2 教师模块的数据分析103.3 师生交流模块的数据分析113.4 本章小结12第4章 模块的设计与实现134.1 数据库表总汇134.2 学生模块的设计与实现144.2.1 信息注册模块154.2.2 学生登录模块184.2.3 查询模块194.2.4 学生选题模块214.2.5选题修改模块224.3 教师管理模块的设计与实现244.3.1 显示学生信息模块244.3.2 修改信息模块274.3.3 删除信息模块294.3.4 添加信息模块314.3.5 学生信息查询模块344.4 师生交流模块的设计与实现364.4.1 师生交流的回复模块364.4.2 师生交流的发新贴模块384.5 本章小结39第5章 总结40致谢41参考文献:42

  • 毕业设计过程管理系统的实现_计算机专业论文

    计算机专业论文范文 摘要 随着计算机技术的日益普及,许多日常管理都采用计算机信息化管理系统,以提高管理水平和管理效益。高校的本科生毕业设计管理同样需要实现网络化、信息化的现代管理,本课题在SQLServer2000的环境下,采用B/S结构构架了整个系统框架,并通过JDBC(全称为Java DataBase Connectivity standard)连接数据库,结合信息学院毕业设计管理的需求,设计开发了一个“毕业设计过程管理系统”软件,实现毕业设计管理的现代化。方便师生间远距离的交流与互动,方便毕业设计过程管理的信息化、自动化,从而简化整个毕业设计的管理过程,提高工作效率。 本文介绍了毕业设计过程管理系统的实现过程和主要功能,着重介绍了学生和教师参与毕业设计过程的流程设计,以及师生间交流等相关模块的设计与实现。 关键词:数据库管理系统,毕业设计过程管理,B/S结构 ABSTRACT With computer technology becoming more and more popular, many of the day-to-day management begin to use the computer information management system, to raise the level of management and management effectiveness. College students’ design of graduating and management also need to achieve the same network, and modern information technology management, The paper using B / S structure to establish the whole framework, and JDBC(which full-name is Java DataBase Connectivity standard) to connect to the database, with design information management needs, I design a "graduation design process management system" software, achieve graduation management modernization. Between teachers and students in remote areas of exchange and interaction to facilitate the design process management graduate of information technology, automation, thereby simplifying the whole process of graduation, raise work efficiency. This paper describes the design process of graduation management system and the process of the realization of the major functions , the principle of the focus on the issues related to the process which take part in the design of the management for the teacher and student, management and exchange of teachers and students of the module design and implementation. Keyword: MIS, Management of the process of Graduation design, B/S structure 目录 摘要I ABSTRACTII 第1章 绪论1 1.1 背景1 1.2 研究内容2 第2章 技术简介3 2.1JDBC3 2.1.1 JDBC的优点3 2.1.2 JDBC的用途4 2.1.3 JDBC的工作原理5 2.2 B/S结构5 2.2.1 B/S结构的优点6 2.2.2 B/S架构软件的优势与劣势6 2.2.3 B/S与C/S结构软件商业运用上的比较7 2.3 本章小结8 第3章 需求分析9 3.1 学生模块的数据分析9 3.2 教师模块的数据分析10 3.3 师生交流模块的数据分析11 3.4 本章小结12 第4章 模块的设计与实现13 4.1 数据库表总汇13 4.2 学生模块的设计与实现14 4.2.1 信息注册模块15 4.2.2 学生登录模块18 4.2.3 查询模块19 4.2.4 学生选题模块21 4.2.5选题修改模块22 4.3 教师管理模块的设计与实现24 4.3.1 显示学生信息模块24 4.3.2 修改信息模块27 4.3.3 删除信息模块29 4.3.4 添加信息模块31 4.3.5 学生信息查询模块34 4.4 师生交流模块的设计与实现36 4.4.1 师生交流的回复模块36 4.4.2 师生交流的发新贴模块38 4.5 本章小结39 第5章 总结40 致谢41 参考文献:42

  • 医院管理信息系统_计算机专业论文范文

    计算机专业论文范文 摘要 当今社会大多数的医院为适应社会发展需要,不再沿用以往的人工接诊模式,取而代之的是功能完善的医院管理信息系统。 医院管理信息系统(HMIS)的主要目标是支持医院的行政管理与事务处理业务,减轻事务处理人员的劳动强度,辅助医院管理,提高医院的工作效率,从而使医院能够更好的为病人服务。 本文介绍如何用Visual Studio 2005和SQL SERVER 2005开发医院管理信息系统的门诊挂号、门诊管理、住院管理、药房管理和管理中心这几个主要功能,分析了这几个功能的构建过程及其实现。 关键字:DBMS、Visual Studio 2005、SQL SERVER 2005、医院管理信息系统 ABSTRACT To adapt the development of the modern social, most of hospitals no longer use the mode of manual .the hospital management information system which has all kinds of function replace it. The main target of the hospital management information system (HMIS) is to Support the hospital administration managements, handle business allevitate the personnel business, assistant the hospital manage and high lead decision, increase the hospital’s work efficiency, then make the hospital supply more satisfied service to all of patients. This article expatiates to how to using the Visual Studio 2005 and SQL SERVER 2005 to implement the main functions such as hospitalization register, hospitalization management, be in hospital management, pharmacy management, management center of the HMIS, introduce how to set up the hospitalization management subsystem and how to come true. Key words:DBMS,Visual Studio 2005,SQL SERVER 2005,Hospital Management Information System 目录 摘要I ABSTRACTII 目录III 第1章 绪论1 1.1 医院管理信息系统1 1.1.1 医院管理信息系统的概念1 1.1.2医院管理信息系统的发展历史与现状2 1.2 课题的背景及意义3 1.3 系统简介3 1.4 课题的主要工作及论文的组织4 第2章 系统开发工具及其相关技术5 2.1 Visual Studio 2005.NET5 2.2 SQL Server 20055 2.3 C#语言的特点5 2.4 ASP.NET的特点和优缺点6 2.5 HTML语言简介7 2.6 B/S结构概述8 2.7 本章小结10 第3章 系统分析11 3.1 系统分析概述11 3.2 模块详细设计11 3.3 数据流图13 3.4 本章小结14 第4章 数据库设计15 4.1 数据库设计原则15 4.2 概念结构设计15 4.3 本章小结19 第5章 编码与实现20 5.1 密码检验模块设计20 5.2 主窗口设计21 5.3 门诊挂号模块设计23 5.4 门诊管理模块设计27 5.5 住院管理模块设计30 5.6 药房管理模块设计32 5.7 管理中心模块设计33 5.8 本章小结36 第6章 结论37 致谢38 参考文献39

  • 基于角色访问控制的权限管理系统_计算机专业论文

    计算机专业论文范文 摘要 针对目前企业单位在使用MIS系统过程中实现权限管理的不同需求,采用B/S结构,java script和Javabean技术,同时采用SQL Server2000作为数据库,按照软件工程设计思想,设计开发了权限管理系统。该系统具有界面美观,操作简单等特点,基本上满足了MIS系统的权限管理需要。通过该系统,MIS系统管理人员可以很好的对不同的系统用户实现管理操作,根据不同的安排可以为他们分配不同的角色说明,这些用户因为有了不同的角色分类,他们就拥有不同的系统权限,可以对该系统进行不同的操作。 本文详细阐述了该系统的实现过程,并对该系统中所使用的关键技术作了深入分析和探索。 关键词:基于角色访问控制,权限管理,分配策略 ABSTRACT View of the current enterprises and units in the use of MIS systems to achieve competence in the management of different demands, using B/S structure, and technologies of java script and Javabean, combining with SQL Server2000 as database, according to software engineering designing, design and development of privilege management system. The system’s interface is beautiful, simple operation and so on; it is well meet the needs of the privilege management in MIS system. Through the system, the managers of the MIS system can take well operation on the management of different system users and they may have different roles when there are some decisions. As the users have different roles, they get different system privileges and they can do different operation in the system. This paper elaborated on the processing of the system achievement and made in-depth analysis and exploration to the key technologies which are used in system. Keywords: Role-based Access Control,Privilege Management,Assignation Strategy 目录 摘要I ABSTRACTII 第1章 引言1 1.1 背景1 1.1.1 信息管理系统现状1 1.1.2 系统权限管理现状分析2 1.2 研究内容及相关概念3 1.2.1 角色访问控制的相关概念3 1.2.2 研究内容5 第2章 需求分析6 2.1 需求分析6 2.2 建设目标6 2.2.1 角色与用户6 2.2.2 部门与用户7 2.2.3权限分配管理7 第3章 系统概要设计8 3.1 角色的安全策略8 3.2 系统设计9 3.2.1 系统框架图9 3.2.2 功能框架图9 3.2.3 主要功能设计10 第4章 数据模型设计12 4.1 模型设计12 4.2数据库安全性与完整性15 4.2.1数据库安全性15 4.2.2 数据库完整性15 第5章 系统的开发与实现16 5.1 系统开发运行环境及主要技术简介16 5.1.1 Tomcat16 5.1.2 Eclipse与Myeclipse16 5.1.3 ODBC17 5.1.4数据库技术与B/S结构18 5.2 系统实现18 5.2.1 数据库连接18 5.2.2 角色管理20 5.2.3机构管理22 5.2.4 权限管理23 5.2.5 用户管理24 5.2.6 无权限时的非法操作28 第6章 结束语29 致谢30 参考文献31 附录一:JSP程序源代码32 附录二:JAVA程序源代码41

  • 基于OpenGL的三维文字绘制_计算机专业论文范文

    计算机专业论文范文 摘要 三维真实感图形是科学可视化、计算机动画和虚拟现实的关键技术之一。本课题对此进行了研究,包括:基于OpenGL的三维文字绘制技术,基于OpenGL的三维实体建模方法,基于OpenGL的真实感图形绘制技术,利用OpenGL的库函数进行三维场景的绘制、渲染和纹理映射技术,碰撞检测技术等。重点实现的是基于OpenGL的三维文字绘制。 开源图形接口(OpenGL)作为一个性能优越的图形应用程序设计界面(API),以其高性能的交互式三维图形建模能力和易于编程开发的特点,成为一种三维图形开发标准,是从事三维图形开发工作的必要工具。本课题借助Visual C++ 6.0强大的开发功能,利用OpenGL来实现三维实体绘制。 关键词:三维实体绘制方法,三维文字绘制,OpenGL ABSTRACT 3D real graphics is a key technology of scientific visualization, computer draw, and virtual reality. This work study it, include, the technology of draw 3D letter, the modeling method of 3D entities and the technology of draw real graphics based on OpenGL, using the library functions of OpenGL to draw, romance, and texture mapping the 3D scene, and collision detection technology, etc. The emphasis of realization is draw 3D letter based on OpenGL. Open Graphics Library (OpenGL) is a super API, with its high function of interactive 3D graphic modeling capability and easy to program and develop. OpenGL have been a standard of the development of 3D graphics, and a necessary instrument of the development of 3D graphics. So, this work is designed with Visual C++ 6.0’s strong development function, using OpenGL to realize the drawing of 3D solid model. Keywords: the method of drawing 3D graphics, draw 3D letter, OpenGL 目录 摘要I ABSTRACTII 第1章绪论1 1.1背景1 1.2研究内容1 1.3设计的准备工作1 第2章 OpenGL和VC6.0简介3 2.1 OpenGL简介3 2.1.1 OpenGL基本工作流程3 2.1.2 基于OpenGL的三维实体建模方法4 2.1.3 基于OpenGL的真实感图形绘制技术5 2.2 VC6.0简介6 2.3 VC6.0环境下用OpenGL实现三维实体绘制6 2.4 本章小结7 第3章 相关技术简介8 3.1 计算机图形学简介8 3.2 计算机绘图概述8 3.3 三维图象技术简介9 3.4 三维建模方式10 3.5 本章小结10 第4章 研究内容总体设计11 4.1 总体设计思路11 4.2 游戏的主要关键技术11 4.3 功能模块设置11 4.4 游戏内容介绍11 4.4.1 游戏功能类的介绍12 4.4.2 类的定义12 4.5 本章小结13 第5章 研究与实现过程14 5.1 基本轮廓绘制14 5.2 二维绘图14 5.3 初步三维绘图的研究15 5.3.1 OpenGL提供的对三维物体的绘制方式简介15 5.3.2 三维世界的观察角度变换及在OpenGL中的实现16 5.4 三维平滑效果处理的研究18 5.4.1 平滑描影技术的研究20 5.4.2 消隐算法的研究21 5.5 碰撞和爆炸效果的研究22 5.5.1 碰撞问题的研究23 5.5.2 Alpha透明混合处理25 5.6 三维字体绘制的研究与实现26 5.6.1 基于OpenGL的汉字显示方法的研究27 5.6.2 基于OpenGL的三维文字绘制的研究27 5.6.3 三维文字变化的具体实现29 5.7 纹理色彩效果的研究42 5.8 音响效果的研究44 5.9 本章小结44 第6章 结论45 致谢46 参考文献47

  • 直角弯头塑料模具设计及成型零件加工工艺研究_模具专业论文

    模具专业论文范文 目录 1.塑件的工艺分析1 1.1 原材料性能1 1.2 塑件尺寸精度要求1 1.3 塑件表面质要量求2 1.4 塑件结构工艺性2 1.4.1 形状2 1.4.2 拔模斜度2 1.4.3 壁厚2 1.4.4 孔的设计2 2. 注射机型号的确定及其规格4 2.1 注射机的选择4 2.1.1 型腔数目的确定4 2.1.2 注射机型号的确定4 2.2 注射机规格4 3.分型面选则与型腔布局6 3.1型腔的布局6 3.2 分型面的选择6 4. 浇注系统的设计8 4.1 主流道的设计8 4.1.1主流道衬套的形式8 4.1.2 主流道尺寸参数的设计8 4.2 分流道的设计9 4.2.1 形状和尺寸9 4.2.2 分流道长度9 4.3 浇口的设计10 4.3.1 浇口位置的选择10 4.3.2 浇口的形式10 4.4 冷料穴和拉料杆的设计10 4.5 排气系统的设计11 5. 模具成型零部件的设计12 5.1 凸凹模结构设计12 5.2 成型零件工作尺寸计算12 5.2.1 型腔尺寸的计算12 5.2.2 型芯尺寸的计算13 5.2.3 中心距尺寸得计算13 5.3 成型零部件强度刚度计算14 5.3.1 侧壁厚度的计算14 5.3.2 底板厚度的计算15 6. 模架的选取16 6.1 标准模架的选取及其内部附件的结构参数16 6.2 推出机构的设计17 6.3 推出机构的导向装置18 7. 侧向分型与抽芯机构的设计19 7.1 抽拔距与抽拔力的计算19 7.1.1 抽拔距计算19 7.1.2 抽拔力计算19 7.2 斜导柱的设计19 7.3 侧滑块的设计20 7.4 导滑槽的设计20 7.5 楔紧块的设计21 7.6 侧滑块定位装置的设计21 8.注射模温度调节系统的设计23 8.1 冷却回路的尺寸确定23 8.2 冷却水回路的布置24 9.注射机有关工艺参数的校核25 9.1 注射量的校核25 9.2 模具闭合高度的校核25 9.3 模具安装部分的校核25 9.4 模具开模行程的校核25 10.型芯的加工工艺25 结 语26 参考文献27 致 谢28 摘 要 塑料工业是当今世界上增长最快的工业门类之一,而注塑模具是其中发展较快的种类,因此,研究注塑模具对了解塑料产品的生产过程和提高产品质量有很大意义。 本设计介绍了注射成型的基本原理,特别是单分型面注射模具的结构与工作原理,对注塑产品的基本设计原则;结合复杂塑料制件直角弯头,详细介绍了冷流道注射模具浇注系统、温度调节系统和顶出系统的设计过程,侧向分型与抽芯机构进行了详细的介绍和设计,并对模具强度要求做了说明。 通过本设计,可以对注塑模具设计有一个深刻的认识,注意到设计中的某些细节问题,掌握了模具基本结构及工作原理;通过对塑料模具设计程序的学习和实际设计,掌握了模具设计的一般方法及对模具设计过程中的具体细节问题的解决方法。 关键词:塑料模具;浇注系统;镶件;分型面

  • 浙江省大学生兼职信息系统设计与开发_计算机专业论文范文

    计算机专业论文范文 摘要 互联网的快速发展正在不断融入人们的生活,影响和改变着人们的生活。网络所提供给人们的不仅仅是一个获取信息的来源,而且还是一个相互交流的空间。兼职信息系统的出现和发展也正给广大的兼职求职者和招聘单位提供了一个便捷而有效的双向交流与选择的平台。 大学生兼职网站,为学生提供安全、可靠的兼职信息。不仅是让学生从中获取报酬,更重要的是使学生的综合素质和专业技能得到提高。该平台基于B/S架构、JSP技术,开发出面向大学生和企业的兼职网站,大学生可以注册会员,发布求职信息和查询招聘信息,在校期间能得到很好的兼职机会锻炼,为大学生毕业后就业打下基础。企业也可在该平台上免费发布兼职招聘信息,为企业找到合适的兼职人才。 关键词:互联网,互联网招聘,兼职信息系统,JSP ABSTRACT With the rapid development of the Internet, people's lives are constantly affected and changed. Networks provide for people not just a source of access to information, but also a space for learning from each other. The emergence and development of part-time information systems provide a convenient and effective two-way communication platform for a lot of part-time job seekers and the general recruitment unit. Part-time information system provides safe and reliable part-time information for students. Students not only obtain compensation, even more improve overall quality and professional skills. The platform of part-time information systems is based on B / S architecture and JSP technology and is geared to university students and companies. Students can sign up members, publish job information and query jobs in the system, get part-time opportunity to develop themselves on campus and get the direction of finding a job for the students ahead and lay foundation for employment after graduation. Enterprises can also be released on the platform for free part-time jobs, part-time for enterprises to find suitable talent. Keywords: Internet, Internet Recruitment, Part-time Information System, JSP 目录 摘要I ABSTRACTII 第1章 引言1 1.1 背景及意义1 1.2 目的1 1.3 研究内容2 第2章 大学生兼职信息系统概述3 2.1 开发背景3 2.2 系统现状和发展前景3 2.3 系统开发的目标和意义4 第3章 相关技术简介5 3.1 Java概述5 3.2 J2EE架构技术介绍6 3.3 Servlet技术介绍6 3.4 JSP技术介绍7 3.5 JavaBean技术介绍8 3.6 JDBC技术介绍8 第4章 系统结构设计10 4.1 系统构架10 4.2 工作方式11 4.3 系统结构设计11 第5章 系统详细设计12 5.1 系统组成描述12 5.2 系统主要框架12 5.2.1 个人求职的模块图13 5.2.2 企业招聘模块图14 5.2.3 管理员模块图15 5.3 数据结构设计15 5.3.1 数据关系模型15 5.3.2 数据字典15 5.3.3 实体-关系模型18 5.4 JDBC 数据库连接19 第6章 系统功能模块实现20 6.1 系统首页20 6.2 个人求职注册的页面22 6.3 个人用户功能模块实现24 6.3.1 个人用户功能主界面24 6.3.2 个人信息修改界面25 6.3.3 求职信息发布界面26 6.3.4 求职信息删除界面27 6.4 管理员用户功能模块实现29 6.4.1 管理员用户功能主界面29 6.4.2 友情链接管理界面29 第7章 结束语31 致 谢32 参考文献33

  • 冷冲压复合模具_模具专业论文范文

    模具专业论文范文 目录 摘 要I AbstractI 第1章 绪论1 1.1冲压的概念、特点及应用1 1.2冲压的基本工序及模具2 1.3冲压技术的现状及发展方向2 第2章 零件的工艺性分析7 2.1 零件的工艺性分析7 2.2 冲裁工艺方案的拟订7 2.2.1加工工序的拟订7 2.2.2 复合模具正装与倒装的比较7 2.2.3 模具基本结构的拟定8 2.2.4 模具类型11 2.2.5 操作与定位方式11 2.2.6 卸料与出件方式11 2.2.7 模架类型及精度11 2.3 本章小结11 第3章 冲裁力的计算、压力机的选择12 3.1 概念12 3.2 基本工序12 3.3 冲裁力的计算12 3.3.1 毛坯尺寸的确定12 3.3.2 冲裁力的计算13 3.3.3压力机的校核16 3.4 本章小结16 第4章 刃口尺寸确定17 4.1 冲裁间隙17 4.1.1基本概念17 4.1.2冲裁间隙的确定17 4.2 凸、凹模刃口尺寸计算17 4.2.1 刃口尺寸计算原则17 4.3 本章小结18 第5章 凸、凹模结构的确定19 5.1 凸凹模设计原则19 5.2 凸模结构计算19 5.3 凹模结构计算20 5.4 本章小结21 第6章 斜楔结构的确定22 6.1斜楔机构22 6.1.1 斜楔与滑块运动的主要方式22 6.2 斜楔与滑块的设计23 6.3 本章小结26 第7章 标准件的选择27 7.1 冲模标准化的意义27 7.2 冲模标准模架及其标准零件27 7.2.1上模座的选择27 7.2.2下模座的选择28 7.2.3导柱导套的选择28 7.3 本章小结30 结论31 参考文献31 摘 要 本文对冷冲压技术的分类、特点及发展方向作了简略概述;论述了冲压零件的形成原理、基本模具结构与运动过程及其设计原理;对典型的冲压件模具进行了设计。冲压模具的设计充分利用了机械压力机的功用特点,在室温的条件下对坯件进行冲压成形,生产效率提高,经济效益显著。 关键词 模具;冲压;凸模 ; Abstract In this paper, the classification of cold stamping technology, the characteristics and development of a brief overview on the principles of the formation of stamping parts, the basic structure and mold design process and movement principle of stamping parts of the typical mold for the design. Stamping die design make full use of the mechanical characteristics of the function of press in the room temperature under the condition of blanks for stamping, production efficiency, cost-effectiveness significantly. Key words die; stamping; punch;

  • 基于Eclipse的企业人事管理系统_计算机专业论文范文

    计算机专业论文范文 摘要 企业人事管理是企业管理中的一个重要内容,随着时代的进步,企业也逐渐变得庞大起来。如何管理好企业内部员工的信息,成为企业管理中的一个大问题。在这种情况下,开发一个企业人事管理系统就显得非常必要。 本系统以Eclipse为开发工具,后台数据库选择SQLSever2000,操作系统为WINDOWSXP。系统具有如下功能:员工基本信息的录入、修改、查询、删除模块,以及系统维护功能。为企业人事管理提供信息咨询,信息检索,信息存取等服务,基本上能够满足现代企业对人事管理的需要。 本文介绍了人事管理系统的开发过程。论文详细介绍了从系统的需求分析、数据库设计和各个模块具体实现的整个开发过程。 关键词:人事管理,Eclipse,SQLSever2000 ABSTRACT Thebusiness enterprise personal management is an important content in the business enterprise management. Along with the progress of ages, the business enterprise also becomes huge gradually. How to manage good business enterprise internal employee's information becomes a great problem in the business enterprise management. It seems to be very necessary to develop a business enterprise personal management system in this kind of case. This system takes Eclipse as a developing tool, the backstage database is SQLSever2000, and the operating system is WINDOWSXP. The system has functions as follows: recording, modifying, searching the employee's basic information, and deleting a mold piece, and maintaining the system. It can provide an information consultation for the business enterprise personal management, information index, the information accesses etc, which can satisfy modern business enterprise's demand to personal management basically. This text introduces the development process of personal management system. The thesis introduces the need analysis of the system, database design and the whole development process of carrying out each model in detail. Keywords:EmployeeManagement,Eclipse,SQLSever2000 目录 摘要I ABSTRACTII 第1章 绪论1 1.1 背景1 1.2 主要设计内容1 第2章 系统技术支持3 2.1系统要求和使用软件3 2.1.1系统使用软件3 2.2 本章小结4 第3章 需求分析和功能分析5 3.1 需求分析5 3.2 功能分析5 3.2.1 系统功能模块间的关系6 3.2.2 系统流程图6 3.3本章小结8 第4章 数据库设计9 4.1数据库设计概述9 4.2 概念设计9 4.3逻辑结构设计10 4.4本章小结13 第5章 系统实现15 5.1登录界面和功能界面15 5.1.1 系统登录界面的设计15 5.1.2 系统功能列表界面的设计16 5.2 公司管理模块16 5.2.1 概述16 5.2.2 实现过程17 5.3人事管理模块22 5.3.1实现过程22 5.4本章小结38 第6章 结论39 致谢40 参考文献41

  • 塑料插座上座模具设计_模具专业论文范文

    模具专业论文范文 目 录 摘 要...............................................................2 前 言...............................................................3 1、塑件工艺分析.......................................................4 1.1塑件设计要求.......................................................4 1.2塑件生产批量要求...................................................4 1.3塑件的成型要求.....................................................4 2、选用塑料...........................................................5 2.1酚醛塑料(PF).......................................................5 2.2聚醚砜(PES)........................................................5 2.3聚甲醛(POM)........................................................6 2.4材料的确定及相关参数...............................................6 3、塑料种类与模具设计的关系...........................................8 4、注射机的选择.......................................................9 5、模具的基本结构.....................................................10 5.1模具的成形方法.....................................................10 5.2模具的结构形式.....................................................10 5.2型腔的布置.........................................................10 5.3确定分型面.........................................................11 5.5冷却系统的设计.....................................................14 5.6确定推出方式及侧向抽芯机构.........................................16 6、模具设计的有关计算.................................................17 7、注塑机参数校核.....................................................19 7.1最大注射量校核.....................................................19 7.2锁模力校核.........................................................19 7.3模具与注塑机安装部分相关尺寸校核...................................19 7.4模具闭合高度校核...................................................20 7.5开模行程校核.......................................................20 8、模具结构、尺寸的设计计算...........................................21 8.1型腔结构...........................................................22 8.2型芯结构...........................................................22 8.3斜导柱.............................................................22 9、塑料注射模具技术要求及总装技术要求.................................26 9.1零件的技术要求.....................................................26 9.2总装技术要求.......................................................26 结论..................................................................28 致谢..................................................................29 参考文献..............................................................30 摘 要 本设计是以“插座上座”为主题。其设计思路由参考多个生产事例而得出,设计内容是从零件的工艺分析开始的,根据工艺要求来确定设计的大体思路。在设计当中,很多东西都是自己原来所没有接触过的,尤其是前段时间所学的理论课知识与现在的自己动手操作设计,设计顺序开始是从零件的材料选择,接下是成型参数、密度、收缩率的确定,模具种类与模具设计的关系、塑件的尺寸精度与结构、注射机的选择、模具设计有关尺寸的计算(包括模具行腔型芯的计算及其公差的确定)、注塑机参数的校核、模具结构设计、模具冷却、加热系统计算、注射模标准件的选用及总装技术要求等内容。 其次是模具的结构,在模具结构的设计当中,首先设计的是模具的型腔结构,接下来是型芯结构、斜导柱、滑块、导向机构、复位杆、拉料杆、推件杆和推出机构,这样做的目的是为了规范化,更重要的是为了以后与制造人员的配合。既让自己有了良好的设计习惯,又能锻炼自己的配合意识。为以后工作做一次演练,这样更能体现理论与实践相结合的目的。 关键词:型腔 型芯 注射模 推杆

AB
CD
ABCDEFGHIJKLMNOPQISTUVWXYZ