登录
首页 » C# » FivesChess

FivesChess

于 2014-03-28 发布 文件大小:506KB
0 276
下载积分: 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 个回复

  • MyFirstMFC
    围棋游戏源码,实现了落子、提子功能。 如果有编译错误,请去掉报错行的空格(“GoChess” Game Source code)
    2012-08-20 11:26:17下载
    积分:1
  • xiangqi.tar
    在vc平台下编写的一款简单的开源象棋游戏,人机对战模式。(A simple chess game)
    2011-11-02 12:55:45下载
    积分:1
  • renjixiaqi
    人机下棋:在3×3棋盘上,计算机为一方,用户为一方,交替画“X”和“O”,在行、列、对角线上谁先练成一条直线谁就获得胜利。用类的思想完成,具体功能要求如下: (1)状态显示:计算机可正确显示棋盘,给出提示信息和胜负判断。 (2)用户选择:用户可以选择是先下还是后下,并选择棋子是“X”还是“O”。 (3)每一步都用图形化方式顺序输出 (Man-machine chess: on the 3 X 3 board, the computer for one party, the user for a party, draw an X and O alternately, in the row, column and diagonal who practice who would win in a straight line. Finish, with the ideas of the class specific functional requirements are as follows: (1) status display: the computer can correctly display board, giving prompt information and the outcome of judgment. (2) the user choice: the user can next is first or after, and the pieces is a X or O .)
    2020-07-04 13:00:02下载
    积分:1
  • Java-Chess-0.1.0pre-alpha2
    一个java做的国际象棋小游戏.是一个功能完善的chess小游戏,快来看看吧(do a java small international chess game. One function is the perfect small chess games, Come see exciting! !)
    2004-12-06 14:33:45下载
    积分:1
  • 85646465467
    VB语言写的扑克牌电脑魔术——读懂你的心源代码.(VB language to write the poker magic computer- read your source code.)
    2013-08-09 11:36:59下载
    积分:1
  • surakarta
    这是一个苏拉卡尔塔的程序 包括界面设计和后台代码(This is a program of Surakarta, including interface design and code-behind)
    2020-10-22 17:47:23下载
    积分:1
  • Ptu
    一款拼图游戏的基础代码,适合课堂初步教学时所用(A jigsaw puzzle of the underlying code for classroom use when the initial teaching)
    2011-05-22 12:53:53下载
    积分:1
  • Chess
    简易的中国象棋游戏,用VC++.net编程(Chinese chess)
    2013-03-11 08:43:04下载
    积分:1
  • xiangqi
    c++的象棋代码,里面有代码,调试成功,运行很好,我编写了将近一个月,是深入c++最好的资料,大家可以改一改,用于自己的项目。。。(C++ chess code, debugging success, there are code, running very well, I write nearly a month, is deeply c++ the best information, you can change, for their own projects... )
    2013-12-02 23:36:59下载
    积分: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
  • 696516资源总数
  • 106658会员总数
  • 16今日下载