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

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

  • 大学物理网络课程自主学习监控的研究与实现_计算机专业论文

    计算机专业论文范文 摘 要 现代网络通信技术和计算机技术的飞速发展,使网络环境下的学习逐渐成为课外主导的学习方式,越来越多的人选择在网络上进行学习,网络课程也越来越普及。网络课程是为学习者提供课外基于网络的自主学习和交流的平台,网络环境下的自主学习让学习者对于学习时间与地点的掌握变得更有自主性。但同时也是这种自主性对学习者提出了更高的要求,学习者应具备高度的学习责任感和自我控制能力。而在实际的网络自主学习过程中,普遍存在学习者自主控制能力偏低,容易受网上其他资源影响,从而导致学习质量不高。因此,在网络学习过程中添加必要的监控体系,可以有效的监督学习者学习,同时更易于教师发挥引导的作用。 本文探究了网络课程中监控体系的设计,尝试开发大学物理网络课程为基础的监控系统。 关键词:网络课程,网络自主学习,学习监控,监控系统 ABSTRACT The rapid development of modern network communication technology and computer technology make the learning in network environment become the leading extra-curricular approach to learning. So more and more people choose to learn online, and online courses are also becoming increasingly popular. Online courses are designed to provide an extra-curricular platform of independent learning and communication for learners in Internet. Independent learning of network environment make it more autonomous for learners to master their time and select where to learn. Also the autonomy of learner is required a higher demand that learners should have a high degree of learning responsibility and self control. But In actual practice, the self-learning processes online have a common phenomenon that learners have a poor self-control and are affected by other resources online easily , which could cause the low quality of learning. Therefore, adding the necessary monitoring system to the learning process can supervise learners effectively and make it easier for teachers to play a leading role. In the research ,we explore the design of monitoring system for online courses, we also try to develop monitoring system for the university physical online course. Keywords: Online Courses, network independent learning, learning monitor, monitoring system 目 录 摘 要I ABSTRACTII 目 录III 第1章 引 言1 1.1 研究的背景1 1.2 国内外研究现状2 1.3 研究的思路、内容和方法2 1.4 几点说明3 第2章 网络课程下自主学习监控概述4 2.1 网络自主学习的理解4 2.1.1 自主学习的基本含义4 2.1.2 网络自主学习的重新解读4 2.1.3 网络自主学习的过程5 2.1.4 网络自主学习的特征5 2.2 监控的理解6 2.2.1 什么是监控6 2.2.2 网络自主学习监控的意义6 第3章 系统的开发环境与技术7 3.1 系统运行环境配置7 3.2 系统开发工具与语言7 3.3 系统数据库介绍9 第4章 大学物理网络课程监控系统的分析与设计11 4.1 系统设计原理及介绍11 4.2 系统需求分析11 4.2.1 应用对象11 4.2.2 系统结构分析11 4.2.3 系统功能分析13 4.3 系统数据库设计15 4.3.1 数据库需求分析15 4.3.2 数据库逻辑设计16 第5章 大学物理网络课程监控系统的开发与实现21 5.1 系统页面设计与制作21 5.2 系统主要模块监控功能的开发与实现23 5.2.1 在线学习模块监控功能23 5.2.2 交流讨论模块监控功能25 5.2.3 作业管理模块监控功能27 第6章 结束语29 致 谢30 参考文献31 附录 源代码33

  • 基于JSP的出纳管理系统_计算机专业论文范文

    计算机专业论文范文 摘要 出纳,一个在企业财务及资金管理中发挥着至关重要作用的岗位;它不仅管理着一个企业日常运营所需的所有资金的流入与流出,更加掌握着企业生存、发展、再发展的命脉。 本文首先简单阐述了目前出纳工作的一些基本情况,然后详细的介绍了系统实现的相关技术和工具,最后详细的介绍各个功能模块和部分功能实现的流程,重点的说明了系统设计的思想、难点技术和解决方案等。 系统实现了出纳管理的基本功能,包括出纳总帐,收支账簿,银行对账单,对账调节表,项目管理,以及对基础资料如往来单位,收支科目等等。系统基于Web方式,采用JSP+JavaBean+SQL Server 2000的开发方式。 关键词:出纳管理,财务,JSP,JavaBean,java script ABSTRACT The cashier plays a vital role in the enterprise's management of finance and capital. The cashier not only manages the inflow and outflow of all the capital an enterprise's daily operation needs. More importantly, he is in control of the life line for the enterprise's existence, development and redevelopment. This article first expatiates briefly upon the basic situations of the contemporary money receiving and paying out; then it introduces the technologies and tools related to the system realization; in the end, it deals with the flow how each functional module and partial function are realized and attaches much importance to the thought of system design, difficult technique, solutions and so on. The system makes the basic functions of cashing management realized, that includes the receiving and paying out of the general ledger, the cash book, the bank statement, the reconciliation statement, the project management and the basic materials like correspondent units and income and expense subjects, etc. The system is based on the Web methodology and adopts the development methodology of JSP+JavaBean+SQL Server 2000. Keywords: cashing management, finace, JSP, JavaBean, java script 目录 摘要I ABSTRACTII 第1章 绪论1 1.1 背景1 1.2 研究内容1 第2章 相关技术和工具3 2.1 开发工具选用3 2.1.1 JSP3 2.1.2 SQL Server20005 2.2 java script简介5 2.3 B/S模式7 2.4 Java虚拟机及Web服务器8 2.5 本章小节9 第3章 系统设计10 3.1 系统分析10 3.1.1 系统关系图10 3.1.2 系统需求分析10 3.2 数据库设计12 3.2.1 数据库分析12 3.2.1 数据库E-R图12 3.2.3 数据库逻辑设计13 3.3 设计思想19 3.4 公共模块19 3.4.1 编写JavaBean20 3.4.2 CSS样式表设计22 3.4.3 JSP控件23 3.5 本章小节23 第4章 系统实现过程25 4.1 系统整体效果25 4.2 登录模块25 4.2.1 实现效果25 4.2.2 相关技术26 4.3 主页面模块27 4.3.1 实现效果27 4.3.2 相关技术28 4.4 出纳导航模块29 4.4.1 实现效果29 4.4.2 相关技术29 4.5 出纳总账模块30 4.5.1 实现效果30 4.5.2 相关技术31 4.6 收支账簿模块32 4.6.1 实现效果32 4.6.2 相关技术34 4.7 项目管理模块35 4.7.1 实现效果36 4.7.2 相关技术36 4.8 银行对账单模块37 4.9 对账调节表模块37 4.10 常用数据模块38 4.11 用户管理模块40 4.12 其它模块40 4.13 部署与运行41 4.14 本章小节41 第5章 结论42 致谢43 参考文献44

  • 基于JSP的动态的电子商务网站_计算机专业论文

    计算机专业论文范文 摘要 伴随着Internet的蓬勃发展,网络购物中心作为电子商务的一种形式正以其高效、低成本的优势,逐步成为新兴的经营模式和理念,人们已经不再满足用途信息的浏览和发布,而是渴望着能够充分享受网络所带来的更加多的便利。网络购物正适应了当今社会快节奏地生活,使顾客足不出户便可以方便快捷轻松地选购自己喜欢的商品。 本系统便是尝试用JSP在网络上架构一个动态的电子商务网站,它是在Windows XP下,以SQL Server 2000为数据库开发平台,Tomcat网络信息服务作为应用服务器,采用JSP(Java Server Pages)技术开发的网上购物系统。他分前台部分和后台部分,前台部分由用户使用,主要包括用户注册,购物车管理,订单管理,个人资料管理,留言板管理等功能;后台部分由管理员使用,主要包括商品管理,处理订单,用户信息管理,链接信息管理等功能。建立后的网站系统是一个动态、交互式、具有商品提供、系统管理、用户留言等功能的电子商务网站。 关键词: JSP;SQL Server 2000;Tomcat;网上购物系统 ABSTRACT Along with the vigorous development of the Internet, e-commerce networks as a shopping center is a form of its highly efficient, low-cost advantages, gradually emerging as a business model and philosophy, there is no longer meet use and dissemination of information browsing, but a desire to bring the full enjoyment network more convenient. Internet shopping is being adapted to the fast pace of today's society to live, so that customers can enjoy the convenience of fast and easy way to purchase their own like commodities. The system is trying to use JSP in a dynamic network of e-commerce websites structure, which is in Windows XP, SQL Server 2000 for database development in platform, Tomcat application server as a network information services, use JSP (Java Server Pages) technology development online shopping system. Prospects and the background of some of his hours, the prospects of users, including users registered, a shopping cart management, order management, personal information management, message board management functions; Background in part by managers, including commodity management, processing orders, customer information management, information management, and other functions links. After the establishment of the website is a dynamic, interactive, with commodities, systems management, voice mail, and other functions of the e-commerce website users. Keywords: JSP; SQL Server 2000;Tomcat;Online shopping system 摘要I ABSTRACTII 第1章 引言1 1.1系统开发背景1 1.2 研究内容2 2.1开发技术的选择3 2.1.1 JSP语言及其特点3 2.1.2 JavaBean简介5 2.2 网站开发模式5 2.3系统运行环境的搭建6 2.3.1 JAVA虚拟机的安装6 2.3.2 Tomcat安装及配置6 2.3.3 SQL Server 2000安装及配置7 2.3.4 网页编辑工具的安装7 第3章 系统设计8 3.1系统的可行性分析8 3.2需求分析8 3.2.1 前台用户购物需求分析8 3.2.2 后台管理需求分析9 3.3系统功能模块设计9 3.4系统流程及总体功能设计10 3.4.1 客户购物流程设计10 3.4.2 管理员管理流程设计10 3.4.3 系统总体功能结构图11 3.5 数据库设计12 3.5.1数据库需求分析12 3.5.2 数据表结构13 第4章 网站整体架构及功能实现16 4.1 CSS外部样式表文件设计16 4.2 网站的结构设计17 4.2.1目录结构说明17 4.2.2前台文件构架18 4.2.3后台文件结构19 4.2.4主要功能流程20 4.3 前台功能的实现20 4.3.1 数据库的连接20 4.3.2 用户管理模块的实现22 4.3.3用户资料修改25 4.3.4购物车模块26 4.3.5 订单查询模块29 4.3.6留言板模块30 4.4后台功能的实现31 4.4.1功能模块介绍31 4.4.2后台首页运行结果31 4.4.3管理员登录32 4.4.4添加商品32 4.4.5 订单信息管理33 4.4.6 查询用户信息34 4.4.7 添加链接34 第5章 系统测试及难点分析36 5.1系统程序的加载36 5.2系统测试36 5.3系统测试总结37 5.4系统中存在的问题及拟定的解决方法37 第6章 总 结39 致 谢40 参考文献41

  • 节水管理系统设计_计算机专业论文范文

    计算机专业论文范文 摘 要 现在缺水问题成为大家越来越关心的问题,国家及各级政府出台相关的政策措施解决了一定的缺水问题。随着现代科学技术的进步,在世界范围内,计算机已经进入工业生产的各个环节,并取得了飞速的发展。在我国经济建设飞速发展的今天,以电子信息技术改造传统产业和大力倡导工业自动化,已成为不可逆转的趋势。人们已经深刻地认识到,加强城市自来水系统综合自动化建设,是达到这一目标的重要措施。 本次毕业设计目的在于开发出一个能够帮助管理节水信息的完整系统。采用目前应用最为广泛的SQL Server作为数据库,编程语言使用C++。 本论文通过对用户的需求进行调研,确定了该系统的主要功能模块,并描述了国内外相关软件的使用情况。然后,根据模块化的设计思想,详细阐述了整个系统的具体实现和开发过程。最后,对系统进行了测试,并对整个系统的开发作了总结。 关键词:节水;管理信息系统;模块化;C++ Abstract Now water-shortage becomes a terrible which people gradually concern, and governments and departments of all grades introduce related policies to resolve this problem. All over the world, with the progress of modern science and technology, computer has accessed to all aspects of industrial production and has achieved rapidly development. With the rapid development of China's economic today, using electronic information technology to reconstruct traditional industries and vigorously advocating industrial automation, has become an irreversible trend. It has been profoundly known that using the city water system to strengthen the building of integrated automation, is an important measure to achieve this goal. The purpose of this graduation project is to build a water-saving information system to help management. This paper uses SQL Server which is one of the most widely used as a database and uses C + + as programming language. Based on the research of the user's demand, this paper determines the system's main function modules, and describes the use of the domestic and foreign software. Then, according to the modular design concept, it elaborated on the concrete realization of the entire system and the development process. Finally, the system is tested, and the development of the whole system is summarized. Key Words:water-saving;Management Information System;modular ;C++ 目 录 摘 要III AbstractIV 1绪论1 1.1 课题背景1 1.2 课题研究的目的及意义1 1.3 国内外研究现状分析1 1.4 主要完成任务2 2开发平台及技术分析4 2.1 系统的软硬件平台4 2.2 系统开发工具及软件介绍4 3系统总体分析与设计8 3.1 系统设计原则8 3.2 需求分析8 3.3系统功能结构设计11 4数据库设计15 4.1 数据库表说明15 4.2 数据库表的设计16 5系统实现19 5.1 数据库连接19 5.2 登录对话框的实现20 5.3 主界面设计21 5.4详细功能设计22 5.4.1 系统设置22 5.4.2 节水综合统计30 6系统测试32 6.1 登录系统测试32 6.2 系统设置测试32 6.2.1 操作员管理测试32 6.2.2 密码修改测试33 6.2.3 地区编码测试34 6.2.4 用水类别编码测试35 6.3 节水综合统计测试37 7总结40 参考文献41 致 谢42

  • 纹理是机器视觉_计算机专业论文范文

    计算机专业论文范文 摘要 纹理是机器视觉一个很重要的研究领域。从应用角度来讲,纹理广泛应用于自动检测、医学影像处理、文档处理和遥感领域。可见纹理识别已得到了广泛的应用,所以对纹理识别进行研究具有重大的意义。根据技术的发展情况以及实现方法的可行性方面来考虑,本课题采用了统计法中的灰度共生矩阵方法来实现。灰度共生矩阵方法,是建立在估计图像的二阶组合条件概率密度函数基础上的,首先通过灰度图计算出4个角度的灰度共生矩阵,然后计算出每个像元对在灰度共生矩阵中的概率,最后根据能量,熵,惯性矩,相关,局部平稳的计算公式计算出这5个特征值。如此做出来的识别系统,能够比较准确地计算出纹理图像的特征值,对纹理进行识别非常得有效,这也证明了灰度共生矩阵方法是一种很有效的识别纹理的方法。 关键字: 纹理, 纹理识别, 灰度共生矩阵, VC++ Abstract Texture is a very important research field of machine vision. From application perspective, texture is widely used in the field of automatic detection, medical image processing, and document processing and remote sensing. Texture recognition has been widely used, and the research of texture recognition is of great significance. According to the condition of the Technical development and the feasibility of the arithmetic, the subject used Gray co-occurrence matrix method which belongs to the statistical method to achieve. Gray co-occurrence matrix method is based on the second-order conditional probability density function of the estimated image. First, compute the gray co-occurrence matrix of 4 angles from the gray image. Then, compute the probability of every pair pixel in the gray co-occurrence matrix. Finally, compute the 5 Characteristic values according to the formula of energy, entropy, inertia matrix, correlation, and local balance. The recognition system done by this way can calculate the Characteristic value of texture image accurately, and is very effective to recognize texture. This also proves that the co-occurrence matrix method is a very effective method to recognize texture. Keywords: texture, texture recognition, gray co-occurrence matrix, VC++ 目录 摘要I AbstractII 第1章 绪论1 1.1 数字图像处理概念以及发展历史1 1.2 研究的目的、背景和意义2 1.3 国内外文献综述3 1.4 关于纹理的一些其他方面的认识4 1.4.1 纹理模型分类5 1.4.2 纹理分析的应用领域6 1.5 文本组织6 第2章 关于Microsoft Visual C++ 6.0介绍7 2.1 Visual C++ 6.0简介7 2.2 Visual C++ 6.0的特点7 2.3 Visual C++ 6.0常用向导简介8 2.4 MFC类库9 第3章 纹理分析的概念以及算法11 3.1 纹理的概念11 3.2 纹理分析的几种方法11 3.3 灰度共生矩阵具体算法分析12 3.4 程序实现15 3.5 结果分析16 第4章 总结和展望20 致谢21 参考文献22

  • 客户关系管理系统_计算机专业论文范文

    计算机专业论文范文 摘要 客户关系管理系统属于一个典型的数据库开发应用程序,由管理员管理、后台资源管理、销售员管理三个方面组成。本系统是电子商务的客户关系管理,通过企业管理技术、电子商务和信息技术的高度集成,帮助企业在全球经济一体化的激烈市场竞争环境中,建立以市场、客户为中心的管理体系,有效管理企业与客户之间的关系,提高客户忠诚度,实现客户价值的最大化。从而提高企业的核心竞争力。企业要想生存发展,就必须与与之息息相关的客户建立起良好的关系,不断发展新客户,以企业高质量的产品、优质的服务、良好的资信吸引新客户;经常维系与老客户的关系,以规范的客户管理方式、温馨的客户关怀、高效的客户服务来提升老客户的忠诚度。由此,客户关系管理系统应运而生。 本文主要叙述了客户关系管理系统开发的整个过程,包括系统需求的分析、软件模块的设计、代码的书写、系统的调试等。系统开发完成后能基本实现客户信息管理功能。系统通过模块之间的参数传递以及录入、删除和审批功能,可以对数据库相应的表进行修改,以便达到数据存储和修改的目的。 关键词: 客户关系,管理系统,数据存储和修改 Abstract Customer Relationship Management System is a typical database program of development and applying for, composed by management of manager, backstage source, and sales. And Customer Relationship Management System is a system of the customer relationship management of electronic commerce through the highly integrated of technology of enterprises management, electronic commerce, and information technology, help the enterprises found the management system taking market and customers as the central in the keen competition of economic globalization, and manage the relationship between customers and companies, improve the devotion of the customers, and realize the most value of customers. Therefore, the capability of competition can be improved. If the enterprises wanted to exist and develop, they must found the good relation with regular clients, develop the new customers all the time, attract them by the high quality of products, good service and good consult information; and keep the good connection with the regular clients, improve the devotion to them by the standard management, show concern for them, improve the service with a high efficiency. At last, the Customer Relationship Management System come out. This paper mainly talked about the whole process of development Customer Relationship Management System, including the analysis of need of system, design of module of software, the way of writing codes, and the debugging of system and so on. After finishing the system, the function of customer relationship management can be got. By the conveying the parameters between the modules and the functions of record, delete, and examination, the system can amend the database in order to get the purpose of storing and revise of the data. Keywords: Customer relationship,Management system,Storing and revise of the data 目录 摘要I AbstractII 第1章 引言1 1.1 背景1 1.2 研究内容2 第2章 客户关系管理系统3 2.1 客户关系管理系统概述3 2.1.1 客户关系管理系统的定义3 2.1.2 客户关系管理系统的目标及内容4 2.1.3 客户关系管理系统的基本功能与特点4 2.2 客户关系管理系统的发展5 第3章 客户关系管理系统设计7 3.1 开发工具选择7 3.2 系统运行环境7 3.3 系统主要功能要求8 3.4 系统模块化分析8 3.4.1 系统功能结构图8 3.4.2 客户关系管理系统各模块介绍8 3.4.3 客户关系管理系统数据流图10 3.5 数据库建立10 3.5.1 数据库的运行10 3.5.2 数据库的创建10 3.5.3 数据表的设计11 3.5.4 数据库连接12 第4章 客户关系管理系统设计的实现14 4.1 用户登陆界面的实现14 4.2 主界面的实现15 4.3 客户信息导入界面的实现16 4.4 客户信息的审批和分发界面的实现16 4.5 销售仓库管理界面的实现16 4.6 销售底单录入界面的实现18 4.7 渠道商信息录入界面的实现18 4.8 信息查询界面的实现18 4.9 帐号开通界面的实现21 4.10 关于界面的实现21 4.11 退出系统界面的实现22 第5章 客户关系管理系统的调试与维护23 5.1 系统调试23 5.1.1 调试目的23 5.1.2 调试内容23 5.1.3 调试结果23 5.2 系统维护24 第6章 结束语25 致 谢26 参考文献27

  • 基于PHP的网络硬盘设计_计算机专业论文范文

    计算机专业论文范文 摘要 随着网络技术的日益普及和信息化建设的重视,网络硬盘作为一种新型安全的网络存储系统,已越来越受到人们的重视和喜欢。 所谓网络硬盘就是将服务器的磁盘空间提供给用户使用,用户可以通过它在互联网上实现文件的上传,下载和删除以及文件夹的创建与删除。并可以通过共享文件实现文件的网络共享。实际要求是在客户端完成对服务器系统文件或文件夹的访问,创建和删除等功能。 本网络硬盘用PHP编程实现以上功能。以Web网页的形式呈现,通过HTTP协议,URL访问,即上网登录的方式实现网络硬盘的功能。 关键词:网络硬盘,存储空间,HTTP,上传,下载, PHP Abstract With the growing popularity of Internet technology and the building of the importance of information and network drives as a new security network storage systems, has been more and more people's attention and love. The so-called network drive is the server disk space available to users, users can achieve it on the Internet, the document upload, download and delete the folder and create and delete. Can share files and documents to achieve the shared network. The practical requirements of the client server system to complete the file or folder access, create and delete functions. The network drives with PHP programming over function. Through the IIS (Internet Information Services) to establish virtual directory, and the establishment of the server. In the form of Web pages to show, through the HTTP protocol, URL visit, the landing approach to the Internet network hard drive functions. Key words: network hard drive, storage space, HTTP, upload, download, PHP 目录 摘要I AbstractII 第一章绪论1 1.1网络硬盘的产生1 1.2常见的文件传输方式1 1.3网络硬盘的基本模式2 1.4网络硬盘的作用3 第二章 开发环境介绍4 2.1 PHP的介绍4 2.2 MYSQL的介绍4 2.2.1数据库管理系统5 2.2.2关系数据库管理系统5 2.2.3开源的数据库5 2.2.4数据库服务器的优点5 2.2.5 MySQL服务器的工作环境6 2.3 MVC思想6 2.3.1简介6 2.3.2 MVC设计思路6 第三章 系统分析和设计9 3.1 需求分析9 3.2模块设计9 3.2.1 总体设计9 3.2.2首页的设计10 3.2.3注册界面的设计11 3.2.4上传页面的设计12 3.2.5下载页面的设计13 3.2.6协议页面15 3.3本章小结15 第四章 数据库的实现16 4.1数据库需求分析16 4.2数据库设计16 4.2.1用户表的设计16 4.2.2文件表的设计17 4.3本章小结18 第五章 系统功能的实现19 5.1用户注册功能的实现19 5.2文件上传功能的实现20 5.3文件下载功能的实现23 5.3.1普通的文件下载功能的实现23 5.3.2提取码技术的文件下载功能的实现23 5.4文件删除功能的实现25 5.5用户登录验证功能的实现26 第六章 结束语28 致谢29 参考文献30

  • 新媒体传播模式研究_计算机专业论文范文

    计算机专业论文范文 摘要 新媒体是指形成于二战以后,依托于数字化、网络化、平民化信息处理技术和通信网络,由专业信息网络机构主导,以各种数字化信息处理终端为输出装置,通过向大量用户大规模提供交互式信息和娱乐服务以获取经济利益的各种新型传媒形态的总称。随着网络技术的发展,新媒体传播作为一种新的传播模式,得到了迅速发展,本文概括了新媒体的含义,针对新媒体传播模式的内容,和传统模式相比较,分析了其在传播方式,信息处理模式等方面的特点,本论文最后对新媒体传播模式做了展望。 关键词:新媒体,传播,传播模式 ABSTRACT The narrow sense, the new media is formed in after World War II, relying on the digital, networked, civilians and information processing technologies and communication networks, information networks from professional bodies led to all kinds of digital information processing terminal for the output device, to a large number of users through Provide large-scale interactive information and entertainment services to get the economic interests of the various forms of new media collectively. With the development of network technology, new media communication as a new mode, for fast development, the paper summed up the meaning of new media. New media communication mode for the content, and compared to the traditional model, the analysis of its mode of transmission, information processing mode, the characteristics of this paper, the final model of the new mass media to do the future. Key words: new media, promulgate, propagation mode 目录 摘要I ABSTRACTII 第1章 绪论1 1.1 背景1 1.2 研究内容1 第2章 新媒体概述2 2.1新媒体定义2 2.2 新媒体的内容概念2 2.3 新媒体特点4 第3章 新媒体传播模式研究6 3.1 新媒体传播内容分类6 3.2 新媒体传播方式6 3.3 新媒体信息处理模式8 3.4 信息业务多样性8 3.5 新媒体与传统媒体的价值链8 3.6 新媒体传播模式化9 3.7新媒体业务流程重组15 3.8 运营与赢利模式18 3.8.1 ICP+SP模式19 3.8.2 CP模式19 3.8.3 赢利模式19 第4章 新媒体传播模式发展趋势21 4.1 传统媒体传播模式的冲击21 4.2 新媒体传播中存在的问题221 4.4 新媒体发展国家的战略政策22 4.5新媒体传播的发展22 第5章 结束语24 致谢25 参考文献26

  • 婚介交友系统的设计与开发_计算机专业论文范文

    计算机专业论文范文 摘要 当前交友系统多数为大型门户网站的一部分,其优点在于流量巨大,缺点在于人员繁杂,管理混乱。单一类型的交友系统市场相对较小,优点在于易于管理和宣传,投资少。 本文介绍了婚介交友系统的设计与开发,该系统采用B/S结构的开发模式,以MYSQL数据库为基础,使用PHP语言对婚介交友系统进行设计与开发。通过对数据库进行数据的查询、增、删、改等操作,实现了管理员定制积分规则,会员通过消费积分浏览会员联系方式,主页查看最新会员、最活跃会员、最近更新会员等功能。 关键词: 门户网站,婚介交友系统,管理系统,PHP Abstract Most current system of friends for the big portals part of its flow is treme-ndous advantages and disadvantages to staff complicated, chaotic management. Seeking a single type of system market is relatively small, is easy to administer-advantages and publicity, small investment. This paper introduces a system dating friends of the design and development of the system using B / S structure pattern of development, a MYSQL database, based on the use of PHP language dating friends system design and development. Through the database query of data, increase, delete, etc. operation. Administrators achieve a customized integration rules, Member browse through consumption integral member Contact Us, Home Show newest member, The most active members, recently updated members, and other functions. Keywords: Portal, Wedding Introduce System, Management System, PHP 目录 摘要I AbstractII 第1章 绪论1 1.1 背景1 1.1.1 婚介交友系统介绍1 1.1.2 发展趋势2 1.2 研究内容2 第2章 工具介绍3 2.1 PHP介绍3 2.2 MYSQL数据库介绍3 第3章 系统分析和设计5 3.1 需求分析5 3.1.1 问题的提出5 3.1.2 系统可行性分析5 3.1.3 项目开发技术6 3.1.4 功能介绍6 3.2 系统设计6 3.2.1 数据流图6 3.2.2 E-R图7 3.2.3系统模块描述9 3.2.4 数据库的设计10 3.3 本章小结14 第4章 系统的实现15 4.1 系统界面15 4.2 用户注册登录16 4.2.1 注册系统16 4.2.2 用户登录17 4.3 用户操作20 4.3.1 用户资料查询20 4.3.2 用户站内消息21 4.3.3 用户自身资料修改22 4.4 管理员管理操作24 4.4.1 积分管理25 4.4.2 用户和相册管理26 4.4.3 网站公告管理27 4.5 本章小结32 第5章 结论33 致谢34 参考文献35

  • 基于JSP的电子商务网上手机商店系统设计与实现_计算机专业论文

    计算机专业论文范文 摘要 随着计算机技术的飞速发展和人们生活水平的不断提高,越来越多的网上商店走入了人们的生活中,对电子商务网站的设计与实现技术要求也越来越高。人们也越来越想在最短的时间内购买到自己所需要的物品。 在电子商务网站中,网上商店是目前应用最广、最成功的典范之一,通过网上商店用户可以在网络上浏览商品,实现网上购物,从而大大减少了很多人力物力。 本文主要研究电子商务网上手机商店的开发与设计,并采用JSP动态网页技术实现了一个小型的电子商务网络商店。论文先介绍了电子商务及它的实现技术,网站的构成与主要流程;然后详细介绍了网站的需求分析和系统设计,并给出了网站的JSP实现方案与技术细节,包括运行环境的配置、数据库的建立以及各个功能模块的JSP实现细节等等。本网站实现了基本的前台功能和后台管理功能。 JSP在动态网页实现方面具有很多优势,值的进一步的学习以及研究。 关键词:电子商务,手机网,JSP,动态网页 ABSTRACT With the rapid development of computer technology and continuous improvement of living standards, more and more e-store into people’s lives. So people on the e-commerce web site design and implementation of technical requirements are higher. People want to buy their goods in the shortest possible time. In e-commerce site, e-store is currently the most widely used and the most successful of example. Through the e-store ,people can browse the goods on the internet, for implementation of e-shopping. Then significantly reduced the number of human and material resources. This dissertation focuses on the development and design. And a small mobile telephone website is built using JSP. First, E-Business and its implementation technology, the structure and the transaction flows of mobile telephone website are briefly introduced. Then the requirements analysis and systematic design of mobile telephone website is discussed in detail. And the implementation with JSP, including the configuration of the running environment, the creation of databases, and the implementation details of each function module, is given. The mobile telephone website has fundamental functions for both foreground and background. Keywords: Electronic commerce, Mobile telephone website, Dynamic web page, JSP. 目 录 摘要I ABSTRACTII 第1章 引言1 1.1 背景1 1.2 研究内容2 第2章 系统设计思想3 2.1 系统结构设计3 2.1.1 逻辑体系结构3 2.1.2 结构设计4 2.2 系统运行环境4 2.2.1 系统配置概述4 2.2.2 Java SDK的安装以及环境变量的配置5 2.2.3 安装和配置web服务器6 2.2.4 数据库连接6 2.3 安全管理7 第3章 手机网的概要设计8 3.1 需求分析8 3.2 系统设计8 3.2.1 系统设计思想8 3.2.2系统功能模块划分9 3.3流程设计11 3.3.1系统流程图11 3.3.2业务流程11 3.4数据库设计12 第4章 手机网的详细设计与实现16 4.1前台系统16 4.2后台管理系统19 4.3手机网流程19 第5章 结束语23 5.1课题研究内容总结23 5.2后续研究工作展望23 致谢25 参考文献26

AB
CD
ABCDEFGHIJKLMNOPQISTUVWXYZ