当前位置:
首页
资源下载

搜索资源 - model view controller
搜索资源列表
-
0下载:
采用MFC编制MVC模式之球体演示程序
在传统面向过程的程序设计中,往往采用 Input-Processing-Output 模式,这“归功”于 DOS 操作系统的单任务。当 Windows 图形界面 OS 出现后,MVC(Model-View-Controller)模型更适合 Windows 图形界面程序的设计,它将数据处理和数据显示分离开,使维护,扩展系统更加灵活。-compiled using MFC ball MVC model demonstration program in t
-
-
0下载:
使用MVC(Model-View-Controller)模型,将数据处理和数据显示分离开,使维护,扩展系统更加灵活。-use MVC (Model-View-Controller) model, data processing and data display, leaving the maintenance, expansion of the system more flexible.
-
-
0下载:
模型-视图-控制器(MVC)是Xerox PARC在八十年代为编程语言Smalltalk-80发明的一种软件设计模式,至今已被广泛使用。最近几年被推荐为Sun公司J2EE平台的设计模式,并且受到越来越多的使用 ColdFusion 和 PHP 的开发者的欢迎。模型-视图-控制器模式是一个有用的工具箱,它有很多好处,但也有一些缺点。
-Model-View-Controller (MVC) is Xerox PARC in the'80s when the S programming
-
-
0下载:
基于 Model-View-Controller 模式架构所发展出来的程式,具有很高的弹性与可用性,内部拥有一个超强的*程式架构,可以让你自行加入任何你想要的功能,内建的Smarty 模版引擎,提供完整的客制能力给模版设计师,支援 XMLRPC 的网页服务介面,支援多 Blog 与多使用者环境,支援多国语言.-based Model-View-Controller pattern framework developed by programs, high flexibility and ava
-
-
0下载:
模型-视图-控制器(Model-View-Controller,MVC)模式在面向对象应用程序的软件工程中相当有用。本文将讨论如何将其应用到静态或动态调用的 Web 服务中去。
-
-
0下载:
本文是一篇由两部分组成的系列文章的第二部分,着重描述如何使用任何模型-视图-控制器(Model-View-Controller,MVC)模式来实现 Web 服务体系结构。本文将着重描述如何使用 SOAP 和 UDDI API 来访问静态和动态 Web 服务,以及组成 Web 服务体系结构的组件的设计实现。
-
-
0下载:
此网上选课系统用Dreamweaver网页制作工具完成网上选课系统的界面设计,用HTML语言设计网页的外观构架,在网页编辑器中嵌入JSTL标签和jsp实现页面的动态显示,并用Javascr ipt语言对网页中提交的数据进行处理。在系统的后台,采用MySQL作为数据库支持,提供基本的表信息。 在JBuilder的集成开发环境里,通过使用Struts应用程序框架,不仅使项目更加条理清晰,开发变得简单便捷,而且使用了MVC(Model View Controller)的软件设计模式,从而增加了代码的重
-
-
0下载:
design pattern: model view controller in C#
-
-
0下载:
JSP的强大优势在于把一种应用的商务逻辑和它的介绍分离开来。用 Smalltalk的面向对象的术语来说, JSP鼓励MVC(model-view-controller)的web应用。JSP的classes 或 beans 是模型, JSP 是这个视图, 而Servlet是控制器。这个例子是一个简单的留言板-JSP powerful advantage lies in a business application logic and its presentation to the left. Sm
-
-
0下载:
Swing组件简介
模型-视图-控制器设计模式
Swing组件都有三个要素:
内容,例如,按钮的状态(是否按下)或者文本框中的文本。
外观显示(颜色,尺寸)。
行为(对事件的反应)。
-About Swing components Model- View- Controller design pattern Swing component has three elements: content, fo
-
-
0下载:
MVC pattern in C# -model view controller-model view controller pattern
-
-
0下载:
model view controller part 2 of pattern-MVC pattern
-
-
0下载:
model view controller of C# , mainly about the pattern-MVC pattern design and implementation
-
-
0下载:
jdatepicker是一个swing开发的日期选择组件-JDatePicker and JDatePanel is a Java Swing component. It is designed with the Model View Controller pattern and it uses the Java Calendar object as the model. The component may be used via a popup control or embedded on a
-
-
0下载:
数据结构演示系统目的是实现数据结构演示过程,对于个人普通项目开发来说,是很有现实意义的。同时,实现了数据演示功能,也能很好的通过项目开发加深对数据结构的理解。
本系统是使用基于MFC的各种开发技术。MFC封装了WINDOWS API,是微软给开发人提供的良好的界面开发工具,MFC中提供的类绝大部分用来进行界面开发,关联一个窗口的动作,但它提供的类中有好多类不与一个窗口关联,即类的作用不是一个界面类,不实现对一个窗口对象的控制(如创建,销毁),而是一些在WinDOS(用MFC编写的程序绝大部分
-
-
0下载:
This project gives basic idea of model view controller
-
-
0下载:
This concept of using JDBC with reference to J2EE standards or Model View Controller [ MVC ] Architecture is a bit messed up and I read many book and Articles online about this and using Enterprise Java Beans [ EJB ] Database Connection Pool wit
-
-
0下载:
Game Snake.
When application is running the game starts immediately. By default snake has length of 5. Its moving across the game board with some initial speed.
Using arrow keys (←↑→↓) to drive the snake. Use Esc button to pause/continue game.
-
-
0下载:
It describes the model view controller pattern.
Model–View–Controller (MVC) is an architectural pattern used in software engineering. The pattern isolates business logic from input and presentation, permitting independent development, testing and m
-
-
0下载:
CorMVC is a jQuery-powered Model-View-Controller (MVC) framework that can aide in the development of single-page jQuery applications. It evolved out of my recent presentation, Building Single-Page Applications Using jQuery And ColdFusion, and will co
-