意味 | 例文 (15件) |
model-view-controllerとは 意味・読み方・使い方
追加できません
(登録数上限)

Wiktionary英語版での「model-view-controller」の意味 |
model-view-controller
名詞
model–view–controller (複数形 model-view-controllers)
- (software architecture) A type of computer user interface that separates the representation of information from the user's interaction.
- Synonym: MVC
「model-view-controller」の部分一致の例文検索結果
該当件数 : 15件
Struts is an open source framework that extends the JavaServlet API and employs a Model,View, Controller (MVC) architecture.発音を聞く 例文帳に追加
Struts は、Java Servlet API を拡張して MVC (Model、View、Controller) アーキテクチャーを採用した、オープンソースのフレームワークです。 - NetBeans
Flexy template is normally called from within a Controller Class (in the Model,View,Controller paragam).発音を聞く 例文帳に追加
Flexy のテンプレートは、通常、(MVC モデルでいう)コントローラクラスからコールされます。 - PEAR
Rails is a framework that enables you to quicklycreate database-backed web applications that are based on themodel-view-controller (MVC) architecture.発音を聞く 例文帳に追加
Rails は、MVC (model-view-controller) アーキテクチャーに基づいた、データベースに支援される Web アプリケーションを素早く作成することを可能にするフレームワークです。 - NetBeans
Rails is a framework that enables you to quickly create database-backed web applications that are based on themodel-view-controller (MVC) architecture.例文帳に追加
Rails は、MVC (model-view-controller) アーキテクチャーに基づいた、データベースに支援される Web アプリケーションをすばやく作成することを可能にするフレームワークです。 - NetBeans
The screen subsystem 40 is provided with a model component, view components and controller components independently, and configured to realize a desirable function by the model component, a view component and a controller component cooperating with one another, according to the combination of the view component and the controller component.例文帳に追加
また、画面サブシステム40には、モデル部品、ビュー部品、コントローラ部品を独立に設け、前記ビュー部品と前記コントローラ部品との組み合わせに応じ、前記モデル部品、前記ビュー部品、及び前記コントローラ部品が互いに協調して所望の機能を実現するように構成する。 - 特許庁
In this tutorial,you follow the basic workflow of creating the model, adding a controller,and creating a view.発音を聞く 例文帳に追加
このチュートリアルでは、モデルの作成、コントローラの追加、ビューの作成という基本的なワークフローをたどっていきます。 - NetBeans
The controller uses the computerization model of mathematical expression of a network restricted view of an unwrapped glass product formation process and analyzes the model as a restricted optimization problem.例文帳に追加
アンラップガラス製品形成プロセスのネットワーク拘束図の数学的表現であるコンピュータ化モデルが用いられ、該モデルを拘束最適化問題として解析する。 - 特許庁
-
履歴機能過去に調べた
単語を確認! -
語彙力診断診断回数が
増える! -
マイ単語帳便利な
学習機能付き! -
マイ例文帳文章で
単語を理解! -
Weblio例文辞書での「model-view-controller」に類似した例文 |
|
model view controller
「model-view-controller」の部分一致の例文検索結果
該当件数 : 15件
A client machine keeps a part of a model in accordance with the titled digital MVC(model/view/controller) system so that times of reciprocation with the server are eliminated.例文帳に追加
本発明のデジタルMVC(モデル/ビュー/コントローラ)方式に従って、クライアント・マシンがモデルの一部を維持することにより、サーバとの何回もの往復がなくなる。 - 特許庁
The controller uses the computerization model of mathematical expression of a network restricted view of an unwrapped glass product formation process and analyzes the model as a restricted optimization problem.例文帳に追加
アンラップ・ガラス製品形成プロセスのネットワーク拘束図の数学的表現であるコンピュータ化モデルが用いられ、該モデルを拘束最適化問題として解析する。 - 特許庁
The Observer Pattern is widely used in GUI applications (Model-View-Controller model) and other systems where specific objects (Observers) need to be informed when the Subject changes its state.発音を聞く 例文帳に追加
このオブザーバ・パターンはGUIアプリケーション(MVCモデル)や、特定のオブジェクト(オブザーバ)がサブジェクトがその状態を変えたとき通知を受ける必要のある他のシステムで広く用いられている。 - コンピューター用語辞典
Ruby is a dynamic open-source programming language, with an easily readable syntax, that focuses on simplicity and productivity.Rails is a framework that enables you to quickly create database-backed web applications that are based on themodel-view-controller pattern of separation.発音を聞く 例文帳に追加
Ruby は、容易に読解可能な構文を使用し、簡単さと生産性に焦点を合わせた、動的なオープンソースプログラミング言語です。 Rails は、Model View Controller (MVC) パターンの分割に基づいた、データベース支援の Web アプリケーションをすばやく作成できるフレームワークです。 - NetBeans
To provide model/view/controller architecture which does not require continuous network communication between a client and a server concerning an Internet/intranet application.例文帳に追加
インターネット/イントラネット・アプリケーションに関して、クライアントとサーバ間の連続的ネットワーク通信を必要としないモデル/ビュー/コントローラ・アーキテクチャを提供すること。 - 特許庁
The controller part 30 manages the data of the model part 10, and relates the model part 10 with the view part 20, and offers various services to the outside equipment based on the data applied from the user or the outside equipment.例文帳に追加
コントローラ部30は、モデル部10のデータを管理するとともに、モデル部10とビュー部20とを結び付け、ユーザまたは外部機器から与えられるデータに基づいて外部機器に対して各種のサービスを提供する。 - 特許庁
The example shows how to use the Rails 1.2 framework to create a Ruby web log.You follow the basic workflow of creating the model, adding a controller,and creating a view.例文帳に追加
この例では、Rails 1.2 フレームワークを使用して Ruby のブログを作成する方法を示します。 モデルの作成、コントローラの追加、ビューの作成という基本的なワークフローをたどっていきます。 - NetBeans
The frame work 1 is provided with a model part 10 for holding data related with outside equipment to be monitored, a view part 20 interposed between users, a proxy part 40 for transferring data according to a prescribed communication protocol with the outside equipment, and a controller part 30.例文帳に追加
フレームワーク1は、監視対象となる外部機器に関連するデータを保持するモデル部10と、ユーザとの間に介在するビュー部20と、外部機器との間で所定の通信プロトコルに従ってデータをやりとりするプロキシー部40と、コントローラ部30とを含む。 - 特許庁
|
意味 | 例文 (15件) |
|
model-view-controllerのページの著作権
英和・和英辞典
情報提供元は
参加元一覧
にて確認できます。
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL). Weblio英和・和英辞典に掲載されている「Wiktionary英語版」の記事は、Wiktionaryのmodel-view-controller (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。 |
ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。 |
![]() ログイン |
Weblio会員(無料)になると
![]() |


![]() | 「model-view-controller」のお隣キーワード |
weblioのその他のサービス
![]() ログイン |
Weblio会員(無料)になると
![]() |