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

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

  • 服装企业仓库管理系统_计算机专业论文范文

    计算机专业论文范文 摘要 本文介绍了服装企业仓库管理系统的开发过程,论文从系统分析、概要设计、详细设计整个软件开发过程作了介绍。本系统基于J2EE平台,采用Struts框架,MVC设计模式,B/S架构和java script技术,同时采用Oracle9i作为数据库,运用软件工程设计思想和按照信息系统安全要求,开发了服装企业仓库管理系统,该系统包含基础参数管理,原料管理,成品管理,报表管理,账单审核管理五大模块。本系统具有良好的操作界面,较强的安全性和可靠性,灵活的移植性和拓展性;具有很好的市场推广前景. 关键词:B/S 架构,MVC模式,Struts 框架,仓库管理系统 ABSTRACT This paper introduces the costume enterprise storehouse management system development process, from system analysis , the outline design, detailed design.This system founds on J2EE platform, adopts Struts framework, MVC design mode, B/S infrastructure and java script technology, and meanwhile, Oracle9i as a database is applied. Also, a management system for costume enterprise storehouse is developed, whose development is under the thoughts of software project design and the security requirements of information system. This system includes five modules as follows: basic parameter management system ,material management, finished products management, report forms management and bill checking management .The system has an excellent operating interface, strong security and reliability ,and also it can be transplanted and developed neatly; besides, it shares a promising future of market promotion. Keywords: Structure B/S,MVC model,Struts framework,Storehouse Management System 目 录 摘要I ABSTRACTII 第1章 绪论1 1.1 开发背景1 1.2 系统目标1 1.3 系统设计规则2 第2章 系统需求3 2.1 需求概述3 2.2 功能要求3 2.3 业务处理说明4 2.4 业务处理数据流5 2.5 本章小结6 第3章 系统设计7 3.1 总体设计7 3.2 功能设计7 3.2.1 基础参数设置7 3.2.2 原料管理10 3.2.3 成品管理13 3.2.4 报表中心15 3.2.5 账单审核15 3.3 数据库设计15 3.3.1 系统E-R图15 3.3.2 逻辑结构设计17 3.3.3 数据库表设计18 3.3.4 物理结构设计20 3.4 安全设计20 3.5 本章小结20 第4章 系统实现的主要技术21 4.1 系统实现的相关技术21 4.1.1 HTML简介21 4.1.2 java script简介21 4.1.3 JSP简介21 4.1.4 Struts简介21 4.1.5 Java简介22 4.2 本章小结22 第5章 系统实现23 5.1 数据库连接23 5.2 系统配置文件24 5.3 功能实现效果28 5.3.1 系统登陆28 5.3.2 颜色管理28 5.3.3 仓库基本信息29 5.3.4 单据管理29 5.4 本章小结30 第6章 结论31 6.1 开发过程中所做的工作31 6.2 技术实现总结31 致谢33 参考文献34

  • 手机游戏程序——海盗船_计算机专业论文范文

    计算机专业论文范文 摘要 在众多开发游戏的技术中,J2ME由于开发速度快、周期短、开发资源丰富等优点成为当今最受欢迎的手机开发平台。J2ME的应用为移动互联网引入了一种新的模式,既允许手机用户可以从互联网上下载各种应用程序,并在手机上创造一个离线运行这些程序的可执行环境,而且J2ME应用程序可运行在不同制造商的不同设备上,真正体现了Sun公司所倡导的“Write once , Run any where”。本论文着眼于J2ME技术的应用,开发一款可商用的手机游戏程序——海盗船。 本论文介绍了J2ME的相关技术及本程序的结构分析和具体功能的实现。 关键词: 海盗船,手机游戏, J2ME ABSTRACT J2ME platform is considered to be the most outstanding mobile phone procedure developing platform owing to its fast-speed-developing, short-period-develo-ping, various resources of developing among the technology of developing gam-es. The application of J2ME supplies for Internet a new mode, that is to say mobile phone user is allowed to download application program from Internet and run the program. In addition, J2ME application program can be operated on different manufacturer' s different equipment, it has really reflected" write once, run anywhere" that Sun Company advocates. This dissertation focuses on imple-mentation of J2ME technology and has developed a commercial game suite run on mobile phones—High Sea. This dissertation introduces J2ME and its relative technology as well as this program’s structure and analysis of implementation in details. Keywords: High Sea, mobile game, J2ME 目录 摘要I ABSTRACTII 第1章 绪论1 1.1 背景1 1.1.1手机娱乐功能的发展1 1.2 Java的相关技术2 1.2.1手机的操作系统2 1.2.2 J2ME IDE开发环境5 1.3 研究内容7 1.3.1本游戏背景介绍7 1.3.2 本程序需要解决的主要技术问题7 第2章 开发环境及相关技术的介绍9 2.1 开发环境9 2.2 Java语言特点9 2.3 J2ME体系10 2.4 J2ME开发手机游戏的关键技术10 2.5 手机游戏开发流程11 2.6 关于Eclipse11 2.7 关于Wireless Tool Kit12 2.8 Java Appication Manager12 2.9 本章小结12 第3章 程序结构,思想及相关技术13 3.1 设计游戏地图和相关图像13 3.1.1游戏地图的设计13 3.1.2 相关游戏图象的设计13 3.2 开发游戏15 3.2.1 创建一个漂移精灵15 3.2.2 声明成员变量16 3.2.3 组合Start()方法16 3.2.4 组合Update()方法17 3.2.5 绘制游戏屏幕19 3.2.6 开始一个新游戏20 3.2.7 安全地放置精灵20 3.2.8 游戏AI相关设计21 3.2.9 游戏难度的改进28 3.3 测试游戏30 3.4 本章小结31 第4章 结论32 致谢33 参考文献34

  • 内容管理系统_计算机专业论文范文

    计算机专业论文范文 摘要 随着全球Internet迅速普及和网络技术应用的发展,网站已经成为企事业单位进行自身推广和宣传的重要手段。遇到网站扩充的时候,整合内外网和分支网站的工作就变的更加复杂。甚至还需要重新建设网站。在这样的情况下,网站内容管理系统的出现就很有必要了。 本文论述了内容管理系统(即CMS)的特点。分析比较了目前网站内容管理系统的应用状况,对其需求进行分析,给出系统功能和结构框架的设计。详细分析了各个模块。综合运用面向对象的设计思想,数据库连接等知识。较好的满足了可靠性、扩展性、可重用性,本系统的使用将大大减轻建立各类信息网站的复杂性,提供了一个方便高效的管理平台和内容实时发布平台,有良好的发展前景。 关键词:面向对象,内容管理系统,CMS,模块 ABSTRACT With the development of the rapid global popularization of the Internet and the networking application, the website has already become an important means for enterprise and institutions to carry on self-promotion and advertising. When the website expands, the conformity of inside and outside network and the branch website work become more complex, even sometimes the website must be reconstructed. In such situation, the website content management system appears to be imperative. This text has described the characteristic of the management system of the content (i.e. CMS). Analyze the application state of website's content administrative system at present, it put forward the design of system function and structure framework. Each module of detailed analysis. The system make full use of the thinking of object-oriented programming , datebase connection, which meets the requirements for reliability and expandability. The system may serve as an effective platform of managing and issuing real-time information, which reduce the complexity about the construction of information website and has a well future. Keywords: object-oriented, Management system of the content, CMS, module 目录 摘要I ABSTRACTII 第1章 绪论1 1.1 背景1 1.1.1 wwp的含义1 1.1.2内容管理系统的意义1 1.2 (CMS)国内外产品比较1 1.3 课题主要工作和解决的问题2 第2章 开发技术简介4 2.1 系统环境4 2.2 B/S模式概述4 2.2.1 B/S 模式的数据库体系结构5 2.3 J2EE5 2.4 Spring框架的简单应用6 2.5 Hibernate框架的应用7 2.6 JSP(Java Server Pages)页面8 2.7 Java语言8 2.8 本章小结8 第3章 系统需求与分析9 3.1 系统背景9 3.2 系统目标9 3.3 可行性分析9 3.3.1 市场分析9 3.3.2. 技术可行性分析11 3.4 用户需求11 3.5 系统基本模块功能11 3.5.1 主要功能模块设计12 3.6 本章小结13 第4章 系统设计14 4.1 系统流程分析14 4.2 内容管理系统详细设计15 4.2.1 用户管理15 4.2.2 文章管理17 4.2.3 媒体管理17 4.2.4 菜单管理19 4.2.5 旗帜广告管理20 4.2.6 新闻源管理20 4.2.7 模组管理21 4.2.8 站内短信22 4.2.9 语言管理22 第5章 数据库设计23 5.1 系统E-R图23 5.2 数据库设计原则24 5.3 数据库表建立24 5.4 本章小结26 第6章 总结27 致谢28 参考文献29

  • 傅立叶变换_计算机专业论文范文_计算机专业论文

    计算机专业论文范文 摘要 近十多年来数字信号处理技术同数字计算机、大规模集成电路等先进技术一样,有了突飞猛进的发展,已经形成了一门具有强大生命力的技术科学。 随着各种电子器件和信息处理技术的不断发展,傅立叶变换在频率分析,卷积运算等方面的应用越来越广。快速傅立叶变换是信号分析与处理中重要时频变换DFT的快速算法,随着时间的推移,这种算法必将得到广泛应用。 本文对DFT算法的复杂度进行了分析,采用库勒-杜凯算法的基本原理,以有限长的离散序列为例分别对按时间抽选和按频率抽选的FFT算法作了介绍和分析。通过对各个模块的研究,使其能够满足快速傅立叶变换实时,高速的实际要求。 本文用C语言实现该算法,在TC编译器进行编译,运行。通过MATLAB自带的傅立叶变换函数对程序进行验证,结果表明程序正确无误,且在此基础上把该FFT程序用到频谱分析中去,主要对小信号的检测和受噪声污染信号作了分析。 关键词  :傅立叶变换,库勒-杜凯算法,蝶形运算,FFT ABSTRACT The last ten years,the digital signal processing technology with digital computers and Large-scale integrated circuits has a Rapid development ,it has become an science and technology subject with immense vitality. With a variety of electronic devices and information processing technology development,Fourier transform is used widely in the frequency analysis, convolution computing and so on.Fast Fourier Transform is the fast algorithm of DFT transform of the important time-frequency transform in signal analysis and processing , as time moves,this method will be widely used. In this paper, we have a analysis to the complexity of DFT algorithm. With the basic principles of Cooley-Tukey algorithm ,we hava a introduction to the time and frequency algorithm. By analyzing the reverse and rotation factor modules, this procedures can meet the fast Fourier transform real-time, high-speed practical requirements. We use C language to achieve this algorithm ,compile,run it by the TC compiler, verifying procedures by MATLAB built function of Fourier transform. The results showed that procedures are correct.on this basis ,we use FFT to analysis its application. Analysis small-signal detection and signal to noise pollution by a spectrum Keyword: Fourier transform, Cooley-TukeyAlgorithm , Butterfly computing, FFT. 目录 摘要I ABSTRACTII 第1章 引言1 1.1 背景1 1.2 研究内容2 第2章 傅立叶变换3 2.1傅立叶变换的意义3 2.2傅立叶变换的分类4 2.2.1连续傅立叶变换4 2.2.2离散傅立叶变换7 2.2.3 快速傅立叶变换8 第3章 FFT的设计实现10 3.1 算法原理10 3.1.1 系数因子10 3.1.2蝶形结构12 3.2 FFT时间抽选实现16 3.2.1旋转因子16 3.2.2序列调整17 3.4 FFT频域抽选实现18 3.5 IFFT的实现21 第4章 FFT算法的测试与仿真23 4.1 子模块23 4.1.1 数值模块23 4.1.2 输出倒序模块23 4.2 流程图24 4.3 程序的测试与验证24 第5章 FFT的应用26 5.1 小信号检测26 5.2 脉冲响应和传递函数30 5.3 噪声污染监测30 第6章 总结33 致谢34 参考文献35 附录 源代码36

  • 企业门户网站系统_计算机专业论文范文

    计算机专业论文范文 摘要 本企业门户网站系统是一个根据现有的中小型企业门户网站系统的现状而设计开发的网上商业平台。它不但可以扩大商家的规模和市场影响力,而且可以减少企业的经营成本,提高工作效率。 本文首先介绍了中小型企业门户网站的开发背景及发展现状,然后论述了系统的设计目标,系统需求和总体设计方案,较详细的论述了系统的详细设计和实现。最后,本文对企业门户网站系统进行了系统检测并提出了还需要改进的问题。 本系统主要为用户提供了站内公告浏览,业内新闻浏览,产品展示,在线订单,留言反馈等功能,为管理员提供了公告管理,新闻信息管理,产品类型管理,产品图片管理,留言管理,在线订单管理等功能。在设计方面,本系统采用B/S三层结构,同时使用ASP技术进行动态页面的设计,后台数据库选用SQL Server 数据库。 关键词:门户网站,系统需求,总体设计 ABSTRACT The enterprise portal is a system of small and medium enterprises under the existing portal system and the status of design and development of online business platform. It can not only expand the scale of business and market influence, but also can reduce their operating costs and enhance efficiency. This paper first introduced the small and medium-sized enterprise portal development background and development of the status quo, then on the system design objectives, system requirements and design programmes, a more detailed exposition of the detailed design of the system and realized. Finally, the enterprise portal system for the system to detect and also raised the issue of the need to improve. This system is mainly to provide users with a station notice here, the industry press here, products, online orders, feedback, and other functions, provides administrators with a management notice, news and information management, product management, product image management, message management, Online order management, and other functions. In the design, the system uses B / S three-tier structure, while the use of ASP technology for dynamic page design, background database optional SQL Server database. Key words: Portal, The system needs, Design 目录 摘要I ABSTRACTII 第1章 绪论1 1.1 系统开发背景1 1.2 本课题国内外研究现状1 第2章 系统的开发技术及环境搭建2 2.1开发技术的选择2 2.1.1 ASP JSP PHP 简单介绍2 2.1.2 ASP简介2 2.1.3 ASP优点3 2.1.4 ASP缺点3 2.1.5 ASP的工作原理4 2.2 IIS安装与配置5 2.3 可视化编辑工具6 2.4 本章小结7 第3章 系统分析8 3.1 系统可行性分析8 3.1.1 技术上可行性8 3.1.2 经济上可行性8 3.1.3 社会上可行性8 3.2 需求分析9 3.2.1 企业门户网站前台需求分析9 3.2.2 企业门户网站后台需求分析10 3.3 各模块功能介绍11 3.3.1 系统模块介绍11 3.4 本章小结15 第4章 系统数据库设计与实现16 4.1 数据库需求分析17 4.2 数据库逻辑设计20 4.3 本章小结22 第5章 系统实现及部分代码介绍23 5.1 数据库配置23 5.2 管理员登录模块23 5.3 站内公告模块25 5.4 新闻模块25 5.5 产品模块26 5.6 订单管理模块27 5.7 留言管理模块28 5.8 本章小结29 第6章 系统测试及分析30 第7章 总结31 致谢32 参考文献33

  • 人事综合管理系统 计算机论文_计算机专业论文范文

    计算机专业论文范文 人事综合管理系统 摘 要 在当今社会,互联网空前的发展,给人们的工作和生活带来了极大的便利和效率。信息化、电子化已经成为节约运营成本,提高工作效率的首选。在我国,随着人事信息管理的普及化,越来越多的企业使用计算机来实现人事信息的现代化管理,人事综合管理系统已经成为目前各企业人事管理工作不可或缺的一部分。它是适应当前人事制度要求,推动企业人事管理走向科学化、规范化的必要条件。 该系统设计的目的是为企业开发一个人事管理系统并实现人事综合管理工作的网络化,促进企业人事综合管理工作的科学化、规范化,从而进一步提高工作效率。该设计结合企业人事管理的特点,本着实用的原则,采用JSP+JavaBean技术实现了员工信息管理、员工考勤管理以及员工工资管理。 经测试系统运行稳定,操作简便,能满足人事管理的需求,实现了从手工管理到计算机自动化管理的转变,能有效地提高管理工作的效率,并使人事管理更科学、更合理。该论文详细介绍了人事综合管理系统设计的全过程,系统分析、系统设计、详细设计及实现以及系统测试。 关键词:人事管理, JSP+JavaBean,人事综合管理 Personnel Comprehensive Management System Abstract In present society, the unprecedented development of Internet has brought people’work and life with great convenience and efficiency. Informatization and electronization have become the first choice of saving operation cost and improving work efficiency. In our country, With the popularization of personnel information management, more and more enterprises start to use computers to realize the modernization of personnel information management. Therefore, Personnel Comprehensive Management Systems has already played all indispensable part in the personnel management. It meets the needs of the current personal rule and becomes a necessary requirement to promote personnel management to move towards a better development which is scientific and standardized . The purpose of this system design is to develop a personnel management for the enterprise and to realize network of the personnel management.It is designed to promote the scientific process and the standardization of the personnel management for the enterprises.Thus it aims to further improve working efficiency. This design which is combined with the characteristics of personnel management of the enterprises, adopts JSP+ JavaBean accomplish functions as follows :staff information management, staff attendence management and staff wage management. This system runs steadily by testing;it is easy and convenient to operate;it can meet the demands of the personnel management. Therefore,the system has realized the transition from handwork management to computer automatic management, which thus enhances the management efficiency and makes the personnel management more scientific and rational.This paper introduces the entire process of the system, the system analysis, the system design, the detailed design and realize as well as the system design. Key words:personnel management,JSP+JavaBean,Personnel Comprehensive Management System 目录 摘 要I AbstractIV 第1章 概述1 1.1课题背景及意义1 1.2可行性分析2 1.2.1 社会可行性分析2 1.2.2技术可行性分析3 1.2.3 经济可行性分析3 1.2.4 操作可行性分析3 1.3 设计的主要内容3 1.4论文的结构4 第2章 系统分析5 2.1系统需求分析5 2.2系统业务流程分析5 2.3系统功能分析6 2.4系统运行环境的要求7 2.4系统实现的技术7 2.4.1 JAVA语言简介7 2.4.2 JSP简介7 2.4.3 JSP基础Servlet技术8 2.4.4 JavaBean 技术8 第3章 系统设计9 3.1 设计的思想9 3.2功能设计9 3.3数据库设计12 3.3.1 数据字典12 3.3.2 E-R图13 3.3.3 员工信息表设计15 3.3.4员工考勤表设计16 3.3.5 员工工资信息表设计17 3.3.6 管理员用户表设计17 第4章 系统详细设计及实现18 4.1系统开发工具介绍18 4.1.1 MyEclipse18 4.1.2 MySql18 4.2系统采用的关键技术19 4.2.1 JSP+ JavaBean技术19 4.3界面设计20 4.3.1 登录界面20 4.3.2 系统首页20 4.3.3 员工信息管理界面21 4.3.4 员工信息修改界面21 4.3.5 添加新员工界面22 4.3.6 员工考勤管理界面23 4.3.7 修改考勤信息界面23 4.3.8添加新的考勤信息24 4.3.9 员工工资管理界面25 4.3.10修改员工工资界面25 4.3.11 添加员工工资界面26 第5章 系统测试27 5.1系统测试概述27 5.2系统测试计划29 5.3测试30 第6 章 结束语31 参考文献32 致 谢33

  • 纸页匀度分析系统_计算机专业论文范文

    计算机专业论文范文 摘要 计算机视觉作为自动化的眼睛,克服了人的主观性,扩大了人类的视觉范围,可不知疲倦,始终如一地观测被测对象。近年来,计算机视觉技术取得了很大进展,在国民经济,科学研究及国防建设等领域都有着广泛的应用。本文探讨了计算机视觉技术在纸页匀度分析上的应用,并制作了纸页匀度分析系统的计算机用户界面。 用户界面的设计是软件设计实现中必不可缺少的部分,与其他设计活动相比,用户界面的设计是最终用户与应用领域的关系更紧密。为了设计一个友好的用户界面,必须对用户界面具有的特性、用户特性、用户界面设计类型进行分析。 经过分析,利用了 MICROSOFT公司的 VISUAL BASIC开发工具,首先建立系统应用原型,包括封面,登入界面,系统主界面等,然后,对初始原型系统进行需求迭代,不断修正和改进,最后形成用户满意的可行系统。 关键词:计算机视觉,纸张匀度,特征提取,用户界面,窗体 ABSTRACT As eyes of automation ,computer vision ,which has overcome subjectivity and can observe the subjects inexhaustible and uniformly, extends the range of man's vision. In recent decades ,computer vision technology has made great progress and has been widely applied on national economy, scientific research and defensive construction etc. The computer vision technology in the pages absorption analysis of the application and the production of the paper to absorb page analysis of the computer system user interface is discussed in this paper. The user interface design is an indispensable pact of software design and realization. Compared with other designing activities, the user interface design is more closely associated with users and applied areas. In order to design a user friendly interface, it is necessary to make an analysis of user interface characteristics, user characteristics and user interface design patterns. By looking up lots of datum, Visual Basic software presented by Microsoft is selected. A prototype of system application is built up .It includes cover, system login interface, system main interface and so on. The system could be modified and developed till users are satisfied with it. Keywords: computer vision, paper formation, feature extraction, user interface, form . 目录 摘要I ABSTRACTII 第1章 绪论1 第2章 纸页匀度分析的进展3 2.1纸页匀度分析的国内外进展3 2.2本课题及论文的研究内容6 第3章 纸页匀度分析系统界面设计8 3.1用户界面的实现8 3.1.1 封面9 3.1.2登入界面9 3.1.3主界面11 3.1.4 摄像头打开和关闭实现12 3.1.5 图像单帧采集实现13 3.1.6灰度分布直方图的实现14 3.2小结18 第4章 结论19 4.1本论文的主要研究结论19 4.2纸页匀度分析展望20 致谢21 参考文献22

  • 基于BS体系的作业在线批改系统的设计实现_计算机专业论文

    计算机专业论文范文 摘要 随着计算机的普及和网络的发展,利用先进的计算机和网络技术,可以让老师和学生不需要面对面的交流,就可以达到知识传递和检测的目的。 本文主要介绍了一个基于B/S体系的作业在线批改系统的设计实现过程以及涉及到的一些关键技术。文中还详细介绍了作业在线批改系统的概念、需求分析及开发设计要点。该系统采用了模块化设计,系统测试用户信息主要由数据库直接输入,学生进入系统时输入学号,核对正确后进入学生界面,学生界面主要有以往成绩查询、在线答题、留言版组成,学生在进入在线作业窗口后,题库自动生成,在线作业开始计时,时间到,系统强制学生退出,及答题完毕后对客观题的自动评分、存档。管理员进入管理员界面,管理员界面主要由题型管理、题库管理、作业生成、用户管理等模块组成,基本达到了设计的要求。 关键词:B/S,在线批改,数据库 ABSTRACT Along with the popularization of computer and network development, the use of advanced computer and network technology, allows teachers and students do not need face-to-face exchanges, we can achieve knowledge transfer and testing purposes. This paper introduces an Based on B / S operating system online correcting system design and implementation process involves some key technologies. The paper also introduced the online operations of correcting system concept, needs analysis and the development of design features. The system uses a modular design, system testing user information mainly imported directly from the database. Students entering the school system, importation, after checking into the correct interface students, the students are the main interface previous achievements inquiries, Online Examination, message boards composed of students entering the online operations window after the automatic generation questions in the online operations start running, Time to compel students to withdraw from the system, and answering the questions right after the objective that the automatic scoring, archiving. Administrators enter the administrator interface, administrators from the main interface Questions management, paper management, operations generated, user management modules, reached a basic design requirements. Keywords: B/S,Correcting online,Database 目录 摘要I ABSTRACTII 第1章 绪论1 1.1 选题背景1 1.2 研究内容1 1.3 系统概述2 1.4 开发技术2 1.4.1 B/S模式及其优势3 1.4.2 Web应用程序开发环境JSP技术3 1.4.3 JAVA简介4 1.4.4 Tomcat应用服务器4 1.4.5 SQL Server2000数据库5 第2章 系统设计6 2.1系统需求分析6 2.1.1 功能需求6 2.1.2 性能需求6 2.1.3 可靠性需求7 2.2系统架构7 2.3 系统功能模块设计7 2.3.1 用户类型8 2.3.2 后台作业管理模块8 2.3.3 学生在线作业模块9 2.4 系统主要工作流程9 2.4.1 管理员(教师)在线作业后台管理9 2.4.2 学生在线作业9 2.5 数据流图及数据库的分析与设计10 2.5.1系统数据流13 2.5.2系统E – R图13 2.5.3管理员(教师)信息表admin14 2.5.4学生信息表student15 2.5.5作业成绩信息表work15 2.5.6作业题型信息表test15 2.5.7判断题信息表rightorwrong16 2.5.8选择题信息表selecting16 2.5.9填空题信息表filling17 2.5.10保存每个学生详细答题结果表test_result17 2.6 本章小结17 第3章 关键技术及主要功能19 3.1 JDK的安装与配置19 3.2 组成一份作业的策略19 3.3 随机抽题19 3.4 本章小结20 第4章 程序主要页面设计21 4.1 在线作业后台管理主窗口21 4.2 判断题管理窗口21 4.3 选择题管理窗口24 4.4 填空题管理窗口25 4.5 作业管理窗口25 4.6 成绩统计窗口27 4.7 学生统计管理窗口27 4.8 系统管理窗口27 4.9 在线作业预备窗口28 4.10在线作业窗口28 4.11 登录页面29 4.12 出错页面30 4.13 本章小结30 第5章 结论31 致谢32 参考文献33

  • 个人工作备忘录系统_计算机专业论文范文

    计算机专业论文范文 第1章 绪论 当今社会,随着计算机的发展及网络技术的应用,Internet应用在全球范围内的普及。当今社会正快速向信息化社会前进,信息自动化的作用也越来越大。信息技术不断融入人们的日常生活。在科学技术越来越先进的信息时代,人们应该从以前繁琐的事务中解放出来,提高工作效率。 为了提高人们的办事效率,开发实现一款能减少人们重复劳动力,节省不必要的时间开销的软件显的十分必要。个人通讯备忘录在人们日常生活中起着重要的角色,它协助完成一些日常琐事,它保存用户的一些好友的通讯资料,方便人与人的沟通。从以前的纸上记录通讯资料进化到用电子记事本记录这些资料,大大提高了保存的可靠性,并且方便了用户的使用。如记事本可以把近期需要完成的一些事件保存到数据库中,不会再因为找不到记录本而耽误了安排,这样就减少了不必要的时间开销,提高人们的办事效率;对一些容易忘记的事件,还可以在闹钟设置项中设置响铃时间来提醒用户,为用户提供了便利。因此,个人工作备忘录软件在日常通讯录管理,以及日常事务安排上起着重要作用。 目前,电子备忘录在实现语音名片,记事录音和声控回放等功能已有成功案例,比一般的记事本有先进之处。通过专家分析,电子备忘录设计中最有研究价值的是如何把烦琐地从键盘输入信息转化为语音录入信息,以及解决存储语音信息所需的高容量问题。这两大问题的解决将会对电子备忘录中信息的录入以及对信息保存空间进行改进。同时,为用户的操作使用提供了更多方便。 目录 目录- 1 - 第1章 绪论- 1 - 第2章 系统开发工具及配置概述- 2 - 2.1 C#概述- 3 - 2.2 SQL2005概述- 3 - 2.3 Visual C++ .Net概述- 4 - 2.4 SQL2005数据库配置- 5 - 2.5 本章小结- 6 - 第3章 备忘录系统模型- 7 - 3.1模型分析- 8 - 3.2 本章小结- 8 - 第4章 系统设计分析- 9 - 4.1 通讯录模块需求- 9 - 4.1.1 通讯录表设计- 9 - 4.2 记事本模块需求- 10 - 4.2.1 记事本表设计- 10 - 4.3数字闹铃模块需求- 11 - 4.4 本章小结- 12 - 第5章 系统实现与分析- 13 - 5.1主界面设计与分析- 13 - 5.2 通讯录界面设计与分析- 16 - 5.3 记事本界面设计与分析- 18 - 5.4 管理记事本界面设计与分析- 20 - 5.5 管理通讯录界面设计与分析- 23 - 5.6 闹铃界面设计与分析- 26 - 5.7 本章小结- 29 - 第6章 结论- 30 - 致 谢- 31 - 参考文献- 32 -

  • 手机短信管理系统_计算机专业论文范文

    计算机专业论文范文 摘 要 手机短信管理系统是典型的信息管理系统,系统将实现对定制用户的短信发送功能、短信管理功能,并完成对定制用户进行管理,对发送记录进行管理等事务。通过这个系统,用户可以轻松实现互联网与移动通信之间的连接,便于用户对短信进行有条理的统一管理。 本系统使用Microsoft公司的Active Server Pages程序设计语言开发环境和先进的Microsoft Access数据库。利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。 关键词 手机短信管理系统,Active Server Pages,Access数据库,互联网 ABSTRACT The system of managing student file is a typical application of managing information system (know as SMS), system will achieve send short message to the customized user, messaging management and complete customization of user management, and management send the records. Through this system, users can easily link between the Internet and mobile communications, convenient for user to unified management messages . This system use Active Server Pages presented by Microsoft. Active Server Pages offered a series of ActiveX objects for operating a database. It can give you a short-cut to build up a prototype of system application. The prototype could be modified and developed till users are satisfied with it. Keywords: The system of managing, Active Server Pages, Access database,Web. 目 录 摘 要I ABSTRACTII 第1章 绪论1 1.1 背景1 1.2 研究内容1 第2章 基于B/S结构的系统开发方法2 2.1 B/S系统结构分析2 2.1.1 浏览器/服务器结构2 2.1.2 浏览器/服务器结构的优缺点2 2.2 开发工具介绍3 2.2.1 DREAMWEAVER3 2.2.2 Microsoft Access4 2.3 系统开发技术简介4 2.3.1 ASP4 2.3.2 java script5 2.3.2 VBScript5 2.4 数据库访问技术简介6 2.4.1 ODBC6 2.4.2 ADO6 2.5 本章小结8 第3章 需求分析9 3.1 客户需求和总体设计目标9 3.1.1 设计背景9 3.1.2 设计目标9 3.1.2 设计范围9 3.2 模块功能要求9 3.3 系统的数据流图和数据字典10 3.3.1 数据流图10 3.3.2 数据字典11 3.4 本章小结12 第4章 数据库设计13 4.1 概念结构设计13 4.2 数据库表结构设计14 4.3 数据库链接16 4.4 本章小结17 第5章 系统功能实现18 5.1 系统功能示意图18 5.2 系统模块设计分析18 5.2.1 登录界面18 5.2.2 系统主页面20 5.2.3 管理员信息修改模块21 5.2.4 定制用户管理模块22 5.2.5 短信管理模块24 5.2.6 短信发送模块26 5.2.7 发送记录管理模块28 5.2.8 短信栏目管理模块29 5.2.9 退出登录页面29 5.3 软件测试与完善29 5.3.1 软件测试的重要性29 5.3.2 软件测试30 5.4 本章小结31 第6章 结论32 致 谢33 参考文献34

AB
CD
ABCDEFGHIJKLMNOPQISTUVWXYZ