简单且功能完善的国际象棋,适合c#学习爱好者研究,很有帮助
2021-03-27 09:51:20 58KB 国际象棋
1
一款单机版的android象棋游戏
2021-03-25 17:03:33 11.55MB 象棋 Android单机象棋 中国象棋
1
包含游戏代码,bgm,棋子棋盘图片,需安装pygame,内含大量注释,小白可学习,下载即可运行
2021-03-23 09:07:34 2.24MB python 游戏 中国象棋
1
下载打开就可以玩
2021-03-22 09:07:03 179KB html5 js
1
DNN国际象棋AI 设计原理 该项目围绕着由神经网络驱动的国际象棋AI,其设计受到的国际象棋引擎的严重影响。 AlphaZero使用了类似的方法以及和来创建强大的国际象棋AI。 尽管这些项目共享许多设计原则,但我的项目在实现上与AlphaZero在很多方面都有很大不同。 首先,我的实现使用的是,,而不是Deepmind使用的深度卷积神经网络。 实施更基本的网络的原因是由于这样的事实,即更复杂,更主流的网络结构(例如和只是经过修改的前馈网络,具有更多的连接或预处理元素(例如卷积核)。 结果,该项目将研究更基本的网络结构,然后可以将其理解和设计扩展到更复杂的网络。 待办事项:目前正在计划其他网络实现(特别是CNN)和训练算法(例如和 )。 我也希望探索一些我在找到的有趣的想法,该想法探讨了如何强化学习问题,例如训练这种国际象棋AI,以利用监督学习中更可靠的训练方法。 此外,不是使用这样的
2021-03-21 15:24:45 1.51MB C
1
象棋白皮书 ——关于象棋现状的调查报告 随着网络的发展,人们下象棋已经不再局限于邻里街坊之间的相互切磋,越来越多网络象棋对战平台的出现, 使得人们足不出户就可以和各地不同水平的棋友交战,下面就介绍几个较受欢迎的网络对战平台。
2021-03-20 16:19:51 1.3MB 象棋 白皮书 象棋调查
1
Android中国象棋(学生课设版),内含运行方法,送佛送到西,一点不费心!
2021-03-19 09:57:39 542KB Android 中国象棋
1
WPF 国际象棋 棋子ChessProgrammingTest.zip 要求: You have been provided with a third-party library "ChessLib" which calculates the legal moves a knight can make given a position on an 8 by 8 board. The library has been used to create a program which moves a knight randomly around a board, given an initial starting position and a total number of moves to make. Problem: ======== Extend this program to set up an 8 by 8 square game board containing several different pieces in predefined positions. For each move of the game, the program will choose a piece at random, and move it to a randomly selected valid position. You are not allowed to change any of the ChessLib code. Extend the program as required. Use Object Oriented Design and Modeling appropriately for extensibility. Please supply all the code for your solution in the file Answer.cs in the SampleProgram project. Please supply all the tests for your solution in the file TestAnswer.cs in the SampleProgram.Test project. Game Rules: ----------- * Only one piece can occupy any position on the board at a given time. * All pieces can “jump” any occupied position. Note: Although the game bears a striking resemblance to Chess, this is entirely coincidental. Do not assume other chess rules apply. Game Pieces to support: ----------------------- * Knight – Moves as implemented by ChessLib * Bishop - Moves diagonally, any distance within board boundaries * Queen – Moves diagonally, horizontally or vertically, any distance within board boundaries
2021-03-17 18:03:28 2.32MB wpf Chess 国际象棋
1
C/C++中国象棋程序入门与提高 一书的源代码 C/C++ Chinese chess program introduction and improve the corresponding source code book
2021-03-16 19:38:52 6.55MB C/C++ 象棋 源代码 程序
1
内容索引:VC/C++源码,游戏编程,中国象棋,VC游戏  这个中国象棋游戏可谓智商比较高,有时候你就是比不过电脑,哈,不服气不行,源码爱好者试着玩了一局,没有赢电脑,因时间关系没有下第二局。不过,程序中还是有一点点缺憾,希望高人能够修正,使其更完美和再次提高智商。
2021-03-15 21:08:24 395KB VC/MFC源代码 游戏编程
1