登录
首页 » Visual C++ » majiang

majiang

于 2007-09-29 发布 文件大小:1877KB
0 210
下载积分: 1 下载次数: 285

代码说明:

  麻将游戏,在局于网真可以运行,你可以和他们一起来玩,是C/S构架,不修要修改代码(Mahjong games, in the Bureau in TelePresence can run, you can play with them is the C/S architecture, or revision to amend the code)

文件列表:

麻将游戏
........\Box.cpp
........\Box.h
........\ClientDlg.cpp
........\ClientDlg.h
........\ClientSocket.cpp
........\ClientSocket.h
........\Debug
........\.....\Majiang





........\.....\.......\south.bmp
........\.....\.......\tiao1.bmp
........\.....\.......\tiao2.bmp
........\.....\.......\tiao3.bmp
........\.....\.......\tiao4.bmp
........\.....\.......\tiao5.bmp
........\.....\.......\tiao6.bmp
........\.....\.......\tiao7.bmp
........\.....\.......\tiao8.bmp
........\.....\.......\tiao9.bmp
........\.....\.......\tong1.bmp
........\.....\.......\tong2.bmp
........\.....\.......\tong3.bmp
........\.....\.......\tong4.bmp
........\.....\.......\tong5.bmp
........\.....\.......\tong6.bmp
........\.....\.......\tong7.bmp
........\.....\.......\tong8.bmp
........\.....\.......\tong9.bmp
........\.....\.......\wan1.bmp
........\.....\.......\wan2.bmp
........\.....\.......\wan3.bmp
........\.....\.......\wan4.bmp
........\.....\.......\wan5.bmp
........\.....\.......\wan6.bmp
........\.....\.......\wan7.bmp
........\.....\.......\wan8.bmp
........\.....\.......\wan9.bmp
........\.....\.......\west.bmp
........\.....\.......\white.bmp
........\.....\Operation





........\.....\.........\ting.bmp
........\.....\Picture





........\.....\麻将游戏.exe
........\Dib.cpp
........\Dib.h
........\Interface.cpp
........\Interface.h
........\Majiang





........\.......\south.bmp
........\.......\tiao1.bmp
........\.......\tiao2.bmp
........\.......\tiao3.bmp
........\.......\tiao4.bmp
........\.......\tiao5.bmp
........\.......\tiao6.bmp
........\.......\tiao7.bmp
........\.......\tiao8.bmp
........\.......\tiao9.bmp
........\.......\tong1.bmp
........\.......\tong2.bmp
........\.......\tong3.bmp
........\.......\tong4.bmp
........\.......\tong5.bmp
........\.......\tong6.bmp
........\.......\tong7.bmp
........\.......\tong8.bmp
........\.......\tong9.bmp
........\.......\wan1.bmp
........\.......\wan2.bmp
........\.......\wan3.bmp
........\.......\wan4.bmp
........\.......\wan5.bmp
........\.......\wan6.bmp
........\.......\wan7.bmp
........\.......\wan8.bmp
........\.......\wan9.bmp
........\.......\west.bmp
........\.......\white.bmp
........\MSG.CPP
........\MSG.H

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

发表评论

0 个回复

  • TTimo-doom3.gpl-1559777
    doom3全套源代码,基于id tech 4引擎,绝对经典,值得学习和研究。(the souce code of doom3. Based upon id tech 4 engine.Good code to study. )
    2011-11-24 14:04:58下载
    积分:1
  • MineSweeping
    扫雷 用VS写的,C++程序 MFC程序。学习C++的好源码(Mine clearance to use VS to write the program C++ MFC program. Learning of a good source of C++)
    2012-06-21 22:16:13下载
    积分:1
  • VB_Game_eluosiFangkuai
    经典的游戏俄罗斯方块,VB编写的全部源代码(classic game Tetris, VB prepared by the full source code)
    2006-08-06 10:53:01下载
    积分:1
  • code
    植物大战僵尸游戏开发,运用gdi技术,对于c初学者很有用!(Plants vs. Zombies)
    2016-01-08 17:02:52下载
    积分:1
  • gobang
    最近做了个小游戏五子棋,两人对战类,是用VC,EasyX做的,在网上只能找到EasyX做的贪吃蛇,俄罗斯方块,没有五子棋,自己做了一个。我学C高级期末成绩就是做这个,可以显示出两人的思考时间,可以不断开局,主要是源代码大家可以学习一下..希望与大家多交流。(Easyx我也放在压缩包里了,自己安装一下)(Recently made a small game backgammon, two arcade, with VC, EasyX do, do online can only find EasyX Snake, Tetris, there is no backgammon, he had made one. I learned C high end performance is to do this, thinking they can show the time, you can continue to start, mainly to the source code you can learn more about .. hope we can communicate. (Easyx I put compression bag, and he installed it))
    2011-07-12 12:16:42下载
    积分:1
  • tetris
    用 cocos2d-x 3.4 开发的俄罗斯方块(Use cocos2d-x 3.4 development game tetris)
    2015-02-26 14:45:26下载
    积分: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
  • 2004102120533898
    经典小游戏很好的的在品台上运行,希望大家能喜欢(A good classic game to run on stage in the product, I hope you like)
    2011-09-21 12:30:27下载
    积分:1
  • Snake-game-C-program
    贪吃蛇游戏C语言程序,简单易懂,适合初学者参考(Snake game C Programming Language, easy-to-understand reference for beginners)
    2012-04-22 12:12:07下载
    积分:1
  • vbzhenxinhua
    VB_真心话大冒险游戏源码,一个VB编写的小游戏,脑筋急转弯游戏源码(Game the VB_ truth or dare game source code, written in VB, Riddles game source)
    2013-04-04 15:24:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载