登录
首页 » C# » FivesChess

FivesChess

于 2014-03-28 发布 文件大小:506KB
0 129
下载积分: 1 下载次数: 2

代码说明:

  由于五子棋比一字棋难,规则多,又有禁手限制,无法采用简单的搜索和加分方式。 为了分清各种情况的轻重缓急,我们采用一次性打分的策略: 对棋盘上的每个空位根据情况的轻重缓急,越重越争分越高,反之越低,然后根据打分找出分值最高的的位置下子。(Since backgammon difficult than the word chess, rules and more restrictions have cut hand, you can not use a simple search and processing of ways. In order to prioritize a variety of situations, we use a one-time scoring strategy: for each vacancy on the board in accordance with the priorities of the situation, the more weight the more indisputable points higher, whereas the lower, and then find the highest score according to the scoring Location erupted.)

文件列表:

FivesChess
..........\bin
..........\...\Debug


..........\...\.....\FivesChess.application,1574,2008-11-23
..........\...\.....\FivesChess.exe,191488,2008-11-23
..........\...\.....\FivesChess.exe.manifest,5125,2008-11-23
..........\...\.....\FivesChess.pdb,58880,2008-11-23
..........\...\.....\FivesChess.vshost.application,1574,2008-11-23
..........\...\.....\FivesChess.vshost.exe,14328,2014-03-27

..........\...\Release
..........\...\.......\FivesChess.application,1574,2008-11-22
..........\...\.......\FivesChess.exe,191488,2008-11-23
..........\...\.......\FivesChess.exe.manifest,5125,2008-11-22
..........\...\.......\FivesChess.pdb,44544,2008-11-22


..........\FivesChess.csproj,6615,2008-11-22
..........\FivesChess.csproj.user,632,2008-11-22

..........\FivesChess.sln,909,2008-11-22
..........\Form1.cs,26240,2009-02-11
..........\Form1.Designer.cs,9214,2008-11-23
..........\Form1.resx,218330,2008-11-23
..........\FormAbout.cs,368,2009-02-11
..........\FormAbout.Designer.cs,2862,2009-02-11
..........\FormAbout.resx,22645,2009-02-11
..........\FormSet.cs,690,2008-11-23
..........\FormSet.Designer.cs,4890,2008-11-22
..........\FormSet.resx,5814,2008-11-22
..........\obj
..........\...\Debug



..........\...\.....\FivesChess.application,1574,2008-11-23
..........\...\.....\FivesChess.csproj.FileListAbsolute.txt,5882,2014-03-27
..........\...\.....\FivesChess.csproj.GenerateResource.Cache,969,2009-02-11
..........\...\.....\FivesChess.exe,191488,2008-11-23
..........\...\.....\FivesChess.exe.manifest,5125,2008-11-23
..........\...\.....\FivesChess.Form1.resources,142341,2014-03-26
..........\...\.....\FivesChess.FormAbout.resources,11785,2014-03-26
..........\...\.....\FivesChess.FormSet.resources,180,2014-03-26
..........\...\.....\FivesChess.pdb,58880,2008-11-23
..........\...\.....\FivesChess.Properties.Resources.resources,180,2014-03-26
..........\...\.....\Refactor
..........\...\.....\TempPE

..........\...\Release
..........\...\.......\FivesChess.application,1574,2008-11-22
..........\...\.......\FivesChess.csproj.FileListAbsolute.txt,1279,2008-11-22
..........\...\.......\FivesChess.csproj.GenerateResource.Cache,969,2008-11-22
..........\...\.......\FivesChess.exe,162816,2008-11-22
..........\...\.......\FivesChess.exe.manifest,5125,2008-11-22
..........\...\.......\FivesChess.Form1.resources,134488,2008-11-22
..........\...\.......\FivesChess.FormAbout.resources,180,2008-11-22
..........\...\.......\FivesChess.FormSet.resources,180,2008-11-22
..........\...\.......\FivesChess.pdb,44544,2008-11-22
..........\...\.......\FivesChess.Properties.Resources.resources,180,2008-11-22
..........\...\.......\TempPE
..........\Program.cs,491,2008-11-22
..........\Properties
..........\..........\AssemblyInfo.cs,1360,2008-11-19
..........\..........\Resources.Designer.cs,2870,2008-11-19
..........\..........\Resources.resx,5612,2008-11-19
..........\..........\Settings.Designer.cs,1095,2008-11-19
..........\..........\Settings.settings,249,2008-11-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 6chess
    java六子棋代码,按最长连子搜索实现步法生成(Six sub-chess java code, according to step up to achieve even generate sub-search)
    2020-10-20 15:37:25下载
    积分:1
  • black_white_chess
    black white chess black white chess black white chess black white chess
    2009-09-19 16:14:31下载
    积分:1
  • 21Point
    21点游戏,电脑固定为3张牌,玩家的发牌为两张,玩家可以继续要牌,谁点数大并低于21点则谁胜利。(21game, computer fixed three brand licensing for two players, the players can continue to draw cards, who points to the large and less than 21 points, who victory.)
    2013-02-21 18:32:40下载
    积分:1
  • CSharp-lianliankan
    4涛6太跳跳糖她3涛太3她4太3她3太涛3涛4太(6 4 Tao Tao too popping candy she too 3 3 3 her three of her four too too Tao Tao 3 4 too)
    2013-12-03 20:50:36下载
    积分:1
  • Checker
    经典的西洋跳棋程序。 运用机器学习方法实现人机对弈。 方便大家学习。(Classic checkers program. The use of machine learning methods to achieve human-computer chess. To facilitate them to learn.)
    2020-11-16 06:29:46下载
    积分:1
  • luoxuanzhenlie
    用C++实现的螺旋阵列,代码少,且看起来简洁明了(Spiral Array Implementation)
    2010-01-11 19:57:08下载
    积分:1
  • gnuchess-6.0.3.tar
    这是一个象棋游戏,它的运行环境是Linux、Unix之类的操作系统。不仅如此,该游戏也可以在Windows环境下展开配置。尽管这较为复杂。(Chess game working on linux like Operating system。)
    2013-08-10 13:17:11下载
    积分:1
  • wuziqi
    这是一段人与电脑下五子棋的程序,人H代表人,C代表电脑(This is a man with a computer under 331 procedures, human H representative, C for computer)
    2013-10-16 23:00:24下载
    积分:1
  • chess
    局域网内的五子棋游戏,WIN32编程,可以很好的学习windows消息机制(Backgammon games, WIN32 programming LAN can be a good learning windows message mechanism)
    2015-06-24 15:52:06下载
    积分:1
  • game_five-in-a-row
    游戏五子棋,简单实现了两人对战的模式。可以建立连接也可以断开连接。游戏结束会自动给出输赢结果(Playing backgammon, a simple realization two players mode. You can establish a connection can be disconnected. End of the game will automatically give winners and losers)
    2013-11-10 15:58:59下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载