-
2048源码
html5现实的2048,可以用浏览器直接打开,参考学习html5的不错源码
- 2022-09-03 09:15:03下载
- 积分:1
-
C
C语言_贪吃蛇游戏源程序,C语言_贪吃蛇游戏源程序(C language _ Snake game source code, C language _ Snake game source code)
- 2013-05-19 13:09:55下载
- 积分:1
-
chess-gamePnet
socket实现象棋游戏联网,程序中iP和port已指定,运行时根据自己的ip改下就行(chinese chess)
- 2012-03-04 22:15:28下载
- 积分:1
-
24points
说明: 24点游戏,用c++实现,其中的类写得不错,值得初学者借鉴。(24-point games, with c++ Realization, in which the class write a good, it is worth drawing for beginners.)
- 2008-10-11 18:59:37下载
- 积分:1
-
【千年】服务端源码+客户端源码-JuHeVip.Cn
说明: 侠众道的千年的客户端文件及服务端文件的源码文件,购买回来分享给大家。(Thousands of client and server source code)
- 2020-09-08 16:42:37下载
- 积分:1
-
mir2 1.5 delphix
mir2 1.5delphix 早期1.5版本 delphi 不错源码国外开源网站。在1.5基础上增加不少功能2005版。
- 2022-01-25 17:45:44下载
- 积分:1
-
CSharp-lianliankan
4涛6太跳跳糖她3涛太3她4太3她3太涛3涛4太(6 4 Tao Tao too popping candy she too 3 3 3 her three of her four too too Tao Tao 3 4 too)
- 2013-12-03 20:50:36下载
- 积分:1
-
HikariSourcev0.3
说明: OGRE引擎中可以用到的FLASH库,做UI界面游戏比较好(Ogre engine can be used FLASH library, so the game is better UI interface)
- 2008-12-04 15:10:56下载
- 积分:1
-
8queen
在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互"攻击"的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。
本算法采用一维数组来进行处理。数组的下标i表示棋盘上的第i列,a[i]的值表示皇后在第i列所放的位置。如:a[1]=5,表示在棋盘的第一例的第五行放一个皇后。(8 × 8 in a chess set, there s eight, each accounting for a Queen s grid request will not be any mutual between Queen s attack phenomenon, that can not have two Queen s in the same line, the same row or the same diagonal. Asked the total number of different ways. This algorithm uses one-dimensional array to be processed. Array subscript i said i chessboard first out, a [i] value that s in the first place i listed by location. Such as: a [1] = 5, said the first cases in the chessboard of the fifth line of a Queen s release.)
- 2007-12-15 22:24:44下载
- 积分: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