资源列表
CSharpwuziqi
- C#双人五子棋小游戏源代码源程序(完整版),学习-Double C# source code source backgammon game (full version), learning ~ ~
quziqi
- 本程序为java编的五子棋游戏,运行程序可以进行五子棋游戏-The procedure for the java code of quziqi games,run the program can start the game
circle
- 此VI用来实现的功能是围棋游戏,用LABVIEW寄存器及各种循环来实现。-This function is used to implement VI chess game, with LABVIEW register and a variety of recycling to achieve.
VCwuziqi
- vc++ 仿制五子棋的游戏程序 生成编译一下就可以玩啦-vc++ program to generate generic backgammon game you can compile the Wanla
five-in-a-row
- 改代码为用Visual C++ 编写的五子棋游戏源代码-five-in-a-row game code
kechengshejibaogao
- “局域网五子棋设计”实践指导 局域网聊天室设计”实践指导-" LAN backgammon design" practice guidance LAN chat room design " practice guide
wzqbc
- 关于五子棋的编写方法。其中的程序已经过调试,其可以直接使用-Backgammon on the preparation method. Which has been debugging the program, which can be used directly
chess
- 中国象棋源码,代码详细介绍各个操作,有各种算法对棋布进行分析-Chinese chess source code details the various operations, a variety of algorithms for analysis of spread all over the place
pupple
- 很简单的拼图游戏,会玩的都知道是干啥的,就是把乱序的图片拼完整-Very simple jigsaw puzzle, will play all know is Gansha
gameOnline
- 实现发牌收牌在线多人随机斗地主,可以赚钱-very good
Board-code
- C语言实现棋盘编程,多用于小型游戏中 -C language programming board, used for small game
doudizhu
- 斗地主源代码,绝对能通过的源码,有可执行文件 根据斗地主出牌规则.对玩家出的牌进行检验.判断是否符合出牌规则. (关于斗地主的出牌规则网上有很多) 思路:将玩家的牌按升序排序.然后将牌进行拆分,分存在4个数组中.拆分规则如下: 假设有牌:333\444\555\789 则拆分后数组中的数据如下 arr[0]:345789 arr[1]:345 arr[2]:345 arr[3]:null 可以看出拆分规则是:如果遇到相同数字的牌则存