登录
首页 » Visual C++ » Surakarta

Surakarta

于 2020-10-23 发布 文件大小:2050KB
0 318
下载积分: 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 个回复

  • -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
  • SimpleTetrisGame
    说明:  俄罗斯方块 一道简易的俄罗斯方块的制作 附源代码(Tetris Tetris together simple source code for the production of by-laws)
    2008-11-29 20:14:20下载
    积分: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
  • 5636457457
    VB语言写的台湾玩法的扑克牌游戏源代码。(Taiwan VB language play poker game source code.)
    2013-08-06 08:52:17下载
    积分:1
  • Chess
    简易的中国象棋游戏,用VC++.net编程(Chinese chess)
    2013-03-11 08:43:04下载
    积分:1
  • chinaxq
    中国象棋网络版,本人写了将近一个月才完成的,部分是参考网上的.(Chinese Chess online version, I wrote almost a month to complete, partly with reference to the web.)
    2007-12-10 16:00:20下载
    积分:1
  • surakarta
    这是一个苏拉卡尔塔的程序 包括界面设计和后台代码(This is a program of Surakarta, including interface design and code-behind)
    2020-10-22 17:47:23下载
    积分:1
  • CardGames
    发牌程序,利用MFC编写,采用双缓冲技术实现发牌和显示(Licensing procedures, written using MFC)
    2013-04-02 19:18:01下载
    积分:1
  • Gomoku
    简单五子棋,简单学习算法,很弱的AI,原文是Python语句,现改写位c++(Simple backgammon, simple learning algorithm, very weak AI, the original is a Python statement, is now rewritten bit c++)
    2017-06-19 22:08:12下载
    积分:1
  • wuziqi
    实现五子棋的功能,且是一个比较简单移动的程序(Realize the function of renju, and is a relatively simple mobile program )
    2012-04-15 11:17:34下载
    积分:1
  • 696518资源总数
  • 104569会员总数
  • 24今日下载