-
《direcX游戏编程》光盘源代码
DirectX游戏编程的随书源代码,高版本VS导入工程文件之后记得要重定位解决方案目标哦(Source code of book <<DirectX Game Programming>>.If open the Solution with high version of Visual Studio,remember to relocate the destination of solution.)
- 2020-06-18 15:20:01下载
- 积分:1
-
3DRacers
3d赛车的游戏代码 包含资源文件 和代码文件(3d racing game code contains the resource files and code files)
- 2008-01-14 15:06:49下载
- 积分:1
-
2048-master
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam accumsan quam in pharetra facilisis. Nullam a lorem porta, cursus tellus ac, commodo ligula. Morbi eget nunc eu risus laoreet porta. Mauris nibh nulla, pulvinar vel neque ut, facilisis mattis orci. Cras in pulvinar enim, in sagittis lectus. Nunc rutrum odio ut tortor laoreet, at ullamcorper diam mollis. Nullam ut rutrum dui. Sed tortor eros, elementum at lectus a, feugiat dapibus orci. Vivamus at porta sem, non porta enim. Sed hendrerit volutpat dui, vel hendrerit nisi convallis nec. Cras vitae lobortis arcu. Mauris molestie risus a volutpat sollicitudin. Suspendisse quis fermentum felis.
- 2020-06-21 02:20:02下载
- 积分:1
-
KOF
KOF java 游戏原码 KOF java 游戏原码 KOF java 游戏原码(KOF java game KOF java game KOF java game)
- 2010-10-15 10:39:29下载
- 积分: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
-
c
说明:
时间函数举例4,一个猜数游戏,判断一个人反应快慢(Function of time for example 4, a guessing game to determine the speed of a reaction)
- 2011-07-18 09:25:16下载
- 积分:1
-
game-master
用java实现五子棋游戏,可以联机玩也可以单机玩(Gobang game with Java, you can play online, you can also play alone)
- 2017-07-05 09:02:10下载
- 积分:1
-
gobang-game
基于控制台的五子棋游戏,用easyX提供的图形接口进行编写,适合初学者,简单易懂,注释全面。注:安装图形库需要去EasyX官网下载“2012立冬版”,必须是这个版本,因为后来新的版本对有些函数做了调整,导致显示会有问题。(Console-based backgammon game, the graphical interface provided by easyX be written for beginners, easy to understand, comprehensive notes. Note: Installing graphics libraries need to EasyX official website to download " 2012 Lidong Edition" , must be this version, because the new version was made adjustments for some functions, resulting in the display there will be problems.)
- 2014-10-11 14:53:47下载
- 积分:1
-
qishi
这是一个骑士飞行棋的游戏,自己在vs2010上实现,很有参考价值(This is a chess game knight flying himself realized on vs2010, great reference value)
- 2013-12-14 10:06:21下载
- 积分: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