搜索资源列表
saolei
- 最近在关注gui,这是在网上找到的基于matlab gui的扫雷游戏源码,适合入门级试验学习。
sudoku
- 在matlab里制作的数独谜题用户界面,用于创建和解决数独谜题。包括了内建的数独解法和作弊暗示。也是一个学习用matlab做用户界面的很好的实例。Graphical user interface (GUI) for creating and solving sudoku puzzles. Includes built-in sudoku solver that can be used to solve typed-in puzzles or provide cheating hints if t
gamedishu
- matlab gui做的一个打地鼠游戏,共享一起学习GUI
cribbageSuite
- 这是一套克里比奇纸牌游戏(一种用木钉或木板记分的游戏)的配套帮助软件,采用图形用户界面(GUI)设计,来教人怎么玩克里比奇纸牌游戏。 功能为: 1.教会你克里比奇纸牌游戏的游戏规则; 2.为你记录得分; 3.帮你选择哪些牌应该保留; 4.具有一个记分板(GUI界面)(这个类似于原本游戏中的记分木板) ... 在MATLAB 7.1.0 (R14SP3) 环境中开发,使用了“filesep”使本软件具有跨平台性(在Windows,Mac,PC环境中都能运行)。 -T
mmahjongg
- 这是一个用Matlab编写的麻将连连看程序,对于图像操作的理解有很好的帮助。-This game is a matlab version of the famous chinese tile matching game. The look and feel of the game is similar to xmahjongg game. I used to play xmahjongg when I used the old xsparc system maybe more
snake
- 用matlab gui 编辑的一个贪吃蛇游戏,对于学习GUI开发的人可以-Matlab gui editor with a Snake game, for learning GUI development can take a look
gui_game
- MATLAB GUI小游戏,具体操作参照游戏说明-MATLAB GUI game, the specific operating instructions refer to the game
matlab_gui_Tetris-
- 用matlab GUI编写的俄罗斯方块小游戏,通过改程序,有助于熟悉和掌握matlab GUI的编程方法。里面有关于每个控件回调函数的详细程序,运行m文件可以正常运行。-this is Tetris(俄罗斯方块)programmed by matlab GUI
Five_Points_version2.2
- Matlab版五子棋源代码(含GUI,可人机对战)-Matlab version of backgammon source code (including the GUI, man-machine war
V2.0
- MATLAB GUI设计学习手记(第二版)源程序 附赠 俄罗斯方块V2.0 本书推荐的学习方法: 1)若您是一个MATLAB初学者,且有充裕的时间来学习GUI设计,您可以从本书的第1章开始循序渐进地学习。 2)若您是一位MATLAB初学者,且时间非常紧迫,建议您先学好第1章,然后依次学习第4章、第5章和第6章,其他章节请根据项目需要有选择性地学习。 3)若您已经掌握了MATLAB的基础语法知识,有一定的MATLAB编程基础,也请浏览一下第1章的内容,尤其是专题分析部分。然后
Bejeweled
- 文件名:Bejeweled.m 主要特点:基于MATLAB的GUI编写的宝石消除游戏,可以自动消除,优先消除最长的组合。 -file name: Bejeweled.m main functions: A Bejeweled like game based on MATLAB GUI, with automove functions and optimized moving scheme.
lianliankan
- 文件名:lianliankan.m 主要功能:基于MATLAB GUI编写的连连看游戏,自动确定移动路径。 -file name:lianliankan.m main functions: A lianliankan like game based on MATLAB GUI, with automove functions.
Sudoku-Puzzle
- 八数码问题(类似于华容道),是一个有益智力的小游戏,通过空白滑块的移动来将混乱的图案恢复到有序的状态 本代码的核心算法通过fortran编写,经过matlab的制图功能进行可视化,解决了任意初始条件下的八数码问题的自动求解过程 1、matlab的exe文件在matlab文件夹中,点击打开之后出现gui图形化界面。 2、点击start按钮,程序会随机生成一个初始状态,并判断是否可解(solvable按钮显示YES即可解,NO即不可解)。 3、可解的话点击go按钮,程序开始自动运行,
eluosifangkuai
- 经典俄罗斯方块游戏,用matlab编程,调用GUI界面,并且有背景音乐-The classic tetris game, matlab programming, call GUI interface, and the background music
eluosifangkuaiV2.0
- matlab俄罗斯方块小游戏源码,下载即可使用,gui设计示例-matlab Tetris game source code, can be used to download, gui design examples
MATLAB-GUI-Design-the-tetris
- 使用matlab的GUI模块实现俄罗斯方块的可视化界面实际,并实现俄罗斯方块游戏-Using matlab GUI module implements the tetris the visual interface of reality, and implement the tetris game
New2048
- 个人所写matlab之GUI,实现了当时热门小游戏2048。运行NewGame2048.m文件即可开始。并且加入了我自己设计的“金手指”,可以试一下。-Written by the myself, code of matlab GUI , the realization of the popular game 2048. Run the NewGame2048.m file to start. And joined my own design of the Goldfinger , you c
greedysnake
- 贪吃蛇游戏,基于matlabGUI编写,可以实线贪吃蛇游戏的功能(greedy snake based on matlab GUI)