登录
首页 » QT » pairs

pairs

于 2013-06-03 发布 文件大小:242KB
0 286
下载积分: 1 下载次数: 14

代码说明:

  qt小游戏,翻扑克牌,每次最多翻两张,两个牌相同就移除,直到所有牌都移除完。考记忆力(qt games, turned poker, each up to turn two, two identical cards to remove, until all the cards are removed finish. Memory test)

文件列表:

pairs
.....\card.cpp,2938,2008-02-16
.....\card.h,2108,2008-02-16
.....\carddata.cpp,2772,2008-02-16
.....\carddata.h,1909,2008-02-16
.....\main.cpp,1728,2008-02-16
.....\mainwindow.cpp,3238,2008-02-16
.....\mainwindow.h,1818,2008-02-16
.....\pairs.pro,183,2008-02-16
.....\README.txt,225,2008-02-16
.....\scene.cpp,4260,2008-02-16
.....\scene.h,1929,2008-02-16
.....\svg
.....\...\bell.svg,9671,2008-02-15
.....\...\book.svg,13725,2008-02-15
.....\...\cd.svg,8036,2008-02-15
.....\...\cdr.svg,7381,2008-02-15
.....\...\clock.svg,30011,2008-02-15
.....\...\colors.svg,19257,2008-02-15
.....\...\core.svg,6669,2008-02-15
.....\...\dvi.svg,48970,2008-02-15
.....\...\encrypted.svg,18244,2008-02-15
.....\...\file.svg,12129,2008-02-15
.....\...\flags.svg,15492,2008-02-15
.....\...\house.svg,43483,2008-02-15
.....\...\html.svg,20974,2008-02-15
.....\...\image.svg,30949,2008-02-15
.....\...\kexi.svg,41833,2008-02-15
.....\...\mail.svg,5574,2008-02-15
.....\...\man.svg,11196,2008-02-15
.....\...\metafont.svg,26082,2008-02-15
.....\...\mozilla.svg,83022,2008-02-15
.....\...\penguin.svg,22563,2008-02-15
.....\...\shell.svg,22777,2008-02-15
.....\...\soffice.svg,276699,2008-02-15
.....\...\sound.svg,8284,2008-02-15
.....\...\star.svg,11996,2008-02-15
.....\...\svg.qrc,989,2008-02-16
.....\...\svg.qrc~,1029,2008-02-16
.....\...\tgz.svg,8077,2008-02-15
.....\...\toys.svg,22282,2008-02-15
.....\...\txt.svg,6925,2008-02-15
.....\...\txt2.svg,26754,2008-02-15
.....\...\vcalendar.svg,34187,2008-02-15
.....\...\vcard.svg,51967,2008-02-15
.....\...\wizard.svg,14689,2008-02-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • -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
  • wuziqi
    这是一段人与电脑下五子棋的程序,人H代表人,C代表电脑(This is a man with a computer under 331 procedures, human H representative, C for computer)
    2013-10-16 23:00:24下载
    积分:1
  • connectsix
    说明:  简单的实现了六子棋的功能,小白做的,希望大家多多关照。(Simple realization of the six chess function, made by Xiaobai, I hope you care more.)
    2019-05-20 23:32:48下载
    积分:1
  • taiwanpuke
    台湾扑克,是台湾的玩法,是一个很好游戏……(Poker, Taiwan, Taiwan' s play is a good game)
    2012-06-09 14:32:09下载
    积分:1
  • Backgammon
    五子棋是有两个人在一盘棋上进行对抗的竞技运动。在对局开始时,先由用户选择哪方先开局,先开局一方将一枚棋子落在一点上,然后由另一方在对方棋周围的交叉点上落子,如此轮流落子,直到某一方首先在棋盘的直线、横线或斜线上形成连续的五子则该方就算获胜。此时,算法结束。当有任何一方想退出时,都可在算法中实现。(Backgammon is a competitive sport confrontation of two people in a game of chess. At the beginning of the game, the first users to choose which side first start, first start the party will be a pawn falls point, and then by the other party on the other chess around the intersection of Lazi, so turns Lazi, until the party first the chessboard straight, horizontal or diagonal to form a continuous five sons even if the party wins. In this case, the algorithm ends. When either party wishes to withdraw from, can be realized in the algorithm.)
    2012-11-05 20:18:00下载
    积分:1
  • MikiChessCode.part08
    说明:  棋类游戏,带给你不一样的策略感受! 普通模式击败电脑可开启隐藏模式吧!(chess game, hard. win computer gamer to open hide type.!)
    2019-12-16 17:53:20下载
    积分:1
  • pukeGame
    曾经做过的课程设计,比较简单的翻牌游戏,考察简单C语言的掌握(Has done curriculum design, relatively simple flop games, study simple C language)
    2008-03-05 10:47:46下载
    积分:1
  • FIVE
    自己写的五子棋代码,可以直接执行,效率很高(Write your own backgammon code that can be executed directly, high efficiency)
    2013-10-10 10:56:31下载
    积分:1
  • stockfish-6-win
    stockfish 国际象棋引擎6.0源码。最近2015年所有比赛均排名第一,等级分达3316分。注释详细,是学习分析棋类AI最好源码。(Stockfish is a free UCI chess engine )
    2015-09-20 13:16:35下载
    积分:1
  • 111
    俄罗斯方块 Visual C++ 6 源码(Tetris Visual C++ 6 source)
    2007-11-25 09:42:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载