CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - MVC

搜索资源列表

  1. Snake

    0下载:
  2. 贪吃蛇游戏java源代码 采用mvc模式编写 对初学者有帮助-Snake game source code java mvc pattern used to help beginners write
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:18888
    • 提供者:MirQ
  1. rosia

    0下载:
  2. 俄罗斯方块游戏源代码 采用java语言 mvc模式 -Tetris source code using java mvc pattern language
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:5804
    • 提供者:MirQ
  1. bombMan

    0下载:
  2. 一个炸弹人游戏的简单实现,希望和大家共同交流一下。功能简单,但是是用视图-逻辑分离(MVC)开发的,所以,扩展性比较强。-A simple implementation of Bomberman game, and we hope to communicate and look. Features simple, but is the view- the logical separation (MVC) development, so relatively strong expansion.
  3. 所属分类:Game Program

    • 发布日期:2017-03-28
    • 文件大小:56221
    • 提供者:王毛毛
  1. SnakeMfc

    0下载:
  2. 有点奇怪的贪吃蛇游戏,看上去有些逗,根据vc的MVC编写,源码编译无错,希望大家喜欢。-Snake game a bit strange, looks a little funny, according to the MVC vc written source compile without error, I hope you like it.
  3. 所属分类:Game Program

    • 发布日期:2017-04-17
    • 文件大小:42246
    • 提供者:徐美英
  1. DiamondCaves

    0下载:
  2. Diamon Caves, a game developped with the Bluej GUI, used the MVC model.
  3. 所属分类:Other Games

    • 发布日期:2017-04-17
    • 文件大小:23021
    • 提供者:pyto
  1. CPPwuziqi

    0下载:
  2. 基于MVC的五子棋游戏源码,能完成基本的五子棋游戏功能-MVC-based backgammon game source code, to complete the basic function of backgammon game
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-12
    • 文件大小:2607900
    • 提供者:刘颖
  1. MySnake

    0下载:
  2. Java实现的贪吃蛇小游戏,采用的是MVC模式开发-Snake game using java,with MVC pattern
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:18353
    • 提供者:胡家威
  1. MyTetris

    0下载:
  2. Java 实现的俄罗斯方块小游戏,采用MVC模式开发的-Tetris game using java,with MVC pattern
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:21013
    • 提供者:胡家威
  1. TankWar1.0

    0下载:
  2. Java实现的坦克大战游戏,采用了MVC模式-Java implementation of the Tank War game, MVC pattern
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:25499
    • 提供者:胡家威
  1. snake

    0下载:
  2. 用mvc方式实现的贪吃蛇游戏,共有4个类。运行greedsnake运行即可。主要是观察者模式的使用,已经添加了很多注释了。Java语言编写-Be achieved using mvc Snake game, a total of four categories. Run greedsnake run. Mainly use the Observer pattern has Add a lot of annotated.
  3. 所属分类:Games

    • 发布日期:2017-04-03
    • 文件大小:3975
    • 提供者:andy
  1. Snake

    0下载:
  2. 贪吃蛇 用进程来控制蛇的速度。Swing界面,MVC模式的-thread to controll the speed of snake
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:18436
    • 提供者:Frog
  1. eating1.2

    0下载:
  2. 一款经典的小游戏。。贪吃蛇~是基于MVC架构的设计- a game use mvc
  3. 所属分类:Games

    • 发布日期:2017-04-17
    • 文件大小:21008
    • 提供者:崔艳
  1. android_game_examples

    0下载:
  2. 一个打泡泡的安卓小游戏开发入门实例,类结果划分清楚,MVC分离-A simple android bubble game example
  3. 所属分类:Other Games

    • 发布日期:2017-11-16
    • 文件大小:26818
    • 提供者:igin
  1. the-game-of-go

    1下载:
  2. MVC模型,实现围棋游戏功能。很详细,包括界面、触发事件等-MVC model to achieve chess games.
  3. 所属分类:Games

    • 发布日期:2017-11-16
    • 文件大小:1478
    • 提供者:门璐瑶
  1. raiden19.0

    0下载:
  2. java写的雷电游戏,多线程与设计模式的学习-raiden thread mvc
  3. 所属分类:Games

    • 发布日期:2017-12-01
    • 文件大小:7411712
    • 提供者:andywong
  1. Shape

    0下载:
  2. 俄罗斯方块的Java实现,界面用Swing,程序结构遵循MVC设计原则,严格面向对象,有很好的参考意义-Tetris Java implementation, the interface with Swing, program structure follows the MVC design principle of strict object-oriented, have a good reference value
  3. 所属分类:Other Games

    • 发布日期:2017-12-06
    • 文件大小:14144
    • 提供者:denghui
  1. game

    0下载:
  2. 经典的贪吃蛇游戏,javaGUI实现且拓展性较好,可以自定制更多功能,严格遵循MVC和面向对象思想-The classic Snake game, javaGUI implement and expand better, more features can be customized, strictly follow the MVC and object-oriented thinking
  3. 所属分类:Other Games

    • 发布日期:2017-12-07
    • 文件大小:14612
    • 提供者:denghui
  1. PlaneGame

    0下载:
  2. java实现的android版飞机游戏,主要有surfaceView、mediaPlayer、MVC等的运用-java implementation plane game android version, mainly surfaceView, mediaPlayer, MVC, etc. use
  3. 所属分类:Shot Game

    • 发布日期:2017-04-07
    • 文件大小:37012
    • 提供者:kang
  1. Snake

    0下载:
  2. 贪吃蛇,典型MVC模式设计范例,直接用eclipse导入运行。-a java game named SNAKE in MVC design patten, imported by eclipse, and run directly
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:28542
    • 提供者:vincent
  1. java

    0下载:
  2. 基于mvc模式的java游戏源码,适用于初学者!-Mvc model-based java games source code, suitable for beginners!
  3. 所属分类:Games

    • 发布日期:2017-04-17
    • 文件大小:81174
    • 提供者:kevin 张
« 1 23 »
搜珍网 www.dssz.com