登录
首页 » QT » pairs

pairs

于 2013-06-03 发布 文件大小:242KB
0 277
下载积分: 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 个回复

  • Russia1.2
    俄罗斯方块,加了图片! 一样的俄罗斯方块, 不一样的感觉(Russian box, add the pictures! Like the Russian box, and not the same feeling)
    2007-03-07 16:57:08下载
    积分:1
  • wuziqi
    五子棋程序设计,设计方式步骤详尽解释,适合初学者,让你熟悉C语言(Backgammon program design, design approach procedure detailed explanation, suitable for beginners, so you are familiar with the C language)
    2013-08-13 10:31:30下载
    积分:1
  • tmp
    编写一个模拟人工洗牌的程序,将洗好的牌分别发给四个人。 使用结构card 来描述一张牌,用随机函数来模拟人工洗牌的过程,最后将洗好的52张牌顺序分别发给四个人。 对每个人的牌要按桥牌的规则输出。即一个人的牌要先按牌的花色(顺序为梅花、方块、红心和黑桃)进行分类,同一类的牌要再按A、K、Q、J、…、3、2牌的大小顺序排列。另发牌应按四个人的顺序依次分发。(Write a simulation program manual shuffle, the cards were sent to wash a good four. Card use to describe the structure of a card, with the random function to simulate the manual process of shuffling, and finally wash the good order of 52 cards were issued to four people. Cards for each person according to the rules of bridge output. That is, a person' s license have to press the card suit (in order of clubs, diamonds, hearts and spades) classification, the same type of licenses to press A, K, Q, J, ..., 3,2 card the size of the order. The other four licensing the order should be distributed.)
    2011-11-30 13:15:30下载
    积分:1
  • Horse-Stepping-on-board
    在传统中国象棋中,马走日型路线。本代码就是按其规则,让马从棋盘任一点开始,输出它可以行走的所有点的坐标。(In traditional Chinese chess, horse go day-type line. The code according to the rules, let the horse from checkerboard any point, the coordinates of all points of output it can walk.)
    2012-05-08 16:08:57下载
    积分:1
  • LLK1.41_FullSources
    连连看.net代码。最新更新的,VS2005开发。(Lianliankan. Net code. The latest update, VS2005 development.)
    2008-04-18 09:28:04下载
    积分:1
  • Game
    小游戏集合 五子棋+黑白棋+俄罗斯方块+井字游戏(game)
    2010-11-05 10:43:45下载
    积分:1
  • zhipaiyouxi
    用C++实现的制作一个简单的纸牌游戏的程序源码,大家可能在做报告时遇到(With C++ Realize the production of a simple procedure for card games source, make the report in the U.S. may encounter)
    2007-11-02 03:35:49下载
    积分:1
  • MyChess5
    用API实现的五子棋程序,人人版,对C++API程序的初学者应该有一定的帮助(Backgammon program with the API implementation, all versions of C++ API program should be helpful for beginners)
    2011-11-18 10:56:24下载
    积分:1
  • game_five-in-a-row
    游戏五子棋,简单实现了两人对战的模式。可以建立连接也可以断开连接。游戏结束会自动给出输赢结果(Playing backgammon, a simple realization two players mode. You can establish a connection can be disconnected. End of the game will automatically give winners and losers)
    2013-11-10 15:58:59下载
    积分:1
  • 人机对弈
    人机对弈五子棋游戏,本游戏使用VC为工具,完成了智能化的机器走棋!(man-machine players 331 games, the game using VC as a tool for the completion of intelligent machines go chess!)
    2005-04-22 08:20:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载