搜索资源列表
WinXp Internet跳棋(人机对战)
- WinXp Internet跳棋(人机对战) 412 软件简介:WinXp系统自带 Internet跳棋(人机对战源程 -WinXp Internet drafts (man-machine players) 412 software descr iption : WinXp system onboard Internet drafts (man-machine-screen source
gjchess
- 国际象棋,包括说明和,类文件,挺好的,大家-international chess, including a descr iption of and, like, good, we look at
zfa10
- This is a online black jack game written in C, support one user against one computer. Used CGI interface between the PC and server. Detailed descr iption and functionality of the game is specified in the code.-This is a black jack online game written
wq_ole
- 这是一个简易的 OLE Server ,可以在 WinWord的文件里加入围棋 插图,但不支持打劫的描述。-This a simple OLE Server, in the Word document to join Go illustrations, but do not support the descr iption of robbery.
87
- 常胜将军。c语言程序源代码,实例解析说明。-Ever Victorious General. c language program source code, examples of analytical descr iption.
chinesechess
- 这是一个能够远程下中国象棋的程序,能够基本实现远程下棋功能,但还不完善,屏幕有些闪烁,但还是值得借鉴的。程序使用说明:先在一台机器上运行,并选择作为服务器,再到另外一台机器上运行这个程序,选择不作服务器,并制定服务器的IP地址,就可开始了。-This is a long-range Chinese chess under the procedures to the basic functions of remote playing chess, but not perfect, the scre
Gobangprocedures
- 五子棋程序,c语言描述,可以扩展,也可以直接使用-Gobang procedures, c language descr iption can be extended, can also be used directly
gameplaza
- 基于BS结构的网络游戏介绍 以及游戏大厅的源码!-BS-based architecture descr iption online games and game room source!
GameGoBang
- 关于一个五子棋的算法描述,使用MAX-MIN算法-Gobang algorithm on a descr iption of the use of MAX-MIN algorithm
HORSE_PROBLEM
- 使用回溯的方法实现跳马问题,同时,还使用了递归的思想。跳马问题描述:在N*N格的棋盘上,从(1,1)点出发,按日字跳马,要求不重复地跳经所有方格。求出符合要求的所有跳马方案-The method used to achieve vault back problem, while also using the recursive thinking. Horse Problem Descr iption: In the N* N grid of the board, from (1,1) point
Russia
- 一些基础的游戏设计,介绍详细了俄罗斯方块、五子棋、打地鼠等游戏的编辑过程,并且有已经完成的程序的例子-Some basic game design, detailed descr iption
tetris-mania
- 桌面小游戏:俄罗斯方块 (含源程序) 【软件简介】 虽然是非常古老的小游戏, 但现在仍然百玩不厌。 这个程序用BCB实现也非常简单。 为了让大家看清程序的算法, 程序的界面尽量简单, 没有过多的修饰-Desktop games: Tetris (including source code) 【Descr iption】 Although the software is very old game, but still 100 to play not tire. Thi
AIGameEngine
- 游戏开发相关; 对游戏开发中AI人工智能的相关领域有较为详细的介绍;-Game development-related on the AI game development related areas of artificial intelligence have a more detailed descr iption
Gobang-graduation-thesis
- 本论文主要阐述以面向对象的程序开发语言VC++为开发工具,设计一个五子棋游戏。本系统是个小型游戏,可以单机使用,也可以网络两个人游戏,也可以和电脑进行游戏。论文首先介绍了开发背景及开发语言的介绍-This paper presents the object-oriented programming language VC++ as a development tool, the design of a backgammon game. This system is a small game th
Csharp-Landlords--Sources
- Csharp 斗地主源码 .net平台下开发,内含算法说明-Csharp Landlords source. Net development platform that includes algorithm descr iption
11
- 三国英雄录游戏和技术说明 -Three games and recorded a hero descr iption of the three games and recorded a hero descr iption
sanguosha-3-2
- 控制台三国杀的说明 这个程序耗费了我三四个星期的时间与精力,不过做的很粗糙,没有实现三国杀的全部功能。 现在这个版本,实现的功能是两个武将一对一,玩家开始时控制A武将,由电脑接管B武将来响应A的出牌;A武将回合 结束后,玩家控制B武将,由电脑接管A武将响应B武将出牌。(不要喷我哦~现在没实现AI控制主动出牌~)如此循环往复,直 到一名武将阵亡,游戏宣告结束。 这个程序使用三国杀标准包,一共104张牌。实现了杀、闪、桃、乐不思蜀、闪电、无中生有、南
heibai
- 项目介绍: “黑白棋”是一个很著名的棋类游戏,又称为“奥赛罗”棋. 规则是在8*8的棋盘上的中心位置,先放入四个棋子,黑白各两个。然后双方轮流下子,在直线或斜线方向,己方两子之间的所有敌子(不能包含空格)全部变为己子(称为吃子). 每次落子必须有吃子。最后棋盘全部占满,或者双方都不能落子,那么子多者为胜。如果一方把对方全部吃完,也算获胜。-Project Descr iption: "Othello
blocks
- 题目描述 为了增强幼儿园小朋友的数数能力,小虎的老师给了一个家庭游戏作业。他让小虎拿一块空的围棋盘,随机地在一些方格中放些棋子(有黑白两种颜色),如果一个方格和它的上、下、左、右四个方格之一都有相同颜色的棋子,则认为两格子是相连通的。这期间,要求小虎不断统计共有多少个连通块。 如下图是一个5×9的棋盘,其中"."表示空格,"*"表示黑棋子,"@"表示白棋子。则有4块连通的棋子块。 ......... ..**..@.. .**@@.@@. ..*@..*.. ....
java-chess
- 中国象棋,位棋盘,Zobrist键值,alpha-beta搜索,置换表,局面评价,包含设计说明-Chinese chess, chessboard, Zobrist keys, alpha-beta search, transposition table, situation assessment, including design descr iption