⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chess program sources.htm

📁 介绍各种经典算法的代码。说明详细
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0049)http://www.xs4all.nl/~verhelst/chess/sources.html -->
<HTML><HEAD><TITLE>Chess Program Sources</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type><LINK 
href="programming.html" rel=UP><LINK href="research.html" rel=NEXT><LINK 
href="search.html" rel=PREVIOUS>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR></HEAD>
<BODY>
<SCRIPT language=JavaScript>
     <!--
     document.write("<img src=\"http://www.nedstat.nl/cgi-bin/referstat.gif?name=pvesrc&refer="+escape(top.document.referrer)+"\" width=1 height=1 alt=\"\">");
     // -->
</SCRIPT>
<A href="http://www.anybrowser.org/campaign/"><IMG align=left 
alt="[Best viewed with any browser]" border=0 height=31 
src="Chess Program Sources.files/anybrowser.gif" width=88> </A><A 
href="http://www.eff.org/blueribbon.html"><IMG align=right 
alt="[Free Speech Online]" border=0 height=30 
src="Chess Program Sources.files/freesp.gif" width=143> </A>
<CENTER>Last modified: 30 November 1997 <BR>Accessed: <IMG height=14 
src="Chess Program Sources.files/usercounter.htm"> </CENTER>
<HR>

<H1>
<CENTER>Chess Program Sources </CENTER></H1>
<P>This section lists a number of chess programs. I have only included programs 
for which sources are available. 
<UL>
  <LI>AliBaba (<A 
  href="ftp://ftp.cs.rulimburg.nl/pub/software/breuker">ftp://ftp.cs.rulimburg.nl/pub/software/breuker</A>) 
  <BR>Dennis Breuker's testbed for experiments with heuristics in Alpha-Beta 
  searching. 
  <LI>Arasan (<A 
  href="http://www.best.com/~jdart/arasan.htm">http://www.best.com/~jdart/arasan.htm</A>) 
  <BR>Jon Dart's Windows program written in C++. 
  <LI>Chenard (<A 
  href="http://www.intersrv.com/~dcross/chenard.html">http://www.intersrv.com/~dcross/chenard.html</A>) 
  <BR>Don Cross's chess program written in C++. It runs under DOS and Windows 
  95/NT. 
  <LI>Crafty (<A 
  href="ftp://ftp.cis.uab.edu/pub/hyatt">ftp://ftp.cis.uab.edu/pub/hyatt</A>) 
  <BR>Robert Hyatt's successor to Cray Blitz for Unix and DOS. Robert Hyatt is a 
  frequent contributor to the rec.games.chess.computer news group. This program 
  is a living illustration of the points he makes there. Crafty illustrates the 
  use of <A 
  href="http://www.xs4all.nl/~verhelst/chess/representations.html#bitboards">bitboards</A>, 
  <A 
  href="http://www.xs4all.nl/~verhelst/chess/search.html#aspiration">aspiration 
  search</A>, <A 
  href="http://www.xs4all.nl/~verhelst/chess/search.html#killern">killer</A>, <A 
  href="http://www.xs4all.nl/~verhelst/chess/search.html#historyn">history</A>, 
  and <A href="http://www.xs4all.nl/~verhelst/chess/search.html#null-move">null 
  move</A> heuristic, <A 
  href="http://www.xs4all.nl/~verhelst/chess/search.html#transposition">transposition 
  table</A>, <A 
  href="http://www.xs4all.nl/~verhelst/chess/search.html#extensions">search 
  extensions</A>. <BR>There is a Crafty mailing list at <A 
  href="http://jpunix.com/">JPUnix.com</A>. To subscribe, send a mail message 
  with body "subscribe" to <A href="mailto:" 
  crafty-request@JPUnix.Com??>crafty-request@JPUnix.Com</A>. 
  <UL>
    <LI><A href="http://www.txdirect.net/~chess/crafty.html">Installing Crafty 
    under Linux</A> 
    <LI><A href="http://www.limunltd.com/crafty/">Macintosh port of Crafty</A> 
    </LI></UL>
  <LI>The Crazy Bishop (<A 
  href="http://www-ensimag.imag.fr/eleves/Remi.Coulom/tcb.htm">http://www-ensimag.imag.fr/eleves/Remi.Coulom/tcb.htm</A>) 
  <BR>Remi Coulom's freeware chess program for DOS and Windows 95/NT. Only the 
  C++ source for the basic chess library is available. 
  <LI>EXchess (<A 
  href="http://quasar.astro.brandeis.edu/BRAG/people/dch.html">http://quasar.astro.brandeis.edu/BRAG/people/dch.html</A>) 
  <BR>Dan Homan's chess program for DOS and Windows 95/NT written in C++. 
  <LI>GNU chess (<A 
  href="ftp://prep.ai.mit.edu/pub/gnu">ftp://prep.ai.mit.edu/pub/gnu</A>) 
  <BR>This program is written in C and is irregularly updated. The most recent 
  version can always be found at FTP sites that carry GNU software. It is 
  originally meant for Unix systems, but ports are available for 
  <UL>
    <LI>Amiga (<A 
    href="ftp://caissa.onenet.net/pub/chess/Amiga">ftp://caissa.onenet.net/pub/chess/Amiga</A>) 

    <LI>DOS (<A 
    href="ftp://caissa.onenet.net/pub/chess/DOS">ftp://caissa.onenet.net/pub/chess/DOS</A>) 

    <LI>Macintosh (<A 
    href="ftp://caissa.onenet.net/pub/chess/Macintosh">ftp://caissa.onenet.net/pub/chess/Macintosh</A>) 

    <LI>OS/2 (<A 
    href="ftp://caissa.onenet.net/pub/chess/OS2">ftp://caissa.onenet.net/pub/chess/OS2</A>) 

    <LI>Windows (<A 
    href="ftp://caissa.onenet.net/pub/chess/Win3">ftp://caissa.onenet.net/pub/chess/Win3</A>) 
    </LI></UL>
  <LI>KC Chess (<A 
  href="http://ccnga.uwaterloo.ca/~csbruce/CHESS/Chess.html">http://ccnga.uwaterloo.ca/~csbruce/CHESS/Chess.html</A>) 
  <BR>Craig Bruce and Kevin Philips's chess program written in Turbo Pascal for 
  their undergraduate final project. 
  <LI>KnightCap (<A 
  href="http://samba.anu.edu.au/KnightCap/">http://samba.anu.edu.au/KnightCap/</A>) 
  <BR>Andrew Tridgell's chess program written for the Fujitsu AP1000+ parallel 
  computer (running AP/Linux). It will also run on most unixes. 
  <LI>Notchess (<A 
  href="ftp://www.maths.nott.ac.uk/maths/staff/anw/chess/Notchess">ftp://www.maths.nott.ac.uk/maths/staff/anw/chess/Notchess</A>) 
  <BR>A demonstration program for a <A 
  href="http://www.maths.nott.ac.uk/personal/anw/G13GT1/compch.html">course in 
  game theory</A>. 
  <LI>SAN (<A 
  href="ftp://caissa.onenet.net/pub/chess/Unix">ftp://caissa.onenet.net/pub/chess/Unix</A>)<BR>Steven 
  Edward's library plus program for handling Standard Algebraic Notation. 
  <LI>SCP (<A 
  href="ftp://caissa.onenet.net/pub/chess/Unix">ftp://caissa.onenet.net/pub/chess/Unix</A>)<BR>Stanbeck 
  Chess Program. 
  <LI>SSEChess (<A 
  href="http://www.cs.purdue.edu/homes/slutzksn/chess.html">http://www.cs.purdue.edu/homes/slutzksn/chess.html</A>) 
  <BR>Sam Slutzky's chess program for DOS, Windows 95, and Linux written in 
  Pascal. 
  <LI>TSCP (<A 
  href="http://www.frii.com/~kerrigan/">http://www.frii.com/~kerrigan/</A>) 
  <BR>Tom Kerrigan's simple chess program. 
  <LI>ZZZZZZ (<A 
  href="ftp://caissa.onenet.net/pub/chess/Unix">ftp://caissa.onenet.net/pub/chess/Unix</A>)<BR>Gijsbert 
  Wiesenekker's chess program written in C. </LI></UL>
<HR>
<A href="http://www.nedstat.nl/cgi-bin/viewstat?name=pvesrc"><IMG align=left 
alt="[NedStat counter]" border=0 height=32 
src="Chess Program Sources.files/nedstat.gif" width=32> </A><A 
href="http://www.xs4all.nl/~verhelst/lynx-enhanced.html"><IMG align=right 
alt="[Enhanced for Lynx]" border=0 height=45 
src="Chess Program Sources.files/lynx-enhanced.gif" width=115> </A>
<CENTER>[<A href="http://www.xs4all.nl/">XS4ALL</A>] [<A 
href="http://www.xs4all.nl/~verhelst/">Home</A>] [<A 
href="http://www.xs4all.nl/~verhelst/stats/today.html">Statistics</A>] [<A 
href="http://www.xs4all.nl/~verhelst/chess/programming.html">Up</A>] [<A 
href="http://www.xs4all.nl/~verhelst/chess/search.html">Previous</A>] [<A 
href="http://www.xs4all.nl/~verhelst/chess/research.html">Next</A>] <BR>Comments 
to: Paul Verhelst (<A href="mailto:verhelst@xs4all.nl">verhelst@xs4all.nl</A>) / 
<A 
href="http://www.cs.indiana.edu:800/finger/gateway/?verhelst@xs4all.nl">finger 
me</A> </CENTER>
<HR>
</BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -