搜索资源列表
CChessThinkerEngine
- 本程序由四部分组成:数据结构定义、核心模块、扩展模块和操作界面。其中核心模块由走法产生器、搜索引擎和估值函数组成;扩展模块由悔棋功能、还原功能、思考线程控制及音效控制组成;操作界面对外接口有:棋盘位图、悔棋按钮、还原按钮、停止思考按钮、打开音乐按钮、关闭音乐按钮和新棋局按钮等-this procedure consists of four parts : data structure definition, the core module, expansion modules and inter
Shou_Ji_Xiang_Qi_You_Xi
- J2ME+Servlet开发的一款手机象棋游戏。本系统分主机服务端和手机客户端两个部分,服务端包括消息接收和桌面管理,客户端包括主窗体,游戏界面和消息处理等模块。内附详细系统配置说明。-J2ME+ Servlet development of a mobile chess game. The system sub-host server and mobile client of two parts, server and desktop management, including informa
wuziqi_renjiduiyi
- 智能化的五子棋人机对弈课程设计报告。主程序模块包括:数据结构,评分规则,胜负判断,搜索最优空格的算法过程。-Gobang intelligent man-machine chess curriculum design report. Main modules include: data structure, score rules, determine the outcome of the search process of optimal space algorithm.
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
reversi
- 一款黑白棋游戏软件主要分为界面开发、存储结构、规则设计、人工智能算法设计等四大模块。用α-β剪枝算法实现,MFC界面-Reversi game software is divided into four modules interface development, storage structures, rules, design, artificial intelligence algorithm design. With α-β pruning algorithm, MFC interfa
chineseChess
- 源码简介: 本项目是安卓中国象棋游戏项目源码,棋盘使用一维数组,采用开局库,目前可以人机对弈部分参考<a href= http://www.xqbase.com/league/elephanteye.htm target= _blank >ElephantEye(象眼)开源项目。众所周知象棋的棋路复杂度要比五子棋复杂多了,象棋是走一步要看若干步。另外本项目还附带一份对中国象棋算法的pdf分析文档。正在研究这一块的朋友可以借鉴一下。 涉及模块&技术 绘图 算法 -S