搜索资源列表
chessevluation
- 该模块能完成输入棋局的棋局异常或走棋违规判断.使用方法:把引擎头文件和智 能对弈程序IntelligentChess.h一起拷到所建文件目录下,通过“工程”菜单把引擎头文件和智能对弈程序IntelligentChess.h一起加入工程, 用#include \"IntelligentChess.h\"语句把智能对弈程序IntelligentChess.h加入该工程.cpp文件。然后调用各功能函数完成异常、违规判断该项目系在Visual Studio.net 2003下所建的Win32控制
CChessThinkerEngine
- 本程序由四部分组成:数据结构定义、核心模块、扩展模块和操作界面。其中核心模块由走法产生器、搜索引擎和估值函数组成;扩展模块由悔棋功能、还原功能、思考线程控制及音效控制组成;操作界面对外接口有:棋盘位图、悔棋按钮、还原按钮、停止思考按钮、打开音乐按钮、关闭音乐按钮和新棋局按钮等-this procedure consists of four parts : data structure definition, the core module, expansion modules and inter
skyblue_BoxMan
- 推箱子游戏,用VC编写,游戏的基本功能模块都以实现,还有就是具有悔棋功能.
Myeluos
- 实现简单的俄罗斯方块的基本功能,可以改变你输入模块的颜色。-The realization of simple basic functions of the Russian box, you can change the color of input module.
Web-based_platform_for_Chinese_Chess_Battle_Game_S
- 整体系统包括:管理子系统,博弈子系统,裁判子系统和棋局研究分析子系统四大部分,博弈子系统是一个功能完备的基于web的中国象棋游戏网站中的重要组成模块,是整个系统中核心的部分,并且围绕着博弈子系统模块进行整个网站系统的总体设计。-Overall system including: management subsystem, subsystem game, the referee and the game of chess analysis subsystem four major subsyste
gobang
- 拥有单机五子棋对弈功能,具有很强的视觉效果,可以作为学习模块。-With single renju right function, which has strong visual effect, can be used as a learning modules.
javatanchishe
- 贪吃蛇游戏设计与实现,主要分为以下二个模块:游戏主界面模块和游戏控制模块。在此只实现游戏的游戏主界面模块、游戏控制模块。并且只是实现移动速度、暂停、重新开始等功能。-Snake game design and implementation, mainly divided into the following two modules: the main game interface module and the game control module. In this game the main
棋牌客户端通信模块功能
- 棋牌游戏客户端SOCKET 通信模块,功能完整,纯C++ 跨平台