登录
首页 » Unix_Linux » gnuchess-6.0.3.tar

gnuchess-6.0.3.tar

于 2013-08-10 发布 文件大小:543KB
0 240
下载积分: 1 下载次数: 5

代码说明:

  这是一个象棋游戏,它的运行环境是Linux、Unix之类的操作系统。不仅如此,该游戏也可以在Windows环境下展开配置。尽管这较为复杂。(Chess game working on linux like Operating system。)

文件列表:

25811226gnuchess-6.0.3.tar,2365440,2013-03-11

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

发表评论

0 个回复

  • java-FiveChess
    五子棋游戏 游戏开始要求: 输出一下棋盘,然后提示黑方和白方下子,玩家从 命令行输入:af,表示在af坐标落子,其中黑方的 子用@表示,白方子用O表示,每一方有一方落子, 则要重新输出棋盘的状态,程序还要求能判断某一方 获胜并终止程序。(Backgammon games started to demand: output about the board, and then prompted Black and White Now, players from the command line enter: af, af coordinates expressed in the Laozi, in which a child with @ Black said Bai Fangzi with O that each Lazi one one side, the state will have to re-output board, the program also required to determine the winning party and terminate the program.)
    2011-06-04 22:52:10下载
    积分:1
  • java五子
    java的五子棋源码文件!(the source document!)
    2020-06-26 10:00:02下载
    积分:1
  • FiveChess
    五子棋,建立一个棋盘,黑白方相互对下,判断输赢!(fivechess)
    2010-12-30 19:31:52下载
    积分:1
  • 91331990five
    一个五子棋的源文件,另外还有设计程序的基本思路和玩法(Gobang a source file, as well as the design process of the basic thinking and playing)
    2008-06-24 23:17:25下载
    积分:1
  • CSharp-lianliankan
    4涛6太跳跳糖她3涛太3她4太3她3太涛3涛4太(6 4 Tao Tao too popping candy she too 3 3 3 her three of her four too too Tao Tao 3 4 too)
    2013-12-03 20:50:36下载
    积分:1
  • gvfsnakeMATLAB
    中医学是我国传统文化的瑰宝。舌诊是中医临床进行辨证论治过程中的一‘个 重要程序,其临床应用价值及理论意义得到古今医学家及不少国外医学家的充分 肯定。临床上对于各种疾病,往往结合辨舌来决定诊断和治疗,是中医诊治疾病 的特色之一,为历代医家所重视。(In traditional Chinese mescal diagnosis,tongue diagnosis is important parts)
    2020-08-17 14:08:22下载
    积分:1
  • fangkuai
    说明:   俄罗斯方块 实现三个部分:图形,变形和主程序。图形部分设计八个主要的图形用于将来的产生。变形主要设计实现各种图形的变换以及快速向下。主程序实现所需的各种初始化以及在运行过程中的音乐,分数变化等等。 (Russian box to achieve three parts: graphics, deformation and the main program. Eight major graphics design graphics for future generation. Deformation of the major design change to achieve a variety of graphics, as well as rapid downward. Required to achieve the main program to initialize and run in the process of music, scores of changes and so on.)
    2008-09-15 21:21:23下载
    积分:1
  • 3_09104339
    说明:  可以双人对决的VC++围棋程序,游戏打开后可以选择适合15、17寸液晶的窗口,下棋速度很快。 (You can double showdown of the VC++ Go program, the game opens you can select the appropriate 15,17-inch LCD window, playing chess fast.)
    2010-03-24 11:13:58下载
    积分:1
  • flychess
    用MFC编写的飞行棋游戏,包括游戏界面、核心算法、走棋动画的实现。(Prepared using MFC flight chess games, including the game interface, the core algorithm, take the chess animation implementation.)
    2021-04-24 14:18:47下载
    积分:1
  • wzq
    近来随着计算机的快速发展,各种棋类游戏被纷纷请进了电脑,使得那些喜爱下棋,又常常苦于没有对手的棋迷们能随时过足棋瘾。而且这类软件个个水平颇高,大有与人脑分庭抗礼之势。其中战胜过国际象棋世界冠军-卡斯帕罗夫的“深蓝”便是最具说服力的代表;其它像围棋的“手淡”、象棋的“将族”等也以其优秀的人工智能深受棋迷喜爱;而我们今天将向大家介绍的是五子棋的算法。 当我们与电脑对战时,您知道这些软件是怎样象人脑一样进行思考的吗?前不久我曾编写过一个五子棋的游戏,在这里就以此为例和大家一起探讨探讨。 总的来说(我们假定您熟悉五子棋的基本规则),要让电脑知道该在哪一点下子,就要根据盘面的形势,为每一可能落子的点计算其重要程度,也就是当这子落下后会形成什么棋型(如:“冲四”、“活三”等),然后通览全盘选出最重要的一点,这便是最基本的算法。当然,仅靠当前盘面进行判断是远远不够的,这样下棋很容易掉进玩家设下的陷阱,因为它没有考虑以后的变化。所以在此基础上我们加入递归调用,即:在电脑中预测出今后几步的各种走法,以便作出最佳选择,这也是我们下棋时常说的“想了几步”。如此一来您的程序便具有一定的水平了。 (With the recent rapid development of computers, various board games have been invited to the computer, making those who love playing chess, and usually do not have the opponent s chess enthusiast can always have adequate chess addiction. And all levels of this type of software is high, go a long way with the potential to rival the human brain. Had to overcome one of the World Chess Championship- Garry Kasparov s "Deep Blue" is the most convincing representatives other like Go s "short hand" chess "will be ethnic," also for its excellent artificial intelligence chess enthusiast popular favorite and we will introduce the U.S. are Gobang algorithms. When we and the computer during wartime, you know how the software is to consider brain-like Elephant Man s吗? Not long ago, I have prepared a Gobang games here at this example and explore the U.S. to explore. In general (we assume that you are familiar with the basic rules Gobang), let the computer know at what point Now, it is necess)
    2021-01-15 14:48:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载