联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 棋牌游戏(343) 
按平台查找All Visual C++(343) 

[棋牌游戏] nqueen

在n×n格的棋盘上放置彼此不受攻击的n个皇后。按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于在n×n格的棋盘上放置n个皇后,任何2 个皇后不放在同一行或同一列或同一斜线上。解n后问题的一个拉斯维加斯算法如下。
this is a project (2014-09-16, Visual C++, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/2620649.html

[棋牌游戏] ELUOSIFA

俄罗斯方块 源程序俄罗斯方块.C俄罗斯方块文本源程序
Tetris source Tetris. C source version of Rubik' s cube (2014-09-15, Visual C++, 2KB, 下载1次)

http://www.pudn.com/Download/item/id/2619051.html

[棋牌游戏] cPP_access_doudz

c++和access写的网络版斗地主,客服端和服务器端完整,建议用6.0编译,希望对大家有帮助!
c++ to write and access the online edition of Landlords, customer-side and server-side complete, it is recommended to use 6.0 compiler, we want to help! (2014-01-10, Visual C++, 1993KB, 下载1次)

http://www.pudn.com/Download/item/id/2447538.html

[棋牌游戏] nqueen

在n×n格的棋盘上放置彼此不受攻击的n个皇后。按照国际象棋的规则,皇后可以攻 击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于在n×n格的棋盘上放置n 个皇后,任何2 个皇后不放在同一行或同一列或同一斜线上。 解n后问题的一个拉斯维加斯算法如下。
this is a project (2012-04-21, Visual C++, 1KB, 下载16次)

http://www.pudn.com/Download/item/id/1838219.html

[棋牌游戏] Video-Chess-server

视 频 中 国 象 棋 游戏 的 服 务 端
Video Chinese Chess Server (2012-04-06, Visual C++, 24KB, 下载5次)

http://www.pudn.com/Download/item/id/1818651.html

[棋牌游戏] Video-Chess-client

视 频 中 国 象 棋 游 戏 的 客 户 端
Video Chinese Chess client (2012-04-06, Visual C++, 1102KB, 下载4次)

http://www.pudn.com/Download/item/id/1818650.html

[棋牌游戏] FourEnsign-client

视 频 四 国 军 棋 的 游 戏 客 户 端
FourEnsign client (2012-04-06, Visual C++, 210KB, 下载6次)

http://www.pudn.com/Download/item/id/1818638.html

[棋牌游戏] FourEnsign-server

视 频 四 国 军 棋 的 游 戏 服 务 端
video FourEnsign (2012-04-06, Visual C++, 27KB, 下载6次)

http://www.pudn.com/Download/item/id/1818635.html

[棋牌游戏] dabaisha6.6

大白鲨6。6游戏版本,包含客户端和服务端游戏程序,消息定义。。。
big shayu of code (2012-01-06, Visual C++, 3637KB, 下载31次)

http://www.pudn.com/Download/item/id/1751886.html

[棋牌游戏] survival

17世纪法国数学家加斯帕的一本《数学的游戏问题》描述了许多有趣问题,约瑟问题就是其中之一:
17th century French mathematician Gaspard' s a " mathematical problem of the game," describes the many interesting questions, Joseph is one of them: (2011-07-20, Visual C++, 11KB, 下载5次)

http://www.pudn.com/Download/item/id/1602687.html

[棋牌游戏] CELUOSI

俄罗斯方块儿俄罗斯方块儿俄罗斯方块儿俄罗斯方块儿
Children children Tetris Tetris Tetris Tetris children children (2011-01-01, Visual C++, 518KB, 下载8次)

http://www.pudn.com/Download/item/id/1399760.html

[棋牌游戏] game

一个简单的 MFC 俄罗斯 方块 自己编写的
A simple MFC Tetris have written (2009-11-13, Visual C++, 2899KB, 下载15次)

http://www.pudn.com/Download/item/id/969383.html

[棋牌游戏] russianblock

俄罗斯方块源码,帮您迅速了解俄罗斯方块的开发过程
Tetris source code to help you quickly understand the development process Tetris (2009-10-20, Visual C++, 726KB, 下载3次)

http://www.pudn.com/Download/item/id/943576.html

[棋牌游戏] russia

控制台下的俄罗斯方块游戏控制台下的俄罗斯方块游戏控制台下的俄罗斯方块游戏控制台下的俄罗斯方块游戏
russia (2009-09-22, Visual C++, 3KB, 下载6次)

http://www.pudn.com/Download/item/id/917691.html

[棋牌游戏] fangkuai

(1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。 (2)得分越高,方块下降速度越快(每200分为单位)。 (3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。 游戏控制: up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。 特点: (1)由于tc不支持中文,所以基本都是英文注释。 (2)函数命名尽可能规范的表达其内部处理目的和过程。 (3)代码加上注释仅有577行。(我下载过的两个俄罗斯方块代码一个在1087行,一个在993行,我的比它们代码少)。 (4)除了消除空格时算法比较复杂,其他算法都比较简单易读。 (5)绘图效率和局部代码效率扔有待提高。 (6)FrameTime参数可能依据不同硬件环境进行具体设置,InitGame需要正确的TC路径。
err (2008-09-06, Visual C++, 4KB, 下载3次)

http://www.pudn.com/Download/item/id/542056.html

[棋牌游戏] Rusgrid

俄罗斯方块经典的游戏源代码, 版权所有, 违者必究。 (2007-10-13, Visual C++, 94KB, 下载6次)

http://www.pudn.com/Download/item/id/344781.html

[棋牌游戏] Tetris

俄罗斯方块的一个简单程序 看起来还很不错 推荐下载看看^_^
Russian box looks a simple procedure is still recommended to download a good look at ^ _ ^ (2007-09-30, Visual C++, 248KB, 下载5次)

http://www.pudn.com/Download/item/id/340511.html

[棋牌游戏] Russia1.2

俄罗斯方块,加了图片! 一样的俄罗斯方块, 不一样的感觉
Russian box, add the pictures! Like the Russian box, and not the same feeling (2007-03-07, Visual C++, 3462KB, 下载159次)

http://www.pudn.com/Download/item/id/253004.html

[棋牌游戏] RussianBlock

俄罗斯方块程序源码
Tetris procedures FOSS (2005-02-25, Visual C++, 127KB, 下载6次)

http://www.pudn.com/Download/item/id/1109294671464901.html

[棋牌游戏] 俄罗斯方块_1.09

俄罗斯方块的实现
the realization of the Russian ideographic (2005-01-24, Visual C++, 49KB, 下载6次)

http://www.pudn.com/Download/item/id/1106573341437108.html
总计:343