一個用MVC模式寫出來的貪食蛇小游戲,將Model.View.Control分開,可作為學習MVC的入門。
上傳時間: 2013-11-30
上傳用戶:leixinzhuo
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鼓勵MVC(Model-View-Controller)的web應用。JSP的classes 或 beans 是模型, JSP 是這個視圖, 而Servlet是控制器。這個例子是一個簡單的留言板
上傳時間: 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技術的留言本,采用MVC(Module-View-Control)架構
上傳時間: 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
很難下載到的預測控制書籍資源,5分拿去把。Rawlings是預測控制界的大牛,懂的人自然都懂。
標簽: 模型預測控制
上傳時間: 2022-07-05
上傳用戶:
MVC設計模式早在面向對象語言Smalltalk-80中就被提出并在此后得到業界的廣泛接受。它包括三類對象:(1)模型(Model)對象:是應用程序的主體部分。(2)視圖(View)對象:是應用程序中負責生成用戶界面的部分。(3)控制器(Control)對象:是根據用戶的輸入,控制用戶界面數據顯示及更新Model對象狀態的部分。本程序嘗試用MVC模式制作了一個簡單的貪吃蛇游戲。
上傳時間: 2015-05-02
上傳用戶:evil