搜索资源列表
Tic_MFC
- 1. 一个有趣的井字棋游戏。用MFC的对话框程序编写。 2。 具有单人游戏和双人游戏两个模式。单人模式通过自己的AI算法实现(类似于简单的A*算法),双人游戏则是两个人通过左右键对弈 3。界面采用 Skin++ 进行优化,更换皮肤非常的方便。 4. 注意,编译出来的EXE如果需要在VC外单独执行,请将其和skin++文件夹中的所有文件放至于同一目录下。 5。有问题和建议欢迎和我讨论。 QQ: 21798912 MSN: susan_QC@hotmail.com E-
Tetris
- 俄罗斯方块,mfc类制作 有中文和英文界面
tiaoqi_src
- 跳棋游戏应用程序源程序 开发工具:VC++6.0 和 MFC 很不错的游戏,游戏界面美观,最多可以支持6个人同时游戏。
elsfk
- mfc实现的俄罗斯方块,可供参考 界面不错
five
- MFC界面的在线五子棋小程序 可以在线和其它朋友一起玩
LSChess
- 中国象棋游戏,包括引擎和界面两个部分。使用MFC进行开发。Alpha-Beta剪枝搜索。-Chinese chess game, including the engine and the interface of two parts. Be developed using MFC. Alpha-Beta pruning search.
Renju
- 五子棋的的程序,用MFC编写了游戏的运行界面,主要的算法是试用了博弈树和博弈决策!-Gobang of procedures, using MFC prepared to run the game interface, the main algorithm is tested in decision-making game trees and games!
wzq_src
- 带智能算法的五子棋,MFC界面,简约高速!精彩不用多说!-asdhiaudhoasdasd
flychess
- 用MFC编写的飞行棋游戏,包括游戏界面、核心算法、走棋动画的实现。-Prepared using MFC flight chess games, including the game interface, the core algorithm, take the chess animation implementation.
Five
- 使用MFC框架编写界面,C++语言实现.本程序包含人机对战与人和人对战,最后附有详细开发文档,算法实现清楚明了,对于编写五子棋游戏大有帮助-Interface written using MFC framework, C++ language. This program contains one machine and play against and play against, and finally developed with detailed documentation, algorit
Gobang
- MFC做界面,基于C++的网络对弈程序五子棋-MFC interface to do, based on C++ network backgammon chess program
fivechess
- 一个很简单的MFC五子棋.界面不错,有点用处.-A simple fivechess.
MFC
- 网络五子棋,客户端,服务器,网络编程,界面编程,五子棋算法-Backgammon network, client, server, network programming, interface programming, backgammon algorithm
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
chess
- 五子棋游戏。纯C语言。正在考虑增加一个MFC界面。不是人机对战。-WUZI games. Pure C language. Is considering adding an MFC interface. Not the man-machine players.
Reversi
- 黑白棋代码,人机对战版,无MFC界面,适合初学者学习-Othello code, man-machine war version, no MFC interface, suitable for beginners to learn
Six-sub-chess-(CPP-and-MFC)
- 用C++实现六子棋的人机对战,并带有MFC图形界面-C++ achieve with six children chess man-machine war, and with MFC graphical interface
MFC-Simulate-Gobang
- 通过使用VC的MFC库,我们能够制作一款五子棋游戏界面,界面美观,算法简单。-By using MFC in VC, we can make an interface of the gobang game which owns beautiful interface and simple arithmetic.
tic-tac-toe-game
- 三子棋游戏 人机对战 人人对战 MFC界面-tic-tac-toe game
基于VS2010平台的C++五子棋游戏
- 一个简单的五子棋游戏小程序。本游戏程序,主要有开始、判断输赢、玩家自行认输、悔棋几个功能,并且具有清晰的用户操作区、区分明显的棋盘局、明确详细的游戏规则介绍,能正确实现目前游戏界面已有的功能,程序稳定。