搜索资源列表
wzq
- 程序结构非常好的dos下的五子棋游戏-very good program structure dos under the 331 games
java 网络围棋
- 用java写的模拟人下围棋,有良好的可用性和可扩展性,其中包含java 的源代码-used to write under the simulated people Go, have a good availability and scalability, which includes the source code of java
20059246800641
- 三子棋游戏(成龙棋) 在很多游戏网站上,都没有发现‘三子棋’游戏。这是我的家乡人们经常玩的游戏。 规则如下: 1)下子阶段:在这个阶段,只能下棋子而不能移动棋子。像五子棋一样,尽量使自己的子能凑成‘三’,当你的棋子凑成‘三’了以后,你可以把对方任一个子废掉(该子将会变灰色,下子完了以后,它将会被去掉)。 2)行棋阶段:下完子了,就进入行棋阶段。在这个阶段,不能下棋子而只能移动棋子,也是尽量使自己的子凑成‘三’,当你的棋子凑成‘三’了以后,你可以把对方任一个子去掉。
heleFive
- 有人工智能和联网对弈功能。画面自我感觉还行。人工智能弱了些。有双方落子记录、悔棋。还有“电脑代理功能”也就是不论和电脑还是联网和其他人下,中途离开,可以选电脑代理。此时电脑利用AI和对方下。-a game artificial intelligence and networking functions. Feeling self-images also OK. Some weak artificial intelligence. The two sides Kutno record, he ne
zhongguoxiangqi
- 根据《人工智能》编写的中国象棋游戏,可以选择多中搜索引擎,附有源代码-under the "artificial intelligence" prepared by the Chinese chess game, we can choose more search engines, with source code
186
- 一个五子棋的经典小游戏,本程序在DOS下实现用键盘控制的五子棋游戏-a small 331 classic games, the procedures under the DOS keyboard control of the 331 games
cnchess象棋
- linux系统下的一款象棋代码,在红旗4.0系统下编译通过-linux system under the new code chess, 4.0 in the red through the system compiler
猜单词
- 和文曲星一样的猜英文单词游戏,比较有趣。加入了makefile,可在linux下编译成嵌入式系统需要的应用程序-and rings like the English word games guess that's more interesting. Joined the makefile can be compiled under Linux embedded system needs applications
wzChess
- 主要功能实现二人对弈,人机对弈,可以悔棋.其中关于人机对弈,我用了一个权值进行比较来实现,就是对双方(双二,双三,双四,冲二,冲三,冲四)(当然每种情况的分值都有悬殊)的和来比较大小,取最大的那个点,智能算中下.-achieve two main functions, plays, man-machine game, he never cheat in spain. Which players on the plane, I use the weights for a comparison to
huanrongdao
- 华容道游戏,我们Java课上的期末考试做的,自我感觉还不错,JBuilder 下编译通过-Puzzle, the Java class final examination done, a sense of self was pretty good, under compile JBuilder
CmyFive
- C下实现的五子棋(非双人对下)。 光标的动态显示:采用setwritemode(1)函数,光标移动时在原位置再画一次,从而起到擦除原光标的效果。 判胜负的函数设计:为仅检验落子处的横、竖、斜三方向的胜负,节省了大量编程时间,并使运行效率大大提高。 游戏开始画面:本拟采用直接用程序画的方式,但效果不好。于是采用bmp图像显示方式,使开始画面更为美观。-under the C (121-under double right). Cursor dynamic display :
fifth xiangqi
- 我自己写的一个想在网络上联机下象棋的代码。这个估计是只有我才有吧。。嘻嘻,应该是个唯一的东东了。-I want to write an on-line network in chess under the code. This estimate is that only I can have it. . Hee hee, should be only the vertical.
deepfrozen
- 用JAVA做的通过Email下象棋的软件 -do with Java by Email under chess software
Chess.java
- 这是一个简单的围棋程序,用Java编写的,能执行单击下棋子,双击吃棋子,右击悔棋,重新开局等功能。-This is a simple Go program, written in Java, can be implemented under a pawn click, double-click to eat a piece, Right click on he never cheat in spain, re-start capabilities.
C++wuziqi
- 非常好, 有一个小地方要加上判段, 就是 \"双3\" , 两排交错的双 3, 就应该可以结束了. 或一排已经有 4颗而两头又是空的,这时也可宣告胜方,而不是要下满5颗棋才宣告那方胜. 这个代码可当窗体画线画圆很好的示例代码,特加精品.-very good, there is a small place - to add, is the "double 3", two rows of staggered two-three, it should be ended. or
CChessGame
- 一款实现手机和PC机之间通过网络联结,实现相互下象棋的源码,手机可以用6230模拟器,-A Mobile Phone and PC through the network to link each other under chess source code, use mobile phones 6230 simulator,
gabang
- 双人对下五子棋,聊天。编译FiveChess.dsw文件,在Debug目录下会生成文件FiveChess.exe,直接双击该文件,即可运行“网络五子棋”程序。-doubles pairs under 331 and chat. FiveChess.dsw compile documents, In Debug directory will generate FiveChess.exe document, double-click the file directly, can be run &qu
renju_simple_in_c
- 相对比较简单清晰的五子棋程序,用c写的,AI部分很强劲,适合刚刚开始编大型程序和研究AI的人入门。vc6下编译通过,enjoy!-relatively simple and clear procedures for the 331, and c written by some very strong AI. suitable for large-scale just started to study procedures and the others in AI. Vc6 under compi
SourceCode_Complete
- 该程序为中国象棋智能人机对弈实现完成程序.该项目系在Visual Studio.net 2003下所建的MFC应用程序项目。使用更低版本的编译器将无法正常使用该源程序。-the procedures for the Chinese intelligent man-machine chess players to achieve completion procedures. The project ties in the Visual Stud io.net 2,003 under constru
chessevluation
- 该模块能完成输入棋局的棋局异常或走棋违规判断.使用方法:把引擎头文件和智 能对弈程序IntelligentChess.h一起拷到所建文件目录下,通过“工程”菜单把引擎头文件和智能对弈程序IntelligentChess.h一起加入工程, 用#include \"IntelligentChess.h\"语句把智能对弈程序IntelligentChess.h加入该工程.cpp文件。然后调用各功能函数完成异常、违规判断该项目系在Visual Studio.net 2003下所建的Win32控制