-
ttq
VC++开发的跳跳棋益智小游戏,跳跳棋益智游戏(Jumping chess program VC++ developed jumping chess puzzle game)
- 2012-07-25 22:11:54下载
- 积分:1
-
five
c++实现的一个五子棋人机对弈程序
使用了alpha-beta剪枝算法
具有一定的棋力(c++ achieve a Gobang man-machine chess program using alpha-beta pruning technique have棋力)
- 2007-12-29 12:52:05下载
- 积分:1
-
qipanfugai_matlab
用matlab编写的棋盘覆盖问题的解决,有清楚的注释,帮助学习者了解分治法在类似问题中的应用(Matlab prepared by the board covering problems, clear notes, to help students understand the divide and conquer similar problems)
- 2020-12-03 16:09:25下载
- 积分:1
-
hrd1
一个很小的华容道游戏代码, 用户可以走棋,功能不是很强大,但重在简单(A small Huarong game code, the user can go chess, features not very powerful, but it focuses on a simple)
- 2010-03-01 11:53:28下载
- 积分:1
-
小游戏_翻纸牌
说明: 今天要带来一个EXCEL10分钟小游戏翻卡牌,相信很多人都玩过这个记忆力小游戏,在一个区域内点击卡牌显示内容,将两张一样的卡牌找出来。如果连续翻出的两张卡牌不一样,则会在显示一段时间后翻回去,这个游戏用EXCEL实现起来还是蛮简单的,只要10分钟左右(oday, we will bring a little game of excel10 minutes to flip cards. I believe many people have played this memory game. Click the card in one area to display the content and find out the two same cards. If the two cards turned out in succession are not the same, they will turn back after displaying for a period of time. This game is easy to implement with Excel, only about 10 minutes)
- 2020-03-11 13:48:17下载
- 积分:1
-
Chess
说明: LABVIEW编写的围棋游戏,具备围棋的基本规则(Go play written LABVIEW)
- 2011-02-23 15:51:15下载
- 积分:1
-
wuziqi
五子棋c语言程序代码,可以运行,没有错误(Backgammon c language code, you can run, no error)
- 2012-10-28 15:12:17下载
- 积分:1
-
sanguo
一款三国游戏,描述名将关羽勇猛杀敌,画面一般,新手上路(A three game, describing famous Guan Yu brave enemy, the general picture, Newbie)
- 2011-11-21 22:35:05下载
- 积分:1
-
game-master
用java实现五子棋游戏,可以联机玩也可以单机玩(Gobang game with Java, you can play online, you can also play alone)
- 2017-07-05 09:02:10下载
- 积分:1
-
-the-poker-game
本程序利用Card类数组模拟扑克牌,定义3个数组分别表示玩家手中的牌,电脑手中的牌和底牌,用srand((unsigned)time(NULL))产生随机数字,将底牌数组中随机的一项从底牌中移动到其他的数组中,模拟从洗好底牌中抓牌。表示出牌。
单人练习模式中,首先记下一个 1到13之间的随机数字,然后玩家抓牌,当手中的牌的点数恰与记下的随机数字相等,或用手中有的任意两张牌,通过加减乘除四则运算可以凑出该随机数字相等的点数,则停止抓牌并将这一张或两张出出去,随即记下一个新的随机数字,开始下一轮,直道手中的全部牌出完,游戏结束(This procedure using Card class array to simulate playing cards, the definition of the 3 arrays represent the game player cards, computer cards and cards, using srand ((unsigned) time (NULL)) to generate random numbers, random number in the array will be a move to the number of cards from other groups of cards, simulation from the wash hand in. Said.
Single practice mode, first recorded random number between 1 to 13 next, and then the game player to draw cards, random number equal when the hand points exactly with the down, or in the hands of some arbitrary two cards, add, subtract, multiply and divide by four operations can make the random number equal points, then stop to draw a card and the card or two cards out, then write a new random number, start the next round, straight hands all the cards out, the end of the game)
- 2013-08-19 15:13:48下载
- 积分:1