MVC:模型视图控件

“Model View Control”通常缩写为MVC,以便于书写和使用。这一术语广泛应用于软件工程等多个综合领域,用于描述一种常见的设计模式。其中文含义为“模型视图控件”,主要将应用程序划分为三个核心组件,以实现代码的解耦和模块化管理。

Model View Control具体释义

  • 英文缩写:MVC
  • 英语全称:Model View Control
  • 中文意思:模型视图控件
  • 中文拼音:mó xíng shì tú kòng jiàn
  • 相关领域mvc 未分类的

Model View Control的英文发音

例句

  1. Particularly, a function block based model view control design pattern is constructed, and with the proposed design pattern, a prototype of drilling measurement and control system is designed.
  2. 利用IEC61499的功能块和MVC设计模式实现了IPMCS的开放式、模块化设计,并设计出钻孔机监控系统的原型系统。
  3. To increase code reusability, portability and maintainability of schedule management components and reduce coupling between the view and logic of the components, the MVC design pattern is used to divide the components into three parts : model, view and control.
  4. 为提高进度管理组件代码的重用性、可移植性和可维护性,降低组件在视图和逻辑上的耦合性,采用了MVC设计模式将组件划分为模型、视图、控制三个部分。
  5. The system used J2EE software framework, MVC ( Model, View, Control ) design module and O-O technology, thus it had such advantages as enabling span-platform system, easy maintaining and expanding.
  6. 系统实现采用J2EE软件架构、MVC(Model,View,Control)设计模式和面向对象的编程技术,从而使系统具有跨平台、易维护和易扩展等优点。
  7. Struts is an open source framework based on modular application architecture Model, View and Control ( MVC ). It is an effective technique with which we constitute a WEB application including Java Servlet and JSP.
  8. Struts是一个基于模型、视图和控制器模式应用架构的一种开源框架,是利用Javaservlet和JSP构建Web应用的一种有效技术。
  9. Both have a container in which the application code will execute; an MVC framework that helps to separate the application's model, view, and control; and a mechanism to persist data.
  10. 两者都有用来执行应用程序代码的容器;都有帮助分离应用程序的模型、视图和控件的MVC框架;以及持久存储数据的机制。