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

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

  • 大学英语在线考试系统_计算机专业论文范文

    计算机专业论文范文 摘要 随着计算机网络技术的飞速发展,传统考试模式的弊端也越来越明显的呈现在人们面前。现阶段,学校与社会上的各种考试大多采用传统的考试方式,在此方式下,组织一次考试至少要经过出卷、考生考试、教师监考、阅卷、成绩评估和试卷分析等过程与步骤。随着计算机技术的迅猛发展,网络应用的不断扩大,人们迫切希望能利用这些技术来对我们现行的考试方式作一些新的、网络化、无纸化的探索,以减轻教师的工作负担及提高工作效率,提高考试的质量,使考试更趋于公证、客观、激发学生的学习兴趣。 本文分析了本校大学英语在线考试系统的技术特点,主要对其主要实现技术如java, jsp等进行了一些探讨,并提出了自己的设计思路。第一章主要对系统的开发工具进行了介绍,对背景做了相关的了解。第二章是系统的总体分析,系统结构,数据流程图等,用相关的方法手段对系统做了描述。第三章则是对系统数据库的介绍,数据库的设计方法和手段是该章介绍重点。最后的第四章则是对系统的总体描述,对用户的功能权限,操作等配合图片说明做了详细描述,用最直观的方法把系统呈现出来。 关键词:在线考试系统,Java,Jsp The Design and Development of English Curriculum Online Test System for Our University ABSTRACT Along with the development of computer network technology, the malpractice of traditional test pattern are more and more obvious present in front of people. The present stage, each kind of test mostly uses the traditional test way in the school and society's, under this way, organizes a test to pass through at least publishes the volume, take a test, monitor an exam, examine test papers, processes and the step and so on performance appraisal and examination paper analysis. Along with the computer technology rapid development, network application unceasing expansion, people earnestly hoped that they use these technologies to come to our present test way to make some, the network, the paperless exploration newly, lightens teacher's work load and raises the working efficiency, enhances the quality of test, causes the test tends the notarization, objective, stimulates student's study interest. this article has analyzed our school English online test system's technical characteristic, mainly realized the technical which like java to it, jsp and so on has carried on some discussions, and proposed own design mentality. The first chapter mainly carried on to system's development kit introduced that has made the related understanding to the background. The second chapter is system's macro analysis, the system structure, the data flow chart and so on, has made the description with the related method to the system. The third rules are to the system database introduction, the database design method and the method are this chapter of introduction key. The final fourth rules are to system's overall description, on user's function jurisdiction, coordination captions and so on operation has made the detailed description, presents with the most direct-viewing method the system. Keywords:Online Test System, Java, Jsp 目录 摘要I ABSTRACTII 第1章 引言1 1.1 课题背景1 1.2开发工具的选用及介绍1 1.2.1开发工具的选用1 1.2.2开发工具的介绍1 第2章 系统总体分析和设计6 2.1 需求分析6 2.1.1 系统总体分析6 2.1.2数据流程图11 2.2功能描述14 2.2.1管理员功能分析14 2.2.2教师功能分析14 2.2.3学生功能分析14 2.3系统页面设计14 第3章 数据库设计15 3.1数据库的概念设计15 3.2数据库的实现16 第4章 系统基本功能的实现21 4.1登陆、注册21 4.2用户权限分配22 4.3试题管理模块22 4.4学生管理模块24 第5章 总 结27 参考文献28 致 谢29

  • qDou(豆瓣Symbian客户端)_计算机专业论文范文

    计算机专业论文范文 qDou(豆瓣Symbian客户端) 【摘 要】 qDou---豆瓣Symbian客户端,采用的是Qt进行编写。豆瓣是一家Web2.0网站,豆瓣主要通过用户点击及购买电子商务网站的相关产品,来获得收入。 本次设计的qDou将主要是采用Qt的Graphics View框架编写,部分框架运用Declarative UI(Qt的下一代控件),在与豆瓣官方数据接口的交换上,利用豆瓣提供的Api key,通过OAuth协议进行对豆瓣数据的访问,修改以及提交。 利用豆瓣网提供的API结合Qt的下一代控件Declarative UI 轻松的实现了具有平滑,收放自如, 动态变换的一款豆瓣客户端,这种控件主要针对于移动平台上,比如手机或者上网本。采用Qml语言使开发者和设计者在完成他们工作的时候更多的高效。另一方面这种简单易学的语言,是那些不熟悉C++的开发人员可以方便的使用Qt。为了保护豆瓣用户私有数据的安全,豆瓣采用OAuth协议来完成数据的写入,修改和删除。 S60下豆瓣客户端新增了如搜索书籍,电影,音乐查询,收发豆邮等更强大的功能,同时你可以读取他们的评论,看看其他豆瓣的用户对这个条目时什么观点或者推荐好的条目给你的好友。另一方面,qdou 提供了朋友之间的数据可视化,通过豆瓣这个巨大的网络,你可以发现你与其他人之间的联系,共同的爱好.这些功能满足了时下网络社交生活的需要,更增加了无穷乐趣。由于使用Qt进行开发,所以qDou可以轻松的发布到Symbian Maemo,webOs,甚至Android上。 【关键词】 豆瓣 APIKey Declarative UI OAuth协议 Qt 目 录 绪 论1 1. 开发概述2 1.1背 景2 1.2课题来源4 1.3国内外研究现状4 1.4论文主要工作7 1.5论文结构7 2. 相关技术概念8 2.1关于Qt8 2.2 OAuth协议9 2.3 豆瓣API11 2.4 cookies11 3. qDou的设计12 3.1概要设计12 3.1.1程序流程图13 3.1.2模块框架图14 3.1.3系统数据流程图14 3.1.4系统数据结构设计14 3.2系统界面设计18 3.2.1 MVC模型18 3.2.2 qDou中的MVC模型19 3.2.3 C++向qml扩展20 3.2.4 qml中调用 C++形式函数21 3.3 qDou认证21 3.3.1获取未授权的Request Token22 3.3.2请求用户授权Request Token22 3.3.3使用授权后的Request Token换取Access Token22 3.3.4使用 Access Token 访问或修改受保护资源23 3.4利用NetworkAccessManager在本地储存Cookies23 3.4.1 NetworkCookiejar与NetworkCookie的关系23 3.4.2将Cookies导入Webkit24 3.5 PhotoView (豆瓣关系可视化)24 3.5.1基于GraphicsView24 3.5.2豆瓣用户信息的获取数据的获取.25 4. 实现运行25 5. 测试26 总结以及展望28 参考文献29 附录32 致谢.33

  • 旅行社管理系统的设计与实现_计算机专业论文范文

    计算机专业论文范文 摘 要 管理系统被越来越多的商家所用,现在是新的世纪,基本上的地方都要用到相应的管理系统,而有一个自己的管理系统是必要的,不管是在医疗、饭店等行业都会大大地减少管理上的失误,提高效率容易管理。 本文讨论的是旅行社管理系统的设计与实现,主要是用ruby语言来写,它是一门比较强大的网站开发语言。该系统用于旅游景点介绍、在线报名统计等工作的管理。在需求分析中针对用户对系统功能的两种需求进行介绍,在系统功能描述中对系统中的各个模块的应用进行介绍,在功能模块划分中对系统的应用模块进行划分,在系统流程分析中对各个模块的应用流程进行描述。使用Rails框架来开发此系统,在此过程中会用到一些方法,在本论文中也会谈到具体使用。后台数据库采用的是mysql。 关键词: 旅行社,管理系统,Rails,MVC Abstract The management system is used by more and more many merchants, now is the new century, the basic on place all must use the corresponding management system management system, but has an own management system management system is necessary, no matter is in profession and so on medical service, hotel can greatly reduce in the management the fault, enhances the efficiency to be easy to manage. This article discusses is the travel agency management system management system design and the realization, mainly is writes with the ruby language, is a quite formidable website development language. The management system is used in work of the scenic site introduction, on-line registration statistics management and so on. Will be able to aim at the user in the demand analysis to carry on the introduction to the system function two kind of demands, will be able to carry on the introduction in the system function description to in the system each module application, will carry on the division in the function module division to the system application module, will be able to carry on the description in the system flow analysis to each module application flow. Uses the Rails frame to develop this system, can use some methods in this process, also discusses in the present paper the concrete use. The backstage database uses is mysql. Key-words: Travel agency, Management system, Rails,MVC 目 录 摘 要……………………………………………………………………………………..I Abstract………………………………………………………………………………….II 第1章 绪 论……………………………………………………………………………1 第2章 技术简介……………………………………………………………………….2 2.1 Ruby简介2 2.2 Ruby on Rails简介2 1.2.1基础知识2 2.2.2 模型、视图、控制器4 2.2.3 支持5 2.3本章小结6 第3章 系统需求分析………………………………………………………………….7 3.1系统管理员对功能的需求……………………………………………………..7 3.2旅游客户对功能的需求7 3.3系统功能描述7 3.4系统模块8 3.5 系统流程分析9 3.5.1景点信息管理10 3.5.2 旅游路线信息管理11 3.5.3 旅行订单管理11 3.5.4 新闻信息管理11 3.5.5 景点信息浏览管理11 3.5.6 查询线路日程管理11 3.5.7 新闻浏览管理11 3.5.8 订单提交管理12 3.6 数据表连接图和E-R图12 3.7.1 景点信息表13 3.7.2 管理员信息表14 3.7.3 行程信息表14 3.7.4 订单信息表14 3.7.5 新闻信息表15 3.8本章小结15 第4章 前台界面的实现………………………………………………………………16 4.1首页16 4.3.1 具体景点信息页面17 4.3 旅游行程页面17 4.3.1 旅行订单具体信息页面18 4.3.2 添加一个订单实例19 4.4 新闻信息页面20 4.4.1 具体新闻信息页面20 4.5 后台入口页面21 4.5.1 管理员登入页面21 4.5.2景点信息编辑删除页面22 4.5.3编辑和添加新景点的页面23 4.5.4 删除景点信息页面25 4.6 订单管理25 4.6.1 订单的编辑删除等页面26 4.6.2添加新的新闻信息页面27 4.7本章小结29 第5章 整体代码构架…………………………………………………………………30 5.1用到的控制器有五个分别是30 5.1.1 application.rb控制器30 5.1.2 apply_controller.rb控制器30 5.1.3 journey_controller.rb控制器31 5.1.4 main_controller.rb控制器32 5.1.5 news_controller.rb控制器33 5.1.6 scene_controller.rb控制器33 5.2模型33 5.3视图34 5.4本章小结35 第6章 技术难点………………………………………………………………………36 6.1Rails中文乱码问题36 6.2分页显示处理36 6.3 Session处理36 6.4后台用户验证36 6.5本章小结36 第7章 结束语…………………………………………………………………………37 致 谢…………………………………………………………………………………...38 参考文献……………………………………………………………………………….39

  • JSP开发一个客户关系管理系统_计算机专业论文范文

    计算机专业论文范文 摘 要 本课题介绍了如何使用JSP开发一个客户关系管理系统,一个典型的数据库开发应用程序,由基础信息维护、客户信息维护、客户服务、信息查询、系统管理5部分组成。本系统是Intanet环境下面的电子商务的客户关系管理,通过企业管理技术、电子商务和信息技术的高度集成,帮助企业在全球经济一体化的激烈市场竞争环境中,建立以市场、客户为中心的管理体系,有效管理企业与客户之间的关系,提高客户忠诚度,实现客户价值的最大化。从而提高企业的核心竞争力。企业要想生存发展,就必须与与之息息相关的客户建立起良好的关系,不断发展新客户,以企业高质量的产品、优质的服务、良好的资信吸引新客户;经常维系与老客户的关系,以规范的客户管理方式、温馨的客户关怀、高效的客户服务来提升老客户的忠诚度。由此,客户管理系统应运而生。 关键词 :Struts框架、Struts框架的工作原理、样式层、持久层、服务层、控制层 Abstract The issue introduces us how to use the JSP for developing a customer relationship management system . basic information maintenation,customer information maintenance,customer sevice ,information query,system Management are composed of the typical database development Application Development .e-commerce customer relationship management is based on intranet. With the enterprise management and e-commerce and information technology highly integrated,help enterprises establish maket management system facing the fierce competition in the market environment of integration in the world economy.establishing custcustomer-centered and market-centered management system to take the reins the effective management between enterprises and customers to improve customer loyalty and achieve customer value maximization. Thereby enhance their core competitiveness. To survive enterprise development, it must be closely related with the customer to establish good relations, develop new customers, enterprise quality products, quality services, good credit to attract new customers; maintaining ralationship with customers including the old customers to develop standardize management style , warm customers care, efficient customers service to enhance loyalty of old customers. Consequently, customer management system comes into being. Key words : Struts framework, Struts framework of principles, patterns, layers, Persistene layer, services layer, control layer. 目录 摘 要I AbstractII 第一章 绪论1 1.1系统开发背景1 1.2 基于WEB的概念3 1.3 Eclipse的概述4 1.4 J2EE 的四层模型5 1.5 本章小结6 第二章 系统分析7 2.1 需求分析7 2.2 可行性分析7 2.3本章小结8 第三章 总体设计9 3.1 设计目标9 3.2 开发及运行环境9 3.3 项目规划10 3.4系统功能结构图11 3.5技术准备12 3.5.1 Struts12 3.6本章小结18 第四章 网站运行结果19 4.1网站首页的运行结果19 4.2类的分布20 4. 3基础信息维护模块设计21 4.3.1工具层的实现21 4.3.2样式层的实现21 4.3.3持久层的实现21 4.3.4 服务层的实现22 4.3.5企业类型设置控制层的实现22 4.4 本章小结23 第五章 运行结果24 5.1本章小结29 第六章 具体的操作步骤30 6.1第一步 安装jdk30 6.2第二步 安装Tomcat30 6.3第三步 安装microsoft server200030 6.4第四步 安装eclipse30 6.5第五步 配制web.xml和struts-config.xml文件的配置31 6.6第六步 具体业务逻辑层的编码31 6.7第七步 完成调试程序31 6.8本章小结31 第七章 总结32 致谢33 参考文献34 附录一:数据表35 附录二: 主要功能的程序代码44

  • SOBOSS门户网站建设_计算机专业论文范文

    计算机专业论文范文 摘 要 随着网络技术的发展越来越多的投资者希望能足不出户就了解自己要投资的城市以及企业相关的详细的信息。SOBOSS就是这样一个评估世界各地企业附带城市商业投资环境等方面的一个门户网站,客户通过浏览网站即可以获得对一个城市和企业权威的评估报告,以便指导自己的投资。 本文系统的介绍了J2EE的概念,以及基于J2EE的三层框架还介绍了相关的开发工具。重点介绍了SOBOSS门户网站建设的过程。整个系统包括会员信息管理。 企业信息管理,城市信息管理,新闻信息管理,管理员管理模块,商业信息管理。经过测试和使用,能够胜任指导投资的需要,达到了预期的目的。 关键词:HIBERNATE 、SOBOSS 、 STRUTS 、SPRING 、J2EE 、JSP Abstract With the development of network technology, more and more investors hope to know the cities they are going to invest in and businesses Details of the relevant information. SOBOSS is a worldwide assessment of commercial enterprises with investment environment. Customers can obtain an authoritative assessment report on cities and enterprises to guide their own investments through the website. This paper introduces the concept of J2EE and J2EE-based three-tier framework .It also introduces a related development tools. SOBOSS focus on the portal building process. The entire system includes information management, enterprise information management, urban information management, news and information management, management module managers, business information management. After testing ,it is capable of guiding investment needs and achieved the expected goal. KEYWORD:HIBERNATE 、SOBOSS 、 STRUTS 、SPRING 、J2EE 、JSP 目录 摘 要I AbstractII 目录III 第1章 绪论1 1.1 开发背景1 1.2开发内容1 第2章 技术背景2 2 .1 J2EE简介2 2. 2 基于J2EE的框架――STRUTS,SPRING,HIBERNATE2 2 .3 开发工具简介3 2.3.1 Eclipse3 2.3.2 MyEclipse4 2.3.3 SERVLET技术4 2.4本章小结5 第3章 系统需求与设计6 3.1 系统需求6 3.2 数据库设计9 3.3本章小结17 第4章 系统的具体实现18 4.1新闻管理18 4.2招标管理24 4.3国家政策信息管理28 4.4城市信息管理31 4.5企业信息管理35 4.6本章小结37 第5章 结 论38 致 谢39 参考文献40

  • 基于B/S的网络毕业设计管理系统_计算机专业论文

    计算机专业论文范文 摘要 从目前高校毕业设计管理中存在的问题出发.开发一套基于B/S的网络毕业设计管理系统。通过毕业设计管理过程分析.进行了系统需求研究、系统结构设计和系统用户界面设计,实现了毕业设计管理中的选题、过程管理、资料汇总的各项功能。有着很大的实际意义。 毕业设计管理系统对学校加强学生毕业设计管理有着极其重要的作用。由于近几年各个大学学生的数量日益庞大,传统的手工管理不仅工作量大,而且容易出现问题。另外,学生的信息要用到学校教务管理的各个方面,所以一旦学生毕业设计管理出现了错误,后果往往是非常严重的。传统手工的学生毕业设计管理,管理过程繁琐而复杂,执行效率低,并且易于出错。通过这样的系统,我们可以做到信息的规范管理和快速查询,实现了对学生毕业设计管理的系统化、规范化和自动化,这样不仅减少了管理工作量,还提高了管理效率,降低了管理成本。 一个完整的科学的毕业设计管理流程需要从导师根据自己的研究领域给出一些自己的课题或熟悉的题目,或学生自己事先跟老师说好的项目,要求导师带。管理员把教师的课题放在系统上,让学生选择自己喜欢的项目,最后导师再确定其要带的学生。如果学生选的课题为能被相应的教师选上,则要进入第二次的选题,直到每位毕业生和教师都有课题为止。确定题目之后就是写开题报告,进行开题答辩。导师进行指导。开始做毕业设计。交毕业设计论文,进行毕业答辩。当然系统还应该有新闻发表,以及导师答辩组分配等一些功能。 使用JCreator Pro及mysql数据库作为开发工具,利用面向对象的结构和B/S三层结构的设计方法,基本实现了毕业设计管理。 关键字:B/S架构,mysql,面向对象 Abstract College graduates from the current design management on the problem, Developing a network based on this architecture graduate design management system. Through graduation design management process analysis. The demand for system , System architecture design and user interface design . Had graduated from the design and management of topics, process management, data compilation of various functions . Have great practical significance. Graduation management system for schools to improve students graduate design management has an extremely important role. Due to various universities in recent years the number of students increasing, Traditional manual management is not only the heavy workload, but also prone to problems, In addition, students use the information to schools teaching management in all aspects , So once the students graduate design management, the wrong, the consequences are often very serious , Traditional manual design graduates for management process tedious and complicated, low efficiency, and ease of mistakes, Through such a system, we can standardize information management and rapid inquiry, Implementation of the students graduate design management system, standardization and automation, This will not only reduce the workload management, and improve the management efficiency and reduce the cost of management. A complete scientific process design and management graduate from the need for teachers on the basis of their areas of research are given on some of his own subjects familiar with the subject, or student told the teacher prior good project, requiring a tutor. Administrators put teachers on the subject system, allowing students to choose their own favorite projects, Finally instructors to confirm its leading students. If students choose to be subject to the corresponding teachers elected, will have to enter the second round of topics. until everyone graduates and teachers have subject position. After a set topic that the report was opened, that opened in reply. Instructor guidance. Started graduate design. Graduation Thesis pay for graduation reply. Certainly system should have news and trainers reply Group distribution features. JCreator Pro and the use mysql database development tool, the use of object-oriented structure and B/S three-tier structure of the system, had graduated from basic design management. Keywords : B/S structure, mysql, object-oriented 目 录 目录 摘要I AbstractII 第一章 引言1 第二章 开发环境介绍3 2.1开发工具JCreator Pro3 2.2 运行环境tomcat3 2.3 J2EE体系结构4 第三章 系统分析5 3.1 问题的提出5 3.2 分析问题5 3.3 系统设计目标6 3.3.1 系统设计的长远目标:实现完善的毕业设计管理系统6 3.3.2 系统设计近期7 第四章 系统总体设计8 4.1 数据流图8 4.2 部分数据字典8 4.3 E-R图9 4.4 功能模块9 4.4.1 程序层次9 4.4.2 模块功能说明10 4.5 系统数据表11 4.5.1教师信息表11 4.5.2课题信息表11 第五章 系统详细设计12 5.1 根据选择学生和教师的流程图12 5.2 学生毕业设计流程图5.2所示:13 第六章 编码实现与测试15 第七章 程序界面27 第八章 总结与展望31 8.1 总结31 8.2 心得体会32 致 谢33 参考文献34

  • 基于J2EE的酒店预订系统的设计与开发_计算机专业论文

    计算机专业论文范文 摘要 本文论述了基于J2EE的酒店预订系统的从设计开发到实现的过程。在本酒店预订系统中,本人主要研究和设计了客房管理和预订策略计算机化方面的内容。 文章通过对酒店网上预订系统的国内状况和优势的介绍,指出了这个项目的研究是极具发展潜力的。并针对酒店网上预订系统的特点,对系统进行了需求分析、可行性、功能分析以及技术的分析。借着这些分析,本文在第三和四章介绍系统结构的设计。其中包括功能模块的划分,以及逻辑上、数据库等模块的设计方案。在接下来的第五章中,文章主要阐述系统的具体实现和测试。通过对具体模块的实现,本论文详细地使读者了解酒店网上预订系统中的客房状态管理和预订策略,并了解整个业务流程和业务功能。 本文首先从对酒店预订系统的介绍步步深入,到系统的需求,到结构的构思和设计,到最后的具体模块的实现。由浅入深,对整个酒店网上预订和具体细分的客房状态管理和预订策略做了分析和讨论。在下面文章中,将更详细地描述如何分析和设计以及实现。 关键词:酒店预订系统,客房状态管理,预订策略,客户 ABSTRACT This paper describes computerized study and design of hotel reservation management system—room management and reservation strategy from design to ne reslity. In this system, I’m mainly with responsibility for the computerized study and design of room management and reservation strategy. This paper points out that study of this item is very potential by introducing the domestic status and advantages of hotel reservation system online. Then contra poses the system characteristics, analyzes the system demand, market analysis, feasibility, function analysis and technique analysis. After these analyses, article describes design of system structure in the third and fourth chapters, including dividing of function module, design project on logic module and database module. Then in the fifth chapter, it mainly expatiates on the system implement and test in detail. Through this module, it can make the reader understand room management and reservation strategy, and know all the operation flows and functions. This article steps by introducing hotel reservation system, system demands, structure design and plan and finally module achieved, analyzes and discusses the whole hotel reservation management and gets more details on room management and reservation strategy. In the articles below, I will describe how to make the design and analysis in more details. Keywords: Hotel Reservation System, Room Management, Reservation Strategy, Customer 目录 摘要I ABSTRACTII 目录III 第1章 引言1 1.1 背景1 1.2 研究内容2 第2章 酒店预定系统4 2.1 系统简介4 2.2 J2EE简介4 2.3 J2EE的优势5 2.3.1 保留现存的IT资产5 2.3.2 高效的开发6 2.3.3 支持异构环境6 2.3.4 可伸缩性6 2.3.5 稳定的可用性6 2.4 J2EE 的结构7 2.5 JSP简介8 2.6 JSP相比PHP和ASP的优劣8 2.6.1 JSP技术的优势8 2.6.2 JSP技术的劣势9 2.7 My SQL简介9 2.8 本章小结9 第3章 系统分析与设计10 3.1 系统需求分析10 3.2 可行性分析10 3.2.1可行性分析前提10 3.2.2 酒店支出与收益分析11 3.3系统设计11 3.3.1 系统架构11 3.3.2 系统功能模块12 3.4 预订酒店流程13 3.5 本章小结14 第4章 数据库分析与设计15 4.1. 数据库需求分析15 4.2 数据库概念结构设计17 4.3 数据库逻辑结构设计17 4.4 数据库初始数据的加载19 4.5 本章小结20 第5章 酒店预定系统的实现21 5.1 前台显示框架21 5.1.1 主页显示21 5.1.2 分组资源列表23 5.1.3 新用户注册25 5.1.4 用户登录27 5.2 前台订单处理29 5.2.1 订单明细30 5.2.2 提交订单31 5.3 后台管理框架33 5.3.1 管理员登录33 5.3.2 管理员修改资料34 5.3.3 管理员管理36 5.4 后台酒店资源管理38 5.4.1订单管理38 5.4.2 资源管理40 5.4.3 分组管理42 5.5 本章小结44 第6章 结束语45 致谢46 参考文献47

  • 《WEB程序设计》网络课程的设计与制作_计算机专业论文

    计算机专业论文范文 摘 要 随着计算机技术和通信技术的飞速发展,整个世界正在步入信息时代,以网络化、数字化、多媒体化和智能化为代表的现代信息技术,正改变着传统的生活、学习与工作方式,为了适应这种变化,越来越多的高校开展信息技术课程教学。《WEB程序设计》是高校计算机信息技术课程的一种,定位于网页制作、WEB程序开发、WEB服务开发方面人才的培养,并涉及到程序设计、数据库应用等必备技能。《WEB程序设计》网络课程,是一个以学生为主体的远程课外辅助学习系统,它也供教师课堂的多媒体演示,同时还可以利用其远程教学的优势为继续教育服务。 关键词: WEB程序设计、自主学习、协作学习、远程教育 ABSTRACT With the high-speed development of computer technology and communication technology, the whole world is entering the age of information, network-based, digital, multimedia and intelligent as the representative of modern information technology, which is changing the traditional way of life, study and work, in order to Adapted to these changes, a growing number of colleges and universities teaching courses in information technology. Web Programming is a kind of university computer information technology courses, targeted at the website production, web development, training personnel of web development services, and procedures related to the programming, database applications, and other essential skills. "WEB Programming" web course, is a student as the main long-distance extra-curricular-assisted learning system, it also helps teachers for the multimedia presentation, and it can use the advantages of its long-distance teaching for continuing education. Keywords: Web Programming、independent learning、Collaborative-learning、distance education 目 录 摘 要I ABSTRACTII 第一章 引 言1 1.1 选题意义1 1.2 课题背景2 1.3 研究内容..................2 第二章 网络课程开发的环境与技术4 2.1 工具与环境4 2.2 开发语言4 2.3 ASP技术4 2.3.1 ASP概述4 2.3.2 网页制作工具Dreamweaver介绍5 2.4 java script介绍6 2.4.1 java script的特点6 2.4.2 java script与其它语言的比较7 2.5 数据库技术9 2.5.1 数据库概述9 2.5.2 Access 2003特性及连接步骤9 第三章 《WEB程序设计》网络课程分析设计12 3.1 《WEB程序设计》网络课程介绍12 3.2 《WEB程序设计》网络课程需求分析12 3.2.1 对象12 3.2.2 需求12 3.2.3 管理13 3.3 《WEB程序设计》网络课程数据库设计13 3.3.1 数据库的需求分析14 3.3.2 数据库的逻辑设计14 第四章 《WEB程序设计》网络课程的详细设计开发和实现20 4.1 页面设计20 4.2 模块设计与实现21 4.2.1 模块分析21 4.2.2 代码分析29 4.3 《WEB程序设计网络课程》功能划分40 第五章 结束语41 致谢42 参考文献43

  • 校园安全知识学习软件开发_计算机专业论文范文

    计算机专业论文范文 摘 要 由于现时我国学校教学中缺乏急救方法的教育,很多学生在遇到突发性事件时不知如何处理,因错过最佳的急救时机而导致严重后果,因此安全知识教育应成为教学中必不可少的一部份,而本项目开发的学习软件为学习者提供了良好的学习环境。开发该软件是为了推广于各级学校,包括小学,中学及大学,运用该学习软件能轻松愉悦的学习急救的正确处理方法。 本研究首先从课件制作的流程、技术规范及工具着手,深入分析了开发该软件的可行性和必要性,并就软件的模块、功能、主要特点、功能技术实现及主要不足点进行了剖析。 该软件分为火灾、蛇咬、溺水,运动损伤急救学习四个主题,从内容上分为内容学习区、模拟急救演示区、急救测试区、交流区。 该软件的现实意义在于响应了创建平安校园的宗旨,用独特的方式为实现平安校园提供有效途径,为保护师生生命财产安全,构建和谐校园,提升校园的文明程度,为营造安全、稳定、文明、健康的育人环境作出贡献。 关键词: 课件,安全知识,Flash,急救 ABSTRACT As the lack of first-aid education, many students in the face of unexpected events do not know how to deal with first-aid due to miss the best time and lead to serious consequences, so safety education should be the essential part of safety education. The development of this learning software project provides a good learning environment for learners. It aims to popularize the software at all levels, including primary schools, secondary schools and universities. It’s easy to learn right first-aid treatment cheerfully. The study firstly proceed from the processes of courseware, technical specifications and tools. And it deeply analyze the feasibility and needs of software developing,and the modules, functions, main features, functions and major lack of technology of the software. The software is divided into four parts as fire, snake bites, drowning and first-aid sports injury. And the content is divided into learning areas, simulated first-aid demonstration area, first-aid test area and exchange area. Practical significance of the software is to create a safe campus responded to the purpose. It provide an effective way with an unique way for the realization of a safe campus. Also it aims to protect life and property safety of teachers and students, build harmonious campus, enhance the level of civilization on campus for a safe , stable, civilized, and healthy environment. Keywords: Courseware, Safety knowledge, Flash, First-aid 目 录 摘 要I ABSTRACTII 第1章 引 言1 1.1 背景1 1.2 意义1 第2章 课件制作综述2 2.1课件制作流程2 2.2课件制作的技术规范3 2.3课件制作工具对比研究5 第3章 软件需求分析7 3.1软件简介及软件结构7 3.2软件教学内容分析7 3.3软件功能分析与设计8 第4章 主要模块设计与实现10 4.1 软件首页10 4.2 软件教学内容的表现形式10 4.2.1 急救学习区的表现形式11 4.2.2 急救知识的动画表现形式11 4.2.3 测试区的表现形式13 4.2.4 软件交流区的设计13 第5章 各功能的技术实现15 5.1 主要功能的技术实现15 5.1.1 通用功能的技术实现15 5.1.2 导航的技术实现16 5.2 其他功能的技术实现18 第六章 结束语20 致 谢21 参考文献22 附录 源代码23

  • 大学生学术科技项目管理系统开发_计算机专业论文

    计算机专业论文范文 摘 要 随着web技术的迅猛发展,如何高效的完成管理工作已经为管理层次提出新的要求。开放式教学理论的提出对高校的大学生学术科技项目的发展也有了更高的需求。实现大学生学术科技项目管理信息化有助于学生立项与科技竞赛,成果转化良好有机结合,有助于发展学校管理水平和加强学生创新意识和科研能力的培养。 本文以项目开放式学习理论和为指导,以高校大学生学术科技项目的整个过程为开发依据。通过系列数据库建设和程序设计让大学生立项web化,使整个管理工作更加迅速、高效。 让指导老师、学生、专家和管理人员四者实施交流,特别是对项目的追踪检查指导实现起来比较困难,该系统使用文档检查来对项目进行追踪。如何优化跟踪检查指导过程是接下来的研究方向。 关键词:开放式教学;管理系统;项目管理; ABSTRACT With the rapid development of web technology .How to complete the Management Efficiently has proposed new requirements for the Management level. Along with the propose of the open teaching theories,there are higher demands for students’ academic science and technology projects. To achieve informational management of Students academic science and technology projects, it contributes to good organic integration of students’ projects setting, Technology competition and results transformation. Besides, it also contributes to the development of school management level, enhancing their sense of innovation and the training of research capacity. This paper is based on the project and open learning theories, the entire process of College Students academic IT projects. Let it web through the construction of the database system and Programming, So that the whole management can be more rapid, efficient. Especially, in maintaining communication among tutors, students, experts and administers. But it’s difficult to achieve the project tracking .The system uses documents for tracking the projects. How to optimize tracking inspect and guide the research process is the next direction. Key words: open teaching; management system; project management 目 录 摘 要II ABSTRACTIII 第1章 绪论1 1.1 选题的背景与意义1 1.1.1 选题背景1 1.1.2 选题意义2 1.2 项目的实际应用价值2 第2章 开发工具和环境配置4 2.1开发工具的选用与环境配置4 2.1.1 开发工具和环境4 2.2 主要开发工具的介绍4 2.2.1什么是JSP?4 2.2.2 Tomcat简介5 2.2.3 java script介绍6 2.3 数据库介绍8 2.3.1 Sqlserver2000介绍8 2.3.2 Sqlserver2000特点8 第3章 系统总体分析与设计10 3.1 页面设计10 3.2 需求分析与功能描述11 3.2.1 系统参数管理模块11 3.2.2 立项人员管理模块12 3.2.3 指导老师管理模块12 3.2.4 学术项目管理模块12 3.2.5 学术成果管理模块13 3.2.6 学术项目经费管理模块13 3.2.7 学术项目资料管理模块13 3.2.8 系统公告管理模块13 第4章 数据库设计15 4.1 数据库的命名规则15 4.2 数据库的设计原则15 4.3 逻辑结构设计15 4.4 物理结构设计17 第5章 安全性设计18 5.1系统用户密码的加密方法18 5.2用户权限使用18 第6章 系统基本功能的实现19 6.1系统总体功能19 6.2模块功能的实现19 6.2.1 立项人员管理模块19 6.2.2 学术项目管理模块20 6.2.3 学术科技成果管理模块22 6.2.4 综合信息管理23 6.2.5 下载管理24 第7章 毕业设计总结25 致 谢26 参考文献27

AB
CD
ABCDEFGHIJKLMNOPQISTUVWXYZ