搜索资源列表
Tic_MFC
- 1. 一个有趣的井字棋游戏。用MFC的对话框程序编写。 2。 具有单人游戏和双人游戏两个模式。单人模式通过自己的AI算法实现(类似于简单的A*算法),双人游戏则是两个人通过左右键对弈 3。界面采用 Skin++ 进行优化,更换皮肤非常的方便。 4. 注意,编译出来的EXE如果需要在VC外单独执行,请将其和skin++文件夹中的所有文件放至于同一目录下。 5。有问题和建议欢迎和我讨论。 QQ: 21798912 MSN: susan_QC@hotmail.com E-
ChessXQ
- 主要功能实现二人对弈,可以悔棋.没有什么复杂的算法,只做了关于走子的限制.-achieve two key functions plays, he never cheat in spain. Nothing complex algorithm, doing walk-on restrictions.
hitBall
- 包含整个工程文件和可执行文件! state.h中含有迷宫算法!大家可以看看!这也是整个程序的关键所在!-whole project includes documents and executable files! State.h contains maze algorithm! We can see ! This is the key to the whole process!
hitBall2
- 再来一个碰碰球小游戏!里面有两个关键的算法:迷宫算法外( findPath())和递归回搠的算法( SameBall() )-then fondled a ball game! There are two key algorithms : outside the maze algorithm (findPath ()) and recursive algorithm to daub (SameBall (
GameCanvas
- 俄罗斯方块:俄罗斯方块键盘控制 word key : [help log]
五子棋算法探讨
- 五子棋算法探讨,关键是对当前棋局是否有正确的评分-331 Algorithm, and the key is whether the current game score is correct
eluosifangkuai
- 俄罗斯方块~可以自定义修改键值~-Tetris ~ can customize to amend key ~
elsfangkuai
- 一个俄罗斯方块的程序 左、右、下移动光标键: 可移动下落的方块 空格、回车分别按顺时针和逆时针方向旋转下落的方块 Esc: 暂停/继续 F10: 开始新游戏 -Procedures for a Russian box left, right, move the cursor under the key: the whereabouts of the box movable spaces, carriage returns, respectively, clockw
ChineseChess
- 中国象棋。可以单机,也可以网络联机。关键是自己写的一个简单引擎和手绘标题。-Chinese chess. Can be stand-alone can also be online. The key is to write a simple engine and hand-painted title.
C4
- 四子棋,在某列下棋子时单击对应数字键即可。人机对弈。-Four sons chess, chess for confinement in a column click the corresponding number key. Man-machine play chess.
GobangCode
- 本程序设计为人与人对弈,一方执黑棋,一方执白棋,轮流走棋,每方都试图在游戏结束前让自己的棋子五子相连。按键盘上的方向键可以移动光标,回车键可以摆放棋子。 -This program is designed to human game, the party executive Black, a party executive white stones, take turns playing chess, each side trying to end the game pieces to hi
fivechess_Csharp
- 软件名称:五子棋 游戏 Csharp开发 版 本:1.0 编程语言:Visual Studio .NET C# (Beta 2) 调试环境:WINDOWSXP 运行环境:需要 Microsoft .NET Framework SDK 支持 使用方法:具体使用方法请在游戏中按 F1 键查看相关的帮助信息。 -Software Name: backgammon game Csharp Development Version: 1.0 programming language:
wuziqi
- 其实这个游戏没有什么,关键在于算法 本站提供五子棋游戏源代码免费下载,版权归其软件公司或原作者所有。如果你喜欢,请支持正版! 其实这个游戏没有什么,关键在于算法 本站提供五子棋游戏源代码免费下载,版权归其软件公司或原作者所有。如果你喜欢,请支持正版!-In fact, there is nothing in this game, the key is algorithm site provides free download backgammon game source
ping
- 可以两位玩家同时竞技,由键盘来移动棋子,分别是黑白棋,有重新开始的键!-Can two players to simultaneously in competition, by the keyboard to move pawn, respectively is black white, has reopened key!
gaiyaoshejishuoming
- 五子棋概要设计说明书 从程序表面看,这是一个二维平面图,所以数据用二维数组来表示,数组两个下标可以表示棋盘上的位置,数组元素的值代表棋格上的状态,共有三种情况,分别是0代表空格,1代表白棋,2代表黑棋。这样程序的主要工作是接收棋手按键操作,棋手1用Up、Down、Left、Right控制光标移动,回车键表示落子。棋手2用W、S、A、D控制光标移动,空格键表示落子。一旦接收到回车键或空格键,说明棋手落子,先判断是否是有效位置,也就是说已经有棋子的位置不能重叠落子。落子成功后,马上判断以该位置为
rar
- 中国象棋计算机博弈关键技术分析的相关书籍。希望对大家会有用-Chinese Chess Computer Game key technical analysis books. We want to be useful
gz
- 中国象棋计算机博弈关键技术分析的相关书籍。希望对大家会有用-Chinese Chess Computer Game key technical analysis books. We want to be useful
pull-the-box
- 本游戏一共4关,由易到难,每一关都有初化、按键处理、重置及退出功能。 (1)初始化包括屏幕初始化和每一关卡的初始化,屏幕被初始化宽80像素,高25像素。 (2)按键处理包括移动小人和移动箱子,通过移动上下左右键来控制小人的移动,从而推动箱子,以把箱子推到指定的目的地为过关。 (3)每一关都可以重置,按空格键可以重置当前关。 (4)按Esc键可以在任何时候退出游戏。 -A total of 4 off the game, from easy to difficult, are
Network5ziqi
- vc++6.0 基于WSAAsyncEvent模型的网络五子棋代码,分为客户端和服务端。通过本代码可以学到WSAAsyncSelect模型的原理。-vc++6.0 network model based WSAAsyncEvent backgammon code, divided into client and service. Key principles of learning WSAAsyncSelect model
P258
- 按下"s"键的效果是用一幅更小的棋盘图像替换原来的图像,按下“r”键可以恢复原来的图像-Press " s" key to the effect that a smaller board with a picture and replace the original image, press the " r" key to restore the original image