登录
首页 » DOS » wuziqi_wcf

wuziqi_wcf

于 2020-07-03 发布 文件大小:7KB
0 151
下载积分: 1 下载次数: 2

代码说明:

  这是一个基于WCF的五子棋软件,是我在公司实习的时候,学习WCF时,做的一个案例,仅供WCF的初学者参考。(This is a WCF-based backgammon software, is when my internship, learning WCF, made ​ ​ a case for WCF reference for beginners.)

文件列表:

gutr.txt,0,2014-06-28
wuziqi_wcf

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

发表评论

0 个回复

  • gnuchess-6.0.3.tar
    这是一个象棋游戏,它的运行环境是Linux、Unix之类的操作系统。不仅如此,该游戏也可以在Windows环境下展开配置。尽管这较为复杂。(Chess game working on linux like Operating system。)
    2013-08-10 13:17:11下载
    积分:1
  • MyChess5
    用API实现的五子棋程序,人人版,对C++API程序的初学者应该有一定的帮助(Backgammon program with the API implementation, all versions of C++ API program should be helpful for beginners)
    2011-11-18 10:56:24下载
    积分:1
  • BcbChess
    C++Builder程序设计范例:中国象棋 / 胡达著 出版发行 北京 : 清华大学出版社, 2002 的附带光盘,用c++Builder实现一个简单的象棋程序 (C++ Builder Program Design Example: Chinese Chess/Huda published a Beijing: Tsinghua University Press, 2002 spin-off CD-ROM, with c++ Builder realize a simple chess program)
    2008-04-07 23:05:11下载
    积分:1
  • shoujixiangqi
    说明:  象棋手机游戏部分源码 象棋手机游戏部分源码(Chess mobile phone game chess game part of part of source code)
    2008-09-19 11:02:37下载
    积分:1
  • Chess
    可联机玩国际象棋,具备倒计时功能以及悔棋等功能(Available on-line play chess, with the countdown function, and Undo functions)
    2009-12-17 23:10:41下载
    积分:1
  • Stockfish 7
    说明:  stockfish version 7 chess engine
    2019-05-30 01:26:51下载
    积分:1
  • renjixiaqi
    人机下棋:在3×3棋盘上,计算机为一方,用户为一方,交替画“X”和“O”,在行、列、对角线上谁先练成一条直线谁就获得胜利。用类的思想完成,具体功能要求如下: (1)状态显示:计算机可正确显示棋盘,给出提示信息和胜负判断。 (2)用户选择:用户可以选择是先下还是后下,并选择棋子是“X”还是“O”。 (3)每一步都用图形化方式顺序输出 (Man-machine chess: on the 3 X 3 board, the computer for one party, the user for a party, draw an X and O alternately, in the row, column and diagonal who practice who would win in a straight line. Finish, with the ideas of the class specific functional requirements are as follows: (1) status display: the computer can correctly display board, giving prompt information and the outcome of judgment. (2) the user choice: the user can next is first or after, and the pieces is a X or O .)
    2020-07-04 13:00:02下载
    积分:1
  • ClassOneFight2.0
    参考了这些游戏的创新理念,并且结合自己生活中同学,好友提出的总需求推出了一款更加简单,却异常具有亲和力的类《三国杀》游戏——《一班杀》网络版。使用VS2008编写。(The very popular "Three killed," the puzzle game pushed to an unprecedented height. We have made ​ ​ reference to the innovative ideas of these games, and combined with the students in their own lives, and friends raised the total demand has introduced a more simple, but abnormal affinity class of "Three killed the game-" to kill a group of "online edition.)
    2012-03-09 21:04:05下载
    积分: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
  • lelss-linuuxi
    用linuX 下的C语言 运用CURSES开发的俄罗斯方方块游戏源码,非常好,这个是本人原创,值的参考 可直接使用。 (The C language under Linux using CURSES development of the Russian puzzle game source code, very good, this is my original, the value of the reference can be directly used.)
    2012-07-17 22:31:34下载
    积分:1
  • 696522资源总数
  • 104049会员总数
  • 30今日下载