虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

MODEL-View-Control

  • 一个用MVC模式写出来的贪食蛇小游戏

    一个用MVC模式写出来的贪食蛇小游戏,将Model.View.Control分开,可作为学习MVC的入门。

    标签: MVC 模式 小游戏

    上传时间: 2013-11-30

    上传用户:leixinzhuo

  • Demostration of example 6.2: Constrained Receding Horizon Control Example retired from the book: Re

    Demostration of example 6.2: Constrained Receding Horizon Control Example retired from the book: Receding Horizon Control - Model Predictive Control for State Models published on 2007-03-28

    标签: Demostration Constrained Receding Control

    上传时间: 2014-01-27

    上传用户:330402686

  • 多路温度采集及监控系统的设计

    介绍一种基于单片机的多路温度采集及监控系统,能够测量6路温度信号,具有计算机联网功能,各测量点可以单独监控和设置,可根据用户的需求自动控制。测量温度范围为-10 ℃~200 ℃,控制方式采用模拟量调压模式。该系统具有控制精度高、冲击小等特点。 Abstract:  A temperature collecting and surveillance-controlling system based on sing-chip microcomputer is introduced. It can measure 6 channel signal of the temperature,and it has a function of network connection.The temperature measure points can be monitored and located, it can be controlled automatic according to user’s demand.The temperature range is -10℃ to 200℃.The model of control is adjustable voltage with simulation. It features high precision and little impact.

    标签: 多路 温度采集 监控系统

    上传时间: 2013-10-23

    上传用户:bjgaofei

  • JSP的强大优势在于把一种应用的商务逻辑和它的介绍分离开来。用 Smalltalk的面向对象的术语来说

    JSP的强大优势在于把一种应用的商务逻辑和它的介绍分离开来。用 Smalltalk的面向对象的术语来说, JSP鼓励MVC(MODEL-View-Controller)的web应用。JSP的classes 或 beans 是模型, JSP 是这个视图, 而Servlet是控制器。这个例子是一个简单的留言板

    标签: Smalltalk JSP 分离

    上传时间: 2013-12-20

    上传用户:003030

  • 随着计算机技术和网络技术的发展

    随着计算机技术和网络技术的发展,在线教育平台为校园网的数字化提供了技术支持。它能够有效地将信息技术融入教学的环境当中,从而推动的传统教育的改革。 Struts是Apache软件组织提供的一项开放源代码项目,它为Java Web的开发提供了模型-视图-控制器(MODEL-View-Controller, MVC)框架,尤其适用于开发大型可扩展的Web应用,并且为其提供了一个通用的框架,使得开发人员可以把精力集中在如何解决实际业务问题上,比较适合大型团队开发。 UML(Unified Modeling Language)是一种可视化的建模语言,功能强大,易于使用,便于开发人员之间的沟通。它已经广泛用于面向对象系统的分析、设计和实现。RUP(Rational Unified Process)是一种软件工程方法,描述了软件迭代的开发过程。 本文描述了在线教育平台的开发过程,遵循RUP的思想,利用UML对系统进行需求、分析和设计,并通过使用Struts框架对系统进行实现。

    标签: 计算机技术 网络技术 发展

    上传时间: 2013-12-12

    上传用户:dianxin61

  • 本文是一篇由两部分组成的系列文章的第二部分

    本文是一篇由两部分组成的系列文章的第二部分,着重描述如何使用任何模型-视图-控制器(MODEL-View-Controller,MVC)模式来实现 Web 服务体系结构。本文将着重描述如何使用 SOAP 和 UDDI API 来访问静态和动态 Web 服务,以及组成 Web 服务体系结构的组件的设计实现。

    标签: 分组

    上传时间: 2013-12-24

    上传用户:h886166

  • 基于java技术的留言本

    基于java技术的留言本,采用MVC(Module-View-Control)架构

    标签: java 留言本

    上传时间: 2016-04-08

    上传用户:shinesyh

  • 模型预测控制外文教程

    这是一本英文版的MPC的MATLAB教程,讲这一块的资料太少了,故上传一本。MPC is one of the few areas that has received on-going interest from researchers in both the industrial and cademic communities.Four major aspects of model predictive control make the design methodology attractive to both practitioners and academics.This is particularly attractive to industry where tight profit margins and limits on the process operation are inevitably present. The third aspect is the ability to perform on-line process optimization. The fourth aspect  is the simplicity of the design framework in handling all these complex issues.

    标签: 模型预测控制

    上传时间: 2022-05-05

    上传用户:zhanglei193

  • Model Predictive Control(Theory and Design)

    很难下载到的预测控制书籍资源,5分拿去把。Rawlings是预测控制界的大牛,懂的人自然都懂。

    标签: 模型预测控制

    上传时间: 2022-07-05

    上传用户:

  • MVC设计模式早在面向对象语言Smalltalk-80中就被提出并在此后得到业界的广泛接受。它包括三类对象:(1)模型(Model)对象:是应用程序的主体部分。(2)视图(View)对象:是应用程序中

    MVC设计模式早在面向对象语言Smalltalk-80中就被提出并在此后得到业界的广泛接受。它包括三类对象:(1)模型(Model)对象:是应用程序的主体部分。(2)视图(View)对象:是应用程序中负责生成用户界面的部分。(3)控制器(Control)对象:是根据用户的输入,控制用户界面数据显示及更新Model对象状态的部分。本程序尝试用MVC模式制作了一个简单的贪吃蛇游戏。

    标签: Smalltalk Model 对象 View

    上传时间: 2015-05-02

    上传用户:evil