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

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

  • 基于Struts的连锁店管理系统设计_计算机专业论文范文

    计算机专业论文范文 摘要 随着一些服务业的飞速发展,出现了连锁店这种经营模式。顺应这一趋势,如何构建一个功能较为全面的、成本低、高效益、可扩展的连锁店管理系统成为目前需要研究的问题。 国内现有的基于Web方向的连锁店管理系统大多采用传统的JSP和Servlet技术。但这种技术代码量较多,逻辑处理较复杂,契合度不高。 本文介绍了基于Struts的连锁店管理系统。介绍了系统使用的各种技术,分析了基于Struts的连锁店管理系统的工作原理。对基于Struts的连锁店管理系统进行模块化分析,介绍了包厢模块的设计过程。在系统实现的过程中,以Java为程序设计语言,应用目前非常流行的Struts框架技术,以及众多优秀的开源软件和Oracle数据库。该系统使用标签简化代码,通过配置文件导航页面,后期维护方便。 关键词:连锁店管理系统,Struts,JSP,Servlet ABSTRACT With the rapid development of some service industry, there has been such a business model chain. With this trend, how to build a chain management system of comprehensive, low cost, high efficiency and extensible may become present issues that needs to be researched . At present, most of the Domestic web-based chain management system use the traditional technologies of JSP and Servlet. But this kind of technology is in large amount of technical code, complicated logic process and low fit. This article introduces Struts-based chain management system. Introduces various of techniques that the system uses , and also analyzes the work principle of Struts-based chain management system. Have modular analysis to Struts-based chain management system, and introduces the design of the room module. In the process of system realization, Java is used as programming language, and applicate currently the most popular Struts framework technology, and many excellent open source software and Oracle database. This system is simplified by using tag labels, navigated through the configuration files, maintenance is convenient. Keywords: Chain Management System, Struts, JSP, Servlet. 目录 摘要I ABSTRACTII 第1章 引言1 1.1 背景1 1.2 研究内容2 第2章 连锁店管理系统3 2.1 连锁店管理系统概述3 2.2 连锁店管理系统的业务需求分析3 2.3 主要连锁店管理系统简介4 2.4 Struts的原理4 第3章 基于Struts的连锁店管理系统的设计6 3.1 系统设计原理6 3.2 系统主要功能要求7 3.3 系统模块化分析8 3.3.1 包厢设定系统模块设计8 3.3.2 包厢类型设定子模块设计8 3.3.3 包厢信息设定子模块设计10 3.3.4 设备设定子模块设计14 3.3.5 楼层设定子模块设计15 3.4 数据库设计17 第4章 基于Struts的连锁店管理系统的实现 20 4.1 系统实现技术介绍20 4.1.1 JPS技术20 4.1.2 Tomcat技术20 4.1.3 iBATIS技术20 4.1.4 Oracle技术21 4.1.5 validator技术21 4.1.6 自定义JPS标签技术21 4.2系统的测试与结果 21 4.2.1 系统测试计划21 4.2.2 系统测试结果22 第5章 结束语 27 致谢28 参考文献29 附录 源代码30

  • 高校实验室管理系统_计算机专业论文范文

    计算机专业论文范文 摘要 本文介绍高校实验室管理系统,是面向信息与电子工程学院实验中心各实验室的信息管理系统。系统运用Tomcat,MyEclipse,MySQL等工具,采用JSP技术编程,选用Browse/Server(简称B/S)结构,并根据实验中心的实际需求来设计,从而实现实验室管理的Web Service化。 系统通过网络为用户提供实验室中公告、设施、师资、实验等方面的查询,增删和修改功能。学生具有查看实验系统信息、选修课程、提交报告等功能。教师除了具有相应的查询功能外,还可通过平时记录学生表现及实验报告分数等来评定学生的成绩。管理员主要进行课程安排、人员与设备管理及系统维护等方面的后台工作。 系统充分利用实验中心现有的网络资源来提高实验室课程管理的效率,具有启动资金少、建立与维护简单、用户使用方便等优点。 关键词:实验室信息管理系统,B/S结构,JSP技术 ABSTRACT This paper introduced the laboratory information management system for college, which is facing to the information management of the laboratories in the Experimental Center of Information and Electronic Engineering College in Zhejiang University Of Science And Technology. The system used JSP technology for programming, chosen the Browse/Server(referred to B/S) structure and designed in accordance with the actual demand of the Experimental Center to achieve the laboratory management on Web Service with Tomcat, MyEclipse, MySQL and other tools. The system provided the users to query, insert, delete and edit the information of the notice, facilities, resources of teachers, experiment courses and other aspects of the laboratories by network. Students had the functions for query the information of experimental system, choosing the experimental courses, submission the reporting. Besides the query function, teachers also could eva luate the final achievement by combining with the situation of the peacetime and the reports. Administrators mainly managed the curricular plan, personnel and equipment management, system maintenance, and other aspects in background. The system take full advantage of network resources of the laboratory center system for improving the efficiency of the management of the laboratory courses, with advantages of taking fewer start-up funding, creating and maintaining simply, easy to use for users. Key words: laboratory information management system, B/S structure, JSP technology 目录 摘要I ABSTRACTII 第1章 引言1 1.1 背景1 1.2 意义1 第2章 系统研究方向2 2.1 实验室信息系统概述2 2.2 研究的基本内容与技术路线2 2.3 主要任务与目标3 2.4 本章小结3 第3章 系统的需求分析4 3.1 系统的用户分类4 3.2 系统的管理信息分类4 3.3 本章小结5 第4章 数据库设计与系统的配置6 4.1 数据库设计6 4.1.1 数据库表6 4.1.2 数据库E-R图11 4.1.3 数据库配置12 4.2 系统环境配置13 4.3 项目工程的具体配置15 4.3.1 JSP页面的CSS设置15 4.3.2 数据库连接设置15 4.3.3 解决页面中的中文乱码问题16 4.4 本章小结16 第5章 系统的设计与实现17 5.1 实验室管理系统的页面分类17 5.2 一般信息页面功能流程17 5.2.1 公告字段详细说明18 5.2.2 公告的浏览管理功能18 5.2.3 其它信息20 5.3 交互式信息页面功能流程21 5.3.1 课程的添加、删除与编辑21 5.3.2 学生选课及实验上交23 5.3.3 教师实验批改27 5.4 系统的用户管理29 5.4.1 人员添加、删除与编辑功能29 5.4.2 人员查询功能29 5.5 系统的维护与扩展31 5.6 本章小结32 第6章 结束语33 致谢34 参考文献35 附录36

  • 基于asp+mssql分类信息程序开发_计算机专业论文

    计算机专业论文范文 摘要 随着互联网的快速普及,人们开始通过网络分类信息获取衣食住行等相关信息,开始步入网络化和信息化的时代,而分类信息网站为此提供了一个信息交流平台。 该系统分为分类信息发布系统、新闻发布系统、企业黄页系统、会员管理系统、网站后台管理系统五大功能模块。实现了游客和会员发布分类信息,并可以自定义分类信息的发布方式;企业用户可以申请、修改、管理企业黄页;管理员在系统后台可以管理分类信息、发布网站新闻、管理会员信息、修改网站系统属性、管理企业黄页等功能。 本文概要的讲述了分类信息网站程序的开发环境,以及服务器软件和硬件的相关介绍。对于主要的编程语言ASP和数据库软件SQL Server 2000做了详细的介绍。接着从头到尾的讲述了本课题的程序功能以及实现技术。 关键词:ASP;SQL Server 2000;分类信息;企业黄页 Abstract With the fast popularization of internet, people begin to get all sorts of information about food, clothing, shelter and transportation through the internet. The life of people is moving into the era of internet and information. Classified information websites have offered platforms for this life style. The program system of this kind of websites devides into five functional modules, which are information release system, news release system, business directory system, members management system and back-stage management system. This system settings supports both sightseers and members to publish classified information and customize the ways of releasing. Business users can apply, revise, administer their business directories. Administrator can publish site news, revise system property, and manage classified AD information, member’s information and business directories through the back-stage management module. Firstly, this thesis introduces the development environment of classified information website program and the relative software and hardware of server in outline, and then give a detailed account for ASP, SQL Server 2000. This thesis focuses on introducing the program function of the classified information websites system as well as the implementation technique of this subject throughout the full text. Key words: ASP;SQL Server 2000;Classified information;Yellow Pages 目录 摘要I AbstractII 前言1 第1章 课题概述2 1.1分类信息网站研究的背景和历史意义2 1.1.1分类信息网的研究背景2 1.1.2分类信息网站课题的意义2 1.2分类信息网站设计的目的及目标3 1.2.1分类信息网站设计的目的3 1.2.2分类信息网站设计的目标3 第2章 设计方案论证4 2.1基于Asp +Accesss分类信息程序开发4 2.2基于Asp+Mssql分类信息程序开发5 第3章 开发环境6 3.1网站建设的平台选择6 3.1.1平台因素6 3.1.2服务器硬件7 3.1.3服务器软件7 3.2编程语言的选择7 3.2.1 ASP基本特征7 3.2.2 ASP的功能8 3.2.3 ASP的基本工作原理8 3.2.4 ASP的对象模型9 3.3 ASP如何与IIS连接10 3.4开发工具10 3.4.1 WEB浏览器10 3.4.2可视化编辑器10 3.5图片处理软件简介12 第4章 系统设计13 4.1需求分析13 4.2功能模块的划分14 4.3数据库的设计14 4.3.1 ODBC简介15 4.3.2 ADO简介16 4.4数据库的基本操作16 4.5系统结构19 4.5.1主要数据表20 第5章 功能设计27 5.1系统总流程27 5.2分类信息发布功能29 5.3新闻发布功能31 5.4企业黄页功能32 5.5企业黄页32 5.6会员管理功能33 5.8网站前台页面设计35 5.8.1网站首页的设计35 5.8.2网站分类信息缩略页面36 5.9企业黄页页面设计37 5.10功能与设计总结37 第6章 调试和修改39 毕业设计总结40 致谢41 参考文献42 附录一:相关页面效果图43 附录二:相关程序页面46

  • 网络教学平台的分析与构建_计算机专业论文范文

    计算机专业论文范文 摘 要 随着科学技术的进步,传统的教学模式受时间、地点等因素的制约,授课对象往往为在校学生,不能很好地为广大在职和社会人员提供服务。现代网络教学灵活的授课方式和自主学习的模式,正越来越受人们的重视,发展规模越来越大。 本课题通过对多媒体教学现状的研究,针对网络教学中师生交互的不足的现象,提出了改进的网络教学平台的构建方案,该平台类似于真实的直播课堂,学生不再是被动地接收信息,也可以通过网络提交问题,与教师进行“空中”对话,学习效果明显。 本课题意义在于从“交互式”教学方式在网络环境下的应用等方面探讨设计成本低、效率高、时效性强、对学员的操作技能要求低、推广快的平台,初步构建一个切实可行、实用、高效、方便、快捷的网络教学平台,为进一步开发这样的服务系统打下坚实的理论和实践基础,促进网络教学。 关键词: 网络教学,计算机平台,交互式,分析研究 ABSTRACT With the progress of science and technology, by the time, place and other factors, the traditional teaching model of instruction which often use students as teaching object,is not good for the general working population and providing services to the community. Modern network with flexible teaching methods of teaching and self- learning mode, has been paid more and more attention, and the scale of development is growing. The topic on the current situation of multi-media teaching for teachers and students interact in online teaching shortage propose to improve the network teaching platform construction program. The platform is similar to a real live classroom, where students are no longer passively receive information. They can also submit questions through the network, talk with teachers to by "air".Learning effect is obvious. Significance of this issue from the "interactive" teaching in the application of the network environment is to investigate and design a platform of low cost, high efficiency,strong timeliness,low-skilled requirements on students' operation and fast-promotion, initially to build a truly feasible, practical, efficient, convenient and efficient network teaching platform, and lay a solid foundation in theory and practice for the further development of such a service system, to promote network teaching. Keywords :Online teaching, Computer Platform, Interactive, Analysis 目 录 摘 要I ABSTRACTII 第1章 引 言1 1.1 背景1 1.2 研究内容和意义2 第2章 网络教学平台的理论基础3 2.1 认知主义学习理论3 2.2 建构主义学习理论3 2.3 基于建构主义的网络教学4 第3章 我国网络教学平台应用现状分析8 3.1 目前国内的网络教学平台8 3.2 存在的问题8 第4章 多功能网络教学平台的架构11 4.1 网络教学环境11 4.2 “交互式”教学模式11 4.3 多功能网络教学平台的架构11 4.3.1借助虚拟现实技术搭建网络课程平台12 4.3.2 加强网络平台的交互功能12 4.3.3 建立便捷的网络课程导航系统12 4.4 系统框架和功能模块分析13 第5章 平台系统的应用16 5.1平台系统的页面组织和应用16 5.2平台系统的优缺点21 第6章 结束语23 致 谢24 参考文献25

  • 基于Delphi技术的公寓管理系统_计算机专业论文范文

    计算机专业论文范文 摘 要 本文首先对delphi和Access做了一个简单的介绍,使用delphi开发工具开发的系统优点就在于操作简单, 对硬件要求少, 对用户操作水平要求低。而且该系统应用范围十分广泛,具有良好的实用性和经济利益,只要学校为学生提供了住宿条件,都可以采用本系统进行信息化管理。有很大的发展潜力。然后对数据库的创建以及表的建立等几个重要部分做了进一步的描述。当然本文的重点主要是对基于Delphi技术的公寓管理系统的模型,原理,开发技术进行了探讨,并对该系统进行了分析,设计和实现。完成几个功能模块的主要功能,基本完成学生公寓管理系统的一般功能。 关键词:学生公寓管理、Delphi7.0、Access Abstract The first made a brief introduction of delphi and Access, with delphi Tools Development advantages of the system is that simple, the demand for hardware, right level of user requirements low. And the scope of application of the system is very extensive and has a good practical and economic interests, As long as the school provides students with accommodation, can be applied to the system for information management. Have great potential for development. Then create the database tables and the establishment of several important part of a further description. Of course the focus of this paper is mainly based on the Delphi technique apartment management system model, principle, Development of technologies for the exploration and the system for the analysis, design and implementation. Several modules of the main function, and basically complete the student apartments in the normal management functions. Key words: students’apartments management system、Delphi7.0、 Access 目录 摘 要I AbstractII 第1章 绪论1 1.1 背景1 1.2 研究内容2 第2章学生公寓管理系统的开发背景3 2.1 开发背景3 2.2 本章小结4 第3章 开发工具介绍5 3.1 delphi7.0简介5 3.2 ACCESS 介绍6 3.3 本章小结6 第4章 系统分析与设计7 4.1需求分析7 4.2 系统的结构图和具体功能7 4.3 系统流程图9 4.4 本章小结10 第5章 数据库设计与实现11 5.1 数据库设计流程和通用方法11 5.2创建数据表13 5.3 本章小结19 第6章 学生公寓管理系统设计与实现20 6.1 系统设计20 6.2 系统功能设计22 6.3 本章小结35 第7章 总 结36 致 谢37 参考文献38

  • 110指挥中心电视墙控件设计_计算机专业论文范文

    计算机专业论文范文 摘 要 今天,监控技术得到了广泛的应用。电视墙是监控系统的视频输出终端。如何设计好电视墙,是当前监控行业一个重要的课题。由于电视墙市场没有一个标准,生产出来的电视墙差异很大。因此,我编写了监控电视墙控件,可以根据具体的电视墙来控制分割屏幕的位置和大小。本文首先介绍了视频监控系统和电视墙的相关知识背景,接着介绍了VC相关的重要知识点,然后分模块的介绍了软件的设计和实现过程,从实际应用的角度出发,尽量将软件做到实用和美观。 关键词:监控, 电视墙, 屏幕 Abstract Today, monitoring technology has been widely applied. TV wall is output terminal of the video monitoring system. How to design good television wall, is currently an important issue of monitoring industry. As television markets have not a standard, the difference of the television production walls is very big. Therefore, I program a television monitor controls that can control the location and size of split screen according to the concrete television wall. This paper first introduces the video surveillance system and background knowledge of television wall, then introduces the important VC knowledge, and then introduces the sub-module of the software design and implementation process. Embarking from a practical application point of view, do my best to make the software practical and beautiful. Keywords: Video Surveillance, TV wall , Screen . 目 录 摘 要0 Abstract1 目 录2 一、绪论3 二、视频监控和电视墙现状4 (一)视频监控发展背景和方向4 (二)视频监控的特点和作用5 (三)监控电视墙的组成和作用7 三、课题相关VC知识点8 (一)Windows消息传递和消息通信机制8 (二)VC标准控件的使用10 (三)C++ 的类继承、自定义类12 (四)数据结构的使用(数组和链表)13 (五)GDI绘图技巧13 (六)键盘和鼠标消息的运用15 (七)模块独立和代码共享16 (八)使用Windows API17 四、软件的主要模块介绍19 (一)动态添加、删除分割屏幕19 (二)编辑屏幕位置及大小19 (三)为分割屏幕输入编辑信息19 (四)数据存档到文件,以备日后调用20 (五)导入以前设置的存档20 五、 电视墙控件的实现过程21 (一)动态添加分割屏幕21 (二)编辑屏幕位置及大小24 (三)为分割屏幕输入编辑信息43 (四)数据存档到文件,以备日后调用49 (五)导入先前的配置文件51 六、 软件设计中的体会53 七、 总结与展望57 致谢58 参考文献:59

  • 基于VC++.NET语音聊天系统的设计与实现_计算机专业论文

    计算机专业论文范文 基于VC++.NET语音聊天系统的设计与实现 摘要 随着21世纪的来临,计算机和数字化网络技术的发展,对传统的沟通方式带来了新的挑战,不再是以前那样面对面的聊天,而是要通过网络进行交流。通过学习熟悉VC++.NET的工具应用,熟悉和理解语音传输的基本原理。研究语音传输过程中的基本过程:采集,语音压缩,传输,解压缩,回放等等。实现局域网之间传递语音和文字,还有可以广播,即一个用户向多的用户同时传递语音和文字。可以添加,删除用户,音量调节,保存和清除记录,还可以对其进行参数设置。 关键词:VC++.NET,语音,采集,压缩,传输,回放 ABSTRACT Along with 21st century approaching, the computer and the digitized network technology development has brought the new challenge to the traditional communication way, it no longer was old face-to-face chat, but must carry on the exchange through the network. Through the study of vc++. net tool application, I am familiar with and understand the basic principle of voice transmission, and research the basic process of voice transmission: Gathering, voice compressing, transmitting, decompressing, playback and so on. This system may realize the transmission of voice and text between the local area network, also it can broadcast, in another word, one user can transmit the voice and text to many users simultaneously. It can increase and delete the user, control the volume, preserve and eliminate the record, it may also set the parameter. Keywords: VC++.NET,Voice,Gather,Compress,Transmit,Playback 目录 摘要I ABSTRACTII 第1章 开发背景及目标任务1 1.1 课题的背景、意义和内容1 1.2 主要任务与目标1 第2章 系统开发环境2 2.1 VC++.NET介绍2 2.2 系统的开发环境3 第3章 语音对讲的原理4 3.1 基本原理4 3.2 VoIP的基本传输过程4 3.2.1 语音-数据转换4 3.2.2 原数据到IP转换4 3.2.3 传送5 3.2.4 IP包-数据的转换5 第4章 语音技术6 4.1 语音采集6 4.2 数据压缩6 4.3 数据包传输7 第5章 系统功能设计实现8 5.1 添加用户模块8 5.1.1用户A和用户B都是直接拨号上网8 5.1.2用户A和用户B都使用路由拨号上网10 5.1.3 用户A通过路由拨号上网及用户B直接拨号上网12 5.2 音量控制模块13 5.3 语音和文字聊天模块13 5.4 参数设置模块15 第6章 结论17 致谢18 参考文献19 附录1 程序代码及讲解20

  • 数据库管理系统:图书借阅管理系统_计算机专业论文

    计算机专业论文范文 摘要 管理信息系统是一个不断发展的新型学科,随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。图书是我们最好的获取信息的方式,但由于图书馆图书收藏量大大增加,使传统的图书管理员的工作日益繁重起来,迫使人们起用新的管理方法来管理图书。 为了更好的实现对图书的管理,采用Delphi7作为开发工具,设计实现数据库管理系统:图书借阅管理系统。系统设计了图书管理,用户管理,借阅管理,管理员管理,查询管理,密码管理,数据库管理等模块。能够实现以下任务:用户分级权限操作、借还图书操作、书库维护操作、查询操作等,可以大大减轻图书馆工作人员的工作量,全面提高了图书馆的管理效率及服务质量。 本文主要介绍了数据库管理系统、数据库的概念以及开发工具Delphi和Access的特点和系统开发的流程。其中重点介绍了系统各个模块的设计与实现过程。 关键词:管理信息系统,数据库管理系统,图书管理,开发,设计 ABSTRACT Management Information System is a continuous development of new subject, as the information technology in the management of the increasingly in-depth and extensive application, the implement of management information system has become mature in technology gradually. The books are our best way to get information, but because of the library collection increased greatly, cause the traditional librarians of the increasing workload, forced people to use of new management approach to manage the books. In order to achieve better management of the books, using Delphi7 as an exploitation tool, design Database Management System: Book Loan Management System. Design of the system includes Book Management, User Management, Borrow-Return Management, Administrator Management, Query Management, Password Management, Database Management module, etc. It can carry out the following mission: the users’ classification authority to operate, borrow-return book operation, book maintenance operation, query operation, etc. It can greatly reduce the workload of staff, comprehensively enhance the library's management efficiency and service quality. This article main talked about the concept of the Database Management System and the Database, the features of the exploitation tool: Delphi and Access and the development process of the system. The introduction focused on the various modules of the system design and implementation process. Keywords: Management Information System, Database Management System, Book Management, Exploitation, Design 目 录 摘要I ABSTRACTII 第1章 绪论1 1.1 课题研究意义1 1.2 研究现状1 第2章 概述2 2.1 数据库管理系统(DBMS)概述2 2.2 数据库简介3 2.3 本章小结3 第3章 开发工具介绍4 3.1 Delphi简介4 3.2 Access数据库5 3.3 本章小结6 第4章 系统设计分析7 4.1 系统设计思想7 4.2 需求分析7 4.3 系统功能模块设计8 4.4 数据库设计9 4.4.1 数据库需求分析9 4.4.2 E-R图模型10 4.4.3 数据库表设计11 4.5 本章小结13 第5章 系统具体模块的设计14 5.1 启动界面的设计14 5.2 登录界面的设计14 5.3 主界面的设计14 5.4 添加图书模块的设计15 5.5 图书维护模块的设计15 5.6 添加读者模块的设计17 5.7 读者修改模块的设计17 5.8 借书模块的设计18 5.9 还书模块的设计19 5.10 借阅查询模块的设计21 5.11 图书查询模块的设计21 5.12 读者查询模块的设计21 5.13 用户管理模块的设计21 5.14 密码修改摸块是设计22 5.15 数据库操作模块的设计22 5.16 注销功能的设计23 5.17 本章小结24 第6章 代码分析与实现25 6.1 相关技术25 6.1.1 SQL语言25 6.1.2 ADOConnection与ADOQuery控件25 6.2 主要代码实现26 6.3本章小结29 第7章 系统性能的测试30 第8章 结论31 致谢32 参考文献33 附录1 原始数据附表34 附录2 部分源代码36

  • 铭轩在线书城网站建设_计算机专业论文范文

    计算机专业论文范文 摘要 近年来,随着世界经济一体化、全球化进程的加快,信息技术正越来越广泛地应用于经济贸易领域。电子商务作为计算机应用技术与现代经济贸易活动相结合的产物,作为一种创新的经济运行方式,其影响已经远远超过商业领域。 本课题是网上书店的开发,论文首先介绍了电子商务的现状及应用。然后从构建一个电子商务的应用系统——网上书店入手,对系统的可行性进行了分析,阐述了系统的设计思想、整体结构及设计目标,讨论了建立网上书店所需要的硬件环境、软件环境以及开发工具,然后进行了系统设计,包括书店前台主页以及后台数据库结构的设计。 关键词:电子商务,网上书店,ASP技术 ABSTRACT In recent years, with the world economic integration and the acceleration of globalization, information technology is increasingly widely used in the field of economy and trade. E-commerce as a combined product of computer technology and modern economic activities has been became an innovative way of economic operation, it seemed to play a surprisingly strong role far more than business. This project is the development of online bookstore system. The paper firstly describes the situation and application of E-commerce. Then, from E-commerce applications to build a system - starting with online bookstore, system feasibility is analyzed. This paper also presented the design philosophy, overall structure and design objectives. To make an online-bookstore , the necessary of software and hardware environment and the development tools are be discussed. At last, the system design is shown, including the bookstore home page, as well as the design of the database structure . Keywords: E-commerce, online-bookstore, ASP Technology 目录 摘要I ABSTRACTII 第1章 引言1 1.1 课题研究的背景1 1.2 课题研究的目的及意义1 1.3课题研究的主要内容2 第2章 网上书店的需求分析3 2.1系统可行性分析3 2.1.1网上书店现状3 2.1.2优势、劣势分析3 2.2实现网上购书的基本环境4 2.3网上购书的应用模型5 第3章 系统总体7 3.1 系统设计思想7 3.2 系统的总体设计7 3.2.1 前台管理子系统7 3.3.2 后台管理子系统8 3.3 开发语言的选择8 3.4 数据库的技术选择9 3.5开发工具介绍及其特点10 3.6数据库设计11 第4章 网上书店系统的实现15 4.1系统的总体架构15 4.2前台管理子系统的实现15 4.2.1主页的实现15 4.2.2用户服务页面的实现16 4.2.3订单查询页面的实现21 4.2.4客户留言页面的实现21 4.3后台管理子系统的实现22 4.3.1后台登录页面的实现23 4.3.2系统管理页面的实现23 4.3.3分类管理页面实现24 4.3.4订单管理实现界面25 4.3.5留言板信息管理页面实现25 4.3.6管理员管理页面实现25 4.3.7系统杂项页面实现26 4.4网上书店系统的测试27 第5章 结束语28 致谢29 附录 源代码31

  • 基于视觉传达原理的教学软件的设计与开发_计算机专业论文

    计算机专业论文范文 摘 要 我国是个多人口的国家,现在还有很大一部分人对计算机一窍不通,所以在计算机化的今天,学习计算机还是相当的有必要。本项目开发的教学软件为学习者提供了一个良好的学习环境。随着读图时代的来临,带来了视觉文化的兴起。视觉文化提供了一个全新的研究多媒体课件视角,不仅有利于指导开发既能促进学生学习又能培养学生民族精神的多媒体课件,而且拓宽了教育技术学专业的研究领域。 本研究首先从视觉传达理念着手,在研究视觉传达基本原理和一些多媒体课件应该遵循的规律的基础上,对比了现有的课件开发软件的特点,选择了Flash技术为开发的平台。深入分析了开发该软件的可行性和必要性,并就软件的模块、功能、主要特点、功能技术实现及主要不足点进行了剖析。 关键词: 教学软件,视觉传达,Flash ABSTRACT China is a country with a large population, and there are a lot of people know nothing about computers, so in the computerized time, it's so neccessary to learn the computer . The development of this learning software project provides a good learning environment for learners. With the advent of reading, the rise of visual culture. The visual culture provides a new perspective, the study of multimedia courseware for guiding development can not only promote students' learning and cultivating students' national spirit of multimedia courseware, and broaden the education technology research field. The study firstly proceed from the processes of the idea of visual communication, based on the basic principles of visual communication and some law of the multimedia courseware should follow, then compare the features of some fashionable courseware development softwares,finally select the Flash technology as the development platform. At the same time,I comprehensive analysis of the feasibility and the necessity of developing the software,and the modules, functions, main features, functions and major lack of technology of the software. Keywords: Learning Software, Visual Communication, Flash 目 录 摘 要I ABSTRACTII 第1章 引 言1 1.1 背景1 1.2 意义1 第2章 计算机教学软件概述2 2.1 视觉传达基本原理2 2.2视觉传达规律2 2.3 开发软件的选择2 2.4 教学软件制作过程应注意的事项4 2.5软件简介及软件结构4 第3章 教学软件的设计6 3.1软件教学内容设计6 3.2 页面设计分析7 3.2.1 软件首页7 3.2.2 软件教学内容的表现形式8 第4章 教学软件的实现及其技术要点14 4.1 软件总框架的搭建14 4.2 主要技术特点15 4. 2.1文字粒子效果15 4.2.2 缓动移动效果15 4.2.3 动态创建按钮15 4.2.4 全屏功能16 4.2.5时钟模块16 4.2.6 硬件认识按钮的翻页16 4.2.7右键菜单的制作17 4.2.8 “测试一下”模块的制作17 4.2.9 xml文件乱码现象的解决17 4.2.10 翻页效果功能的实现18 第5章 结束语20 致 谢21 参考文献22 附录 源代码24

AB
CD
ABCDEFGHIJKLMNOPQISTUVWXYZ