资源列表
mine
- 仿windows扫雷游戏,实现双键扫雷,界面较简单,但有成长空间-Fake windows mine games
guess
- 用C++编写的逻辑猜数的小游戏,系统随机生成四个数字,让玩家猜测,根据玩家的输入给出提示,玩家根据提示修改自己的答案,从而得到正确的结果。-Written using C++ logical guessing game, the system randomly generates four numbers, allowing the player guess, according to the player' s input is given prompt, players modify
SourceCode
- 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. -Games on my machine pr
keyboard
- 这个是简单的dos系统下的打字游戏,为了一个同学的期末考试,很短时间内编写的,用法可在运行时知道,在字符集选取时,有些问题,请自己根据需要改写,只限于最初的初学者。- a simple type words game,just for learners who first study C++.There are some problems,you can change it with your pleasure.
Hanoi
- 汉诺塔自动求解演示,基于对话框的应用程序,界面还不错,有源码。-Hanoi automatically solve the presentation, dialog-based applications, interface also true that source.
FIR
- C语言写的一个五子棋的游戏,主要是学习C语言的graphic.h图形库的应用以及五子棋的算法。希望对入门的朋友有帮助。-C language to write a backgammon game, mainly to learn C language graphic.h graphics library of applications and backgammon algorithm. Introduction to the friends want to help.
Tetrisinc
- 俄罗斯方块in vc 俄罗斯方块in vc-teris in vc
Russia
- TC下的俄罗斯方块,功能全面,实现了消格和积分-TC' s Russia box, fully functional, and integration to achieve the elimination grid
4
- 自己用c写的推箱子小游戏 具体大家看代码就好了-Own use c write Sokoban game you see code like the specific
8
- 一个简单的吃豆小游戏 用从语言写成 需要使用16位编辑器才能编译成功-A simple game with Pac-written from the need to use the language editor to compile 16-bit success
HappyFinding
- 这是一款类似于“大家来找碴”的游戏。整个游戏分低、中、高三个难度。游戏玩家在每关中拥有30秒钟的时间来寻找界面右侧图片中与左侧图片的五处不同。游戏操作简单,制作精美,游戏界面赏心悦目。 -This is a similar " 大家来找碴" game. Points of the game is low, medium and high difficulty. Players each have 30 seconds off the time to find the rig
TSS
- 玩“贪食蛇游戏”,难度最大的不是蛇长得很长的时候,而是开始。那个时候蛇身很短,看上去难度不大,却最容易死掉,因为把玩一条小短蛇让人容易走神,失去耐心。由于难度小,你会不知不觉加快调整方向的速度,其实是在游走自如的时候蛇身加长了,你却没有意识到危险,在你最得意洋洋的一刻突然死亡。好比你是老板,小企业赚钱赚得挺麻利,结果骄傲自满,一不留神出了事儿,后悔的机会都没有。