登录
首页 » Visual C++ » Surakarta

Surakarta

于 2020-10-23 发布 文件大小:2050KB
0 383
下载积分: 1 下载次数: 134

代码说明:

  苏拉卡尔塔棋的源码,可实现人机对战,和搜索树的层次选择(Surakarta chess source code, enabling crew war, and the level of the search tree selection)

文件列表:

Surakarta
.........\Debug
.........\.....\Define.obj,3947,2011-09-11
.........\.....\Eveluation.obj,9124,2011-09-12
.........\.....\HistoryHeuristic.obj,10707,2011-09-11
.........\.....\MainFrm.obj,19308,2011-09-11
.........\.....\MoveGenerator.obj,13390,2011-09-12
.........\.....\NegaScout.obj,12049,2011-09-12
.........\.....\NewGame.obj,14351,2011-09-12
.........\.....\SearchEngine.obj,6733,2011-09-12
.........\.....\StartDlg.obj,10734,2011-09-11
.........\.....\StdAfx.obj,105401,2011-09-11
.........\.....\Surakarta.exe,168008,2011-09-12
.........\.....\Surakarta.ilk,580016,2011-09-12
.........\.....\Surakarta.obj,23560,2011-09-12
.........\.....\Surakarta.pch,5507044,2011-09-11
.........\.....\Surakarta.pdb,590848,2011-09-12
.........\.....\Surakarta.res,16388,2011-09-11
.........\.....\SurakartaDoc.obj,14612,2011-09-11
.........\.....\SurakartaView.obj,67503,2011-09-12
.........\.....\TranspositionTable.obj,12060,2011-09-11
.........\.....\vc60.idb,263168,2011-12-29
.........\.....\vc60.pdb,380928,2011-09-12
.........\Define.cpp,529,2011-09-11
.........\Define.h,1208,2011-09-11
.........\Eveluation.cpp,4080,2011-09-12
.........\Eveluation.h,839,2011-09-11
.........\HistoryHeuristic.cpp,2850,2011-09-11
.........\HistoryHeuristic.h,1083,2011-09-11
.........\MainFrm.cpp,2747,2011-09-11
.........\MainFrm.h,1467,2011-09-11
.........\MoveGenerator.cpp,10260,2011-09-12
.........\MoveGenerator.h,1000,2011-09-12
.........\NegaScout.cpp,2856,2011-09-12
.........\NegaScout.h,816,2011-09-12
.........\NewGame.cpp,1563,2011-09-12
.........\NewGame.h,1429,2011-09-11
.........\ReadMe.txt,4383,2011-09-11
.........\res





.........\...\r1.bmp,1270,2011-09-11
.........\...\Surakarta.ico,1078,2011-09-11
.........\...\Surakarta.rc2,401,2011-09-11
.........\...\SurakartaDoc.ico,1078,2011-09-11
.........\...\Toolbar.bmp,1078,2011-09-11
.........\resource.h,1466,2011-09-11
.........\SearchEngine.cpp,1595,2011-09-11
.........\SearchEngine.h,1378,2011-09-11
.........\StartDlg.cpp,1019,2011-09-11
.........\StartDlg.h,1175,2011-09-11
.........\StdAfx.cpp,211,2011-09-11
.........\StdAfx.h,1054,2011-09-11
.........\Surakarta.aps,39420,2011-12-29
.........\Surakarta.clw,3309,2011-12-29
.........\Surakarta.cpp,4306,2011-09-11
.........\Surakarta.dsp,6219,2011-09-11
.........\Surakarta.dsw,541,2011-09-11
.........\Surakarta.h,1389,2011-09-11
.........\Surakarta.ncb,238592,2011-12-29
.........\Surakarta.opt,55808,2011-12-29
.........\Surakarta.plg,1491,2011-09-12
.........\Surakarta.rc,13746,2011-09-11
.........\SurakartaDoc.cpp,1802,2011-09-11
.........\SurakartaDoc.h,1508,2011-09-11
.........\SurakartaView.cpp,14399,2011-09-12
.........\SurakartaView.h,2923,2011-09-11
.........\TranspositionTable.cpp,3698,2011-09-11
.........\TranspositionTable.h,1276,2011-09-11

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

发表评论

0 个回复

  • chess
    中国象棋 重庆大学出版社出版的《PC游戏编程(人机博弈)》一书的配套光盘内容。( Discs supporting Chongqing University Press published "PC game programming (man-machine game)," a book)
    2013-12-17 09:10:12下载
    积分:1
  • 五子C++源码
    个人开发五子棋游戏的源代码,利用MFC实现,仅供参考!(personal development renju game's source code, using MFC for reference!)
    2005-06-08 15:31:50下载
    积分:1
  • Amazon-chess-game
    亚马逊棋人机博弈代码,界面美观,满足深层搜索。(Amazon chess game code, beautiful interface, meet the deep search.)
    2020-11-16 09:49:40下载
    积分:1
  • Chess_Easy
    基于Visual C++实现的局域网象棋游戏,Socket通信,多线程。(design the chess game by use Visual C++ , Socket technology, Mutil Thread.)
    2013-09-17 19:04:26下载
    积分:1
  • gnuchess-5.07
    一款国际象棋的C++源代码,可以实现人机对战,而且AI的棋力不错(A chess in C++ source code, can achieve man-machine Battle, and a good AI' s Qi Li)
    2009-12-11 18:08:34下载
    积分:1
  • -the-poker-game
    本程序利用Card类数组模拟扑克牌,定义3个数组分别表示玩家手中的牌,电脑手中的牌和底牌,用srand((unsigned)time(NULL))产生随机数字,将底牌数组中随机的一项从底牌中移动到其他的数组中,模拟从洗好底牌中抓牌。表示出牌。 单人练习模式中,首先记下一个 1到13之间的随机数字,然后玩家抓牌,当手中的牌的点数恰与记下的随机数字相等,或用手中有的任意两张牌,通过加减乘除四则运算可以凑出该随机数字相等的点数,则停止抓牌并将这一张或两张出出去,随即记下一个新的随机数字,开始下一轮,直道手中的全部牌出完,游戏结束(This procedure using Card class array to simulate playing cards, the definition of the 3 arrays represent the game player cards, computer cards and cards, using srand ((unsigned) time (NULL)) to generate random numbers, random number in the array will be a move to the number of cards from other groups of cards, simulation from the wash hand in. Said. Single practice mode, first recorded random number between 1 to 13 next, and then the game player to draw cards, random number equal when the hand points exactly with the down, or in the hands of some arbitrary two cards, add, subtract, multiply and divide by four operations can make the random number equal points, then stop to draw a card and the card or two cards out, then write a new random number, start the next round, straight hands all the cards out, the end of the game)
    2013-08-19 15:13:48下载
    积分:1
  • FIRlixiancundang
    五子棋人机对战,离线存档,可以悔棋,切换先手(Backgammon machine war, offline archive can undo switch the upper hand)
    2012-10-23 07:48:53下载
    积分:1
  • Backgammon
    五子棋是有两个人在一盘棋上进行对抗的竞技运动。在对局开始时,先由用户选择哪方先开局,先开局一方将一枚棋子落在一点上,然后由另一方在对方棋周围的交叉点上落子,如此轮流落子,直到某一方首先在棋盘的直线、横线或斜线上形成连续的五子则该方就算获胜。此时,算法结束。当有任何一方想退出时,都可在算法中实现。(Backgammon is a competitive sport confrontation of two people in a game of chess. At the beginning of the game, the first users to choose which side first start, first start the party will be a pawn falls point, and then by the other party on the other chess around the intersection of Lazi, so turns Lazi, until the party first the chessboard straight, horizontal or diagonal to form a continuous five sons even if the party wins. In this case, the algorithm ends. When either party wishes to withdraw from, can be realized in the algorithm.)
    2012-11-05 20:18:00下载
    积分:1
  • VCPP-chess
    这是一个vc++的中国象棋的程序设计,较为方便(This is a vc++ programming Chinese chess, more convenient)
    2015-05-28 10:14:40下载
    积分:1
  • card
    纸牌洗牌翻拍程序,实现对纸牌的洗牌,翻牌等功能,逐步演示,形象直观(Cards shuffle licensing procedures to achieve the cards of the reshuffle, flop and other functions, step by step demonstration, the visual image)
    2016-09-28 13:05:10下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载