资源列表
8queen
- 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互\"攻击\"的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。 本算法采用一维数组来进行处理。数组的下标i表示棋盘上的第i列,a[i]的值表示皇后在第i列所放的位置。如:a[1]=5,表示在棋盘的第一例的第五行放一个皇后。
five
- 实现了下子,判定双方哪方输赢,在悔棋上面还有问题-Now realize, the two sides determine which side winning or losing, there are issues in the above悔棋
mazouri
- 马踏日程序的源代码。使棋盘上的每一步都可以用马走,且只走一次。
Chess
- chess a lo mas no poder
67
- 21点游戏,和计算机比赛,看谁是最后的赢家-21 games, and computer games to see who the winner is the last
wuziqi
- 可进行简易的五子棋人机对战,又黑棋先行,包含了结构、数组、循环、函数、分支、指针等功能-Can be simple backgammon crew war, and Black first, includes structures, arrays, loops, functions, branches, pointers etc.
poke
- 此为一个牌类游戏。游戏随机给出3行扑克牌,由玩家暗记一张牌并告诉游戏它在哪一行,游戏将猜出玩家暗记的牌-This is a card game. 3 lines are given random game cards, a card from the player markings and tell it which line the game, the game will guess the player markings cards
BezNazwy1
- othello reversi game program ai
wuziqi
- 一款经典的五子棋游戏,用c语言编写,操作方便,使用简单。-A classic gobang game, written in c language, easy to operate, simple to use.
music
- 这个程序实现了如何在游戏中添加背景音乐,适合广大游戏和编程熬好者学习,本着开源的精神上传。-The program realization of how to add background music in the game for the majority of those games, and programmed learning Aohao, in the spirit of open-source upload.
WZQ
- 但是学C的时候做的一个五指棋游戏..因为xp的获取鼠标的api和98系统的不一样,当时是在98环境下做的.因此如果在XP下使用会产生鼠标找不到的问题
Five-in-a-Row
- 使用C + +写一个简单的五子棋程序,与Win32控制台编译。-Using C++ to write a simple 331 procedures, with Win32 console compilation.