搜索资源列表
vc
- windows 带的扫雷游戏的代码,mfc实现的界面编程。-windows of the mine with the game code, mfc programming interface to achieve.
chess
- 象棋游戏,界面编程,实现人人对弈及各种规则判定。希望对初学MFC的游戏编程者有帮助。-Chess game, interface programming, chess and the rules towards judge. MFC beginners want to help game programmers.
planeFighting
- 本软件采用C++开发的陨石撞飞机小游戏。采用MFC单文本界面,按上下左右四键操作,避开陨石,一旦撞到陨石,游戏GAMEOVER。本程序适合初学者学习MFC界面及游戏编程。-The software developed in C++ meteorite hit the airplane game. MFC uses a single text screen, press the up and down about four key operation, to avoid the meteorite
MFC
- 网络五子棋,客户端,服务器,网络编程,界面编程,五子棋算法-Backgammon network, client, server, network programming, interface programming, backgammon algorithm
GameFrame
- 摘要:VC/C++源码,游戏编程,贪吃蛇源码,数组标记 MFC贪吃蛇源码--非链表--采用数组标记方式实现,将绘图与逻辑实现独立。CSnake为标准C++代码,可单独提取出来对界面进行更换。-Abstract: VC/C++ source, game programming, Snake source array mark MFC Snake source- the non linked list- array tag implementation, the graphics and l
SmallBall
- 用MFC实现的游戏,里面含有DirectDraw编程,有完整的GUI界面-MFC implementation of the game, which contains the DirectDraw programming, a complete GUI interface
wuziqi
- 简单的五子棋游戏,c++编程,mfc制作界面,可联网对战,缺点是没有智能电脑设计模块-Simple game of backgammon, c++ programming, mfc production interface, network play, the disadvantage is no intelligent computer design module
Sudoku
- 该系统是在MFC框架下利用C++编写的益智游戏,其界面的设计用到了GDI编程。-This system is the use of C++ puzzle game written in MFC framework, which uses the GDI interface design programming.
tic_tac_toe
- 这是一个带颜色UI界面的棋类游戏实现——tic tac toe(井字游戏) 编程语言:Visual C++ (MFC) 算法:alpha beta 剪枝算法-this is a game called tic tac toe with a UI interface base on MFC, using alpha beta algorithm, for those who want to learn something about MFC programing.