搜索资源列表
greed3
- 这个是针对greed游戏的第三种实现方案,在这个方案中做出了一个图形化界面
36choose7
- MFC的36选7,图形化界面,并有多个算法
AIbashuma
- 人工智能大作业,八数码,使用MFC完成,具有图形化界面,使用广度优先搜索-Artificial Intelligence large operations, eight digital, use MFC complete with a graphical interface, use the breadth-first search
labyrinth
- VC写的迷宫游戏,图形化界面,地图自动生成,拥有存读档,自动寻路,编辑地图等功能-VC wrote the maze game, a graphical interface, automatic map generation, have kept reading files, automatically find its way, edit map features such as
Chat
- 实现图形化界面聊天功能,实现网络接口聊天功能-The realization of a graphical user interface chat, chat network interface
Test
- 具有图形化界面的词法分析器,其功能为:可通过手工输入或文件打开形式输入程序,进行此法分析。-With the graphical interface of lexical analyzer, and its function as follows: through manual input or file input program to open the form, in this analysis.
Snake
- 一个全C编写的BGI图形化界面的贪食蛇小游戏,可选关,多条命,过关可加命。值得一看哦!-C prepared by a full graphical interface BGI game贪食蛇, optional clearance, more than life, clearance may be ordered. Well worth a visit!
marble1
- 打砖块作为一款经典的FC老游戏,距今已有20余年的历史,玩家通过控制一根条形长棒反弹不断飞行的小球去击打砖块,打中则砖块消失,若将砖块全部打掉,则过关。随着时代的发展,打砖块衍生出了无数版本,从开始最简单的纯打砖块发展到砖块有不同的特性,譬如击中会爆炸、需要多次打击才能打掉等。游戏过程中可能掉落物品,接到这些物品可以改变长棒或小球的特性。游戏界面也从原先简单的像素合成,单一色彩演变到大量运用各种炫目特效甚至是3D特效。可以毫不夸张地说,打砖块作为一款休闲娱乐小游戏,20年来随着电脑的普及,为越来
wadilei
- 基于MFC写的挖地雷游戏,有图形化界面,不过界面效果较差。游戏中,有完整的提示,但没有将地雷图形化。-MFC-based write-dug mines game, a graphical interface, but the interface less effective. Game, a complete tips, but not mine graphic.
game
- 汇编语言基于图形化界面实现打字母的小游戏。-Assembly language implementation based graphical interface to play the letter game.
PushBox4.0
- java开发的推箱子小游戏,主要练习使用ATW、Swing图形化界面,还有涉及数组知识-Color、HeadlessException、KeyEvent、KeyListener、ImageIcon、JFrame、JLabel、import javax.swing.JOptionPane、 JPanel、WindowConstants
BlackJack
- 这是一个21点小游戏,包含图形化界面和赌注模式,有一个玩家和一个电脑庄家-This is a blackjack game. Include GUI and bet mode, a player and compauter dealer.
tanchishe
- java贪吃蛇源码,用简单的图形化界面显示,实现了基本功能。-java tanchishe
src
- JAVA计算器。。后缀表达式实现。图形化界面。主要是解释图形化界面。-JAVA calculator. . Postfix expression. Graphical interface. Explain the graphical interface,
lianliankan
- 连连看小游戏,可帮助初学者学习图形化界面游戏的制作。-Lianliankan game, can help beginners learn graphical interface to the game.
Sudoku-Puzzle
- 八数码问题(类似于华容道),是一个有益智力的小游戏,通过空白滑块的移动来将混乱的图案恢复到有序的状态 本代码的核心算法通过fortran编写,经过matlab的制图功能进行可视化,解决了任意初始条件下的八数码问题的自动求解过程 1、matlab的exe文件在matlab文件夹中,点击打开之后出现gui图形化界面。 2、点击start按钮,程序会随机生成一个初始状态,并判断是否可解(solvable按钮显示YES即可解,NO即不可解)。 3、可解的话点击go按钮,程序开始自动运行,
Snake
- 基于mfc的贪吃蛇(图形化界面,实现了简单地贪吃蛇算法)-Mfc-based Snake
Coffe
- JAVA语言实现的图形化界面的虚拟咖啡机,对新手的用处很大,代码简洁易懂,视觉效果好-JAVA language to achieve the graphical interface of virtual coffee machine, the use of a lot of novice, the code is simple and easy to understand, the visual effect is good
name-PK-game
- 这次设计以JAVA语言为基础结合其图形应用界面来设计一个姓名挑战游戏,设计出的游戏有图形化界面,且界面简洁适用;在游戏界面中,输入两个姓名分别作为挑战者和被挑战者,随机产生属性值(战力指数,攻击力,防御力),当HP大于0时,两个名字进行对战,进行多轮攻击挑战后,用hp值决定双方输赢,hp值为0的一方战败,另一方则获胜,达到休闲益智的目的。-The design of Java based combined with the graphics application interface to de
Game of life
- 在Eclipse平台上通过GUI组件建立一个可视化图形界面的生命游戏。包含自动演化 停止 设置演化间隔 设置初始图形 随机生成等功能(A graphical interface for life games)