资源列表
2dgame_vc
- 2D即时战略游戏VC源码.rar (7.15M)-2D real-time strategy game VC source. Rar (7.15M)
24
- 将四个1至13之间的数进行加减乘除四则运算(每个数只能用一次),使结果等于24.-The four numbers between 1 to 13 for addition and subtraction multiplication and division arithmetic (each number can only be used once), so the result is equal to 24.
smzy_dnfsifufuz
- 自己现在用的DNF私服辅助,全屏攻击秒杀(DNF Private Server Auxiliary, Full Screen Attack Secondary Kill DNF Private Server Auxiliary, Full Scre)
gomoku
- 五子棋游戏,完整的程序,MFC编程,自己编的大作业,适合学习-Backgammon game, complete program, MFC programming, own large operations, suitable for learning
Game_newest
- 一个基于java的手机射击游戏,对于熟悉游戏开发有一定帮助-A fire-based mobile phone java games, for those familiar with the game developers have some help
yoosky-wgscr
- yoosky-外挂源码大包,20多个外挂源码,多种语言都有
five
- 五星连珠 五个一样的连在一起 就可以消除的-Five Star Lianzhu
C-language-operation_Minesweeper
- 简单的c语言大作业——扫雷游戏,很浅显易懂的~~希望会对大家有所帮助-Simple c language major operations- minesweeper game, it is easy to understand ~ ~ I hope will be helpful
first
- 教你如何完成游戏编程,自己可以尝试编出可爱有趣的小游戏-Teach you how to do game programming, they can try to compile a funny little game
doudizhu
- 单机版斗地主源码,简单的实现游戏功能,不喜勿喷-Landlords stand-alone source
wuziqi
- 使用vc++开发的五子棋程序,可以实现人机对弈和网络对战。AI难度适中。-Using vc++ development Gobang procedures, can be achieved and the network of human-computer war game. AI moderate difficulty.
doudizhu
- 斗地主源代码,绝对能通过的源码,有可执行文件 根据斗地主出牌规则.对玩家出的牌进行检验.判断是否符合出牌规则. (关于斗地主的出牌规则网上有很多) 思路:将玩家的牌按升序排序.然后将牌进行拆分,分存在4个数组中.拆分规则如下: 假设有牌:333\444\555\789 则拆分后数组中的数据如下 arr[0]:345789 arr[1]:345 arr[2]:345 arr[3]:null 可以看出拆分规则是:如果遇到相同数字的牌则存