搜索资源列表
控制台象棋程序
- vc++ Builder写的中国象棋控制台程序;思路清晰,实现人机对战功能。-vc Builder written by Chinese chess console; Clear ideas and realizing human-computer screen function.
中国象棋(人机对弈)源代码
- 这是一款人机对弈的中国象棋程序,可以选择搜索层数,可以悔棋。-This is a man-machine chess players, the Chinese procedures, we can choose to search floors, he never cheat in spain.
网络中国象棋对弈程序源代码
- 这是一款可以通过网络对弈的中国象棋程序源代码。 程序使用方法:Create创建主机,对方Join后即可开战! 源代码大小:164K -This is a network can play against Chinese chess program source code. Procedures for Use : Create to create mainframe, the other side can Join after the war! Source Size : 164K
cclinux
- 用SDL写的中国象棋程序,人工智能算法来源于陈成涛先生的mantisChess。 昨天中午在cosoft上偶然发现了陈成涛先生的中国象棋程序,Down下来以后发现只有Windows版,打开源代码,发现是用Win32 SDK写的(呵呵,以前学这东西可花了我不少时间,现在终于派上用场了),于是我决定把它移植到Linux下来,花了一个下午和一个早上终于搞定了。 不过程序退出的时候会出现一个错误,现在还没找到问题所在,而且程序的界面也比较难看,大家先凑合着用吧!等我以后有时间了再改。昨天已经被我们项目组
ChineseChess_JAVA
- 本程序是一个用JAVA语言编写的中国象棋程序,内含操作说明,有兴趣的朋友可以-this a procedure with Java language of the Chinese chess, containing instructions, Interested friends can s
中国象棋游戏源代码
- 本程序中的搜索引擎为王小春的《PC游戏编程(人机博弈)》书中的搜索引擎,估值函数和开局库皆为自己设计.内含大量开局库资料和开局库格式转换程序.本版棋力比1.0版棋力增强不少。 发布此程序代码之用意在于提高我国共享象棋软件的棋力,让我们大家一起来开发开源的中国象棋软件.-the procedures for the search engine to guan "PC game programming (man-machine game)" book search engine,
一个远程下中国象棋的程序
- 这是一个能够远程下中国象棋的程序,能够基本实现远程下棋功能,但还不完善,屏幕有些闪烁,但还是值得借鉴的。程序使用说明:先在一台机器上运行,并选择作为服务器,再到另外一台机器上运行这个程序,选择不作服务器,并制定服务器的IP地址,就可开始了。-This is a remote Chinese chess under the procedures can bring about long-distance chess basic functions, but is not perfect, some
VC]中国象棋vc源代码
- 中国象棋是大家经常玩的,编写这类程序最关键也是最难的地方就是算法的设计,看看别人的设计也许对你会有所帮助-Chinese chess we used to play, the preparation of such procedures is the most critical is the most difficult part of the algorithm design, others look at the design you may be helpful
中国象棋VB
- 自己写的中国象棋程序。2放对弈。
chess.rar
- 中国象棋源码,VC,本人机对弈程序采用了多种搜索算法,Chinese chess source, VC, my machine using a variety of game procedures search algorithm
Chess.rar
- 简单中国象棋对弈程序,可以在同一台电脑上两人对弈;或者两人在各自电脑上对弈;,Chinese Chess
12614_cnchess
- TCnChess控件是为Delphi程序员编写的中国象棋控件。用TCnChess,Delphi程序员能够快速的 编写中国象棋的游戏程序。-jhgj
chess
- 一个开发中国象棋程序的开发包-A development process of Chinese chess development kit
chinachess
- 一个用C++编写的中国象棋程序!希能帮到喜欢编程的同学的忙!-One with C++ Prepared Chinese chess program! Greek favorite programming to help students busy!
ChineseChess
- 简单的中国象棋程序,用Visual C++编写的-Simple Chinese chess program, using Visual C++, prepared
codefans.net
- Java版中国象棋项目设计源代码及论文,还附有成品可运行的文件。 20世纪60年代初,麦卡锡提出了alpha-beta修剪算法,把为决定下一个走步而需对棋盘状态空间的搜索量从指数级减少为指数的平方根,大大地提高了机器下棋的水平。IBM的超级计算机“Deep Blue”更是一个神话,让棋迷们神往。本文根据国际象棋程序设计的一些成功经验,提出中国象棋程序设计的一些思路和方法。-Chinese Chess Java version of the project design source c
VC++ 中国象棋程序源代码
- 本人机对弈程序采用了多种搜索算法.CEveluation类:估值类,对给定的棋盘进行估值.(machine chess program, using a variety of search algorithms. Valuation function, the valuation of a given chessboard.)
java中国象棋源码
- JAVA开发的中国象棋游戏程序,开源代码,用户可以下载使用。(JAVA development of Chinese chess game program, open source code, users can download the use.)
VC 写的中国象棋游戏源程序
- 中国象棋受大众喜爱的游戏,规则简单,但战局变化多端。这个中国象棋程序可以进行人机对战,。(Chinese chess is a popular game, the rules are simple, but the war is changeable.A Chinese chess program that can be used by man and machine.)
中国象棋
- 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:fail-so