搜索资源列表
mantischess103s
- 这是一部制作精良的中国象棋小游戏,画面清新,操作简单是它的优势,电脑的难度不是很高,所以初学者也可以试试啦~ 基本操作:鼠标左键点击选中棋子,再点移动。 -This is a well-made small Chinese chess games and picture clean, simple operation is its advantage, computer difficulty is not very high, so beginners can try -- to th
game_Majiang
- 用C++开发的中国麻将游戏(单机版),可以做为学习的范例。 —————————————————————————————— 游戏的基本运行 ——————————————————————————-———— 运行前会先洒色子,根据色子与庄家给各玩家初始化手中的牌 1.初始化(根据庄家和色子数给每个人发12张牌) 2.牌墙发牌给庄家(m_nActive活动状态给庄家) 3.根据活动状态玩家是否是出牌状态(m_nState==1):如果是电脑,让其思考最差的一张牌并出牌,如果是
wzq4
- visual C++实现的一个初步的五子棋框架,完成了一些基本的操作实现,-visual C achieved a preliminary framework for the 331, completed the basic realization of the operation,
Good_chess
- 一部制作精良的中国象棋小游戏,画面清新,它的优势是操作简单,电脑的难度不高,非常适合初学者。基本操作:鼠标左键点击选中棋子,再点移动。
ddz
- 斗地主源代码 可以实现斗地主的基本操作-斗地主source code can be achieved斗地主the basic operation
ELS
- 俄罗斯方块的程序,包括分数记录,速度变化,开始暂停等基本操作。-Russian box procedures, including scores of records, the speed of change, the basic operation suspended.
mantischess
- 这是一部制作精良的中国象棋小游戏,画面清新,操作简单是它的优势,电脑的难度不是很高,所以初学者也可以试试啦~ 基本操作:鼠标左键点击选中棋子,再点移动。-This is a well-made Chinese chess game, the screen clean, simple operation is its advantage, the computer is not very high degree of difficulty, so beginners can also try
mantischess103s
- 这是一部制作精良的中国象棋小游戏,画面清新,操作简单是它的优势,电脑的难度不是很高,所以初学者也可以试试啦~ 基本操作:鼠标左键点击选中棋子,再点移动。-This is a well-made Chinese chess game, the screen clean, simple operation is its advantage, the computer is not very high degree of difficulty, so beginners can also
RussiaCube
- 此程序代码是参考vc++游戏编程里面的俄罗斯方块,可以实现基本的游戏操作。-This program is based on the book called <game program in vc++> ,in which there is the game RussiaCube.So you can just try.
24pointgame
- 本程序实现了24点游戏的基本功能,可以完整的进行操作,而其界面也较为美观。可以作为课程设计的参考程序。-This program implements the basic functions of 24-point game, you can complete the operation, and its interface is also more beautiful. Can be used as reference for curriculum design process.
2_1
- 用C++编写的扑克牌游戏。 创建一副扑克,并完成洗牌等基本操作。 (1)增加大小王。 (2)将洗完牌平均分给4个人,然后1将花色相同的牌按点数大小排列起来。2根据花色的大小将牌排列起来(大小王排前) (3)删除指定的牌,如红桃5、黑桃A等,并将其余牌显示。-Written in C++, poker game. Create a poker, and complete the reshuffle and other basic operations. (1) increasing
xiangqi
- 设计一个支持基本计算统计功能和其他一些表格管理/处理功能的计算机软件,使用户可在该软件的支持下,用交互方式进行表格建立、数据输入、数据编辑及其他一些表格操作。二 功能要求 1.建立表格建立空白表格,同时在屏幕上显示,-To design a basic computing statistical functions and other forms management/processing computer software, so users can support the software,
wuziqi
- 五子棋的基本实现,界面简单,极易上手,操作方便,是本科期间的一次实验作品-Gobang basic implementation, the interface is simple, easy to use, easy to operate, is an experimental work during the undergraduate
111
- 基于Visual C++应用OpenCV开发的五子棋程序,其中包括所有基本的OpenCv操作,是opencv初学者学习的好资料-Applications based on Visual C++ OpenCV development backgammon program, which includes all the basic operations OpenCv is good information for beginners to learn opencv
FiveStone
- 在设计五子棋游戏的时候,首先可以确定用户所需要执行的操作。这里可以确定一些基本的功能,这些功能包括如下。 玩家能够快速开始游戏。 玩家能够更换身份(更换黑棋和白棋)。 玩家能够退出游戏。 其中,玩家能够快速开始游戏,需要考虑玩家当前的身份。例如当玩家为黑棋的时候(玩家先走棋),单击【快速游戏】时玩家能够开始下棋,另外,当玩家为白棋的时候(电脑先走棋),单击【快速游戏】时计算机首先下棋。 不仅如此,玩家能够快速更换身份。更换身份后玩家能够进行不同的棋子的选择,从而和电脑进