代码搜索:Model-View-Controller
找到约 24 项符合「Model-View-Controller」的源代码
代码结果 24
www.eeworm.com/read/453443/7420614
cpp controller.cpp
/**
@file
The code for the Controller object from the Model-View-Controller pattern,
this is where all user input is accepted and interpreted.
*/
#include "Controller.h"
#include "resourc
www.eeworm.com/read/453443/7420612
cpp views.cpp
/**
@file
Implements the View part of the Model-View-Controller pattern.
*/
#include
#include "Views.h"
#include "lib/File.h"
#include "model/MoveListGenerator.h"
#include "model
www.eeworm.com/read/453443/7420582
h model.h
/**
@file
Definition of the Othello::Thinker that plays the Model's role from the Model-View-Controller pattern.
*/
#if !defined _MODEL_H_
#define _MODEL_H_
#include "../lib/Active.h"
#inclu
www.eeworm.com/read/187503/5220687
java account.java
package com.jsystemtrader.platform;
import java.io.*;
import java.text.*;
import java.util.*;
/**
* Acts as the model in the Model-View-Controller pattern. The interested views
* may regis