搜索资源列表
Sphere
- mvc实现球体随球体参数变化的例子,代码中使用了观察者模式,体现了mvc的思想,是很好的理解mvc的资料。-mvc parameter changes to achieve the sphere with the sphere example, the code uses the Observer pattern, reflecting the mvc idea is a very good understanding of mvc information.
MVC
- 简单的MVC模式设计,输入球的半径,输出体积与表面积-Simple MVC pattern design, enter the radius of the sphere, the output volume and surface
MVCPattern
- mvc框架实现,输入球体半径,对球体的改变,采用了观察者模式-MVC framework to achieve the change of the input sphere
sphere_MVC
- mvc实现球体基本数据计算,通过建立模型、视图、控制器来实现基本功能-mvc implement basic data sphere, through the establishment of model, view, controller to achieve the basic functions
Sphere
- 一个画圆并求面积、体积的使用JAVA实现MVC模式的编程示范。可改变半径自动变圆,或ScrollBar改变体面积和圆。-And find the area of a circle, the volume demonstrates the use of JAVA Programming MVC pattern. The radius of the circle can be changed automatically change or change in body s
MVC
- MVC模式,采用JAVA编程,计算球体的表面积和体积-MVC model, using JAVA programming, calculate the surface area and volume of a sphere
MVCqiuti
- 使用MVC设计模式来绘制一个球体并通过鼠标拖动来实现放大缩小,适合新手了解学习MVC模式设计-Using the MVC design pattern to draw a sphere and is achieved by dragging the mouse zoom, for beginners to understand learning MVC design pattern
MVCcircle
- 1 利用基本MVC模式实现下图所示的应用程序,程序主要功能如下: (1)当用户在图形化用户界面输入一个圆的半径时,程序将显示该圆的周长与面积,并画出该圆(如图中右面所示); (2)当用户在图形化用户界面上拖动表示圆半径的标尺时,自动显示圆的半径、周长和面积;并在图形界面上画出图形; (3)假设程序需再扩充一项功能:要求在程序界面上显示该半径的球体的表面积,试分析如何实现这一功能,并实现该功能。 (1 using the basic MVC model to achieve the fol