搜索资源列表
a1s2d3f
- 五子棋的小程序,MFC编写,非常简单,-331 small procedures, the preparation of MFC, very simple, thank you
PictureGame
- 用MFC写的拼图游戏,初学时写的小程序,希望大家喜欢。-with MFC written pieces of the jigsaw, beginner to write a small program, hope you like them.
mfc
- 屏幕小精灵原程序用visualc++编写的原代码
Ball3.0
- 类似弹球的小程序,用MFC做的,小球的移动和柱子的控制已经做好
five
- MFC界面的在线五子棋小程序 可以在线和其它朋友一起玩
games
- windows xp下通过的小程序,拼图游戏的源代码,对于学习mfc很有帮助.
五子棋2
- 用mfc制作的小程序-mfc produced with the small programs
仿Windows自带的扫雷程序
- 一直感觉Windows自带的扫雷程序挺有意思的。学习VC也有很长的时间了,一直没有真正的用心作过什么东西。决定先做个扫雷练练手。由于对MFC掌握的不是很好,程序中的小臭虫还希望各位兄弟们多多指教,共同进步。-have been feeling the Windows demining process quite interesting. Learning VC have very long period of time, has no real intentions over nothing.
MFC_tesis
- 简单的俄罗斯方块小程序,用Visual C++ MFC实现的,供大家参考-A simple Tesis game made by MFC
CatandRat
- 用MFC编写的猫爪老鼠的小程序,希望大家可以学的开心,有乐趣-Ranunculus written using MFC rats a small program, hope that we can learn of the happy, enjoyable
VCsnake
- 应用visual C++的MFC进行可视化编程,完成一个贪吃蛇小程序。 程序包含snake.EXE可执行文件和所有的可编译程序源码 -Application of visual C++ for MFC to visual programming, to complete a Snake applet. Program that contains an executable file and all snake.EXE compiler source code that can be
Incomplete_board_game
- 这是一个残缺棋盘的小游戏,用mfc实现,是一个简单的小程序-This is an incomplete board game, with mfc to achieve, is a simple applet
Snake
- 基于MFC单文档编写的贪吃蛇小程序,能设置关卡,统计过关时间等功能。-MFC single document based on small programs written in Snake can set up checkpoints, customs clearance time statistics and other functions.
9gegong
- 一个基于MFC的按钮控件的类似于拼图游戏的小程序,-MFC-based control of a button a small jigsaw puzzle-like process
RUSSIONBLOCK
- 这是我写的一个俄罗斯方块小程序,主要是学习之用,用c++,sdk实现,没有使用mfc架构,下载时看清楚咯,由于是用于学习的所以很多功能还没添加,例如计分功能,提前通知下个方块功能,判断胜负功能,但我觉得既然已经把主要功能写好了,其他不是很好办吗,感兴趣的同仁们可以下下,自己添加哪些功能吧-I wrote a small program Tetris, mainly learning, using c++, sdk implementation does not use mfc framework
pintu
- 一个用MFC写的拼图小程序,用户通过用鼠标点击来移动图片,从而完成整张图片的拼接-A puzzle with a small program written in MFC, the user clicking with the mouse to move through the picture, thus completing the whole picture mosaic
snake.files
- 是基于C++中mfc的一款建议的贪吃蛇小程序,简单易学!很好用的!-This program is a base program.it s very simple to learn it.
figners-move
- 用MFC实现的与电脑对弈五指棋的小程序。-Using MFC' s fingers move with a small computer chess program.
FillBoard
- MFC实现的填充棋盘小程序,鼠标单击窗口任一点,即时生成填充棋盘的解法。填充算法使用分治法。-Fill the chessboard small program is implemented by MFC, mouse click the window at any point, the solution immediately generated to fill the board. Filling algorithm using the divide and conquer.
基于VS2010平台的C++五子棋游戏
- 一个简单的五子棋游戏小程序。本游戏程序,主要有开始、判断输赢、玩家自行认输、悔棋几个功能,并且具有清晰的用户操作区、区分明显的棋盘局、明确详细的游戏规则介绍,能正确实现目前游戏界面已有的功能,程序稳定。