-
pocket pc上了人工智能五子棋
pocket pc上了人工智能五子棋-pocket pc on the AI 331
- 2022-03-01 06:52:59下载
- 积分:1
-
这是五子棋的源代码,不过是用C++写的程序罗…
这也是五子棋的源代码,不过是用C++写的,程序比较长,但是对程序的运行各种情况都考虑的还行-This is the backgammon of the source code, but is written in C++, the program longer, but the right program to run a variety of conditions are taken into account is also OK
- 2022-11-18 17:50:03下载
- 积分:1
-
俄罗斯方块的源代码,实现了我们最经常玩的俄罗斯芳块的游戏。...
俄罗斯方块的源代码,实现了我们最经常玩的俄罗斯芳块的游戏。-BLOCK.C ,BLOCK.H It is a game of block.the souice can get it .
- 2022-07-13 17:15:15下载
- 积分:1
-
能玩俄罗斯方块的程序,很好玩,适合学生使用的代码
能玩俄罗斯方块的程序,很好玩,适合学生使用的代码-Can play Tetris procedure is a lot of fun for students to use the code
- 2022-03-05 20:16:28下载
- 积分:1
-
use the website to achieve playing Tetris game, if the game is embedded into web...
使用java applet实现网页上玩俄罗斯方块游戏,如果把游戏嵌入到网站中,必定生色不少!使用到的技术:java swing jApplet 4维数组运算等-use the website to achieve playing Tetris game, if the game is embedded into websites that will take a lot more lively! The use of the technology : java swing jApplet four-dimensional arrays, etc. Operational
- 2022-04-27 12:21:59下载
- 积分:1
-
这是一个关于中国象棋的源代码程序,需要的朋友可以参考一下。包含客户端和服务端,...
这是一个关于中国象棋的源代码程序,需要的朋友可以参考一下。包含客户端和服务端,-This is a Chinese chess on the source code of procedure, the need for a friend for reference. Contains client and server,
- 2022-10-29 04:35:03下载
- 积分:1
-
这是一个有趣的计算24点的程序.可以在1秒种之内解决任何计算24的问题. 当然想算25, 26... 也是可以的. 希望以此作为24问题的终结....
这是一个有趣的计算24点的程序.可以在1秒种之内解决任何计算24的问题. 当然想算25, 26... 也是可以的. 希望以此作为24问题的终结. -This is an interesting calculation procedures of 24 points. In an seconds within 24 to resolve any calculation of the problem. Of course, count to 25, 26 ... as well as I can. That this is the end of 24.
- 2022-09-09 03:15:03下载
- 积分:1
-
去游戏,功能点头做得很好。
围棋游戏,点目功能做得很好。-Go games, functional point head doing very well.
- 2022-02-06 01:18:09下载
- 积分:1
-
This is a c# Realize the Gobang, chess is very beautiful, and in its dehlp rich...
这是用c#实现的五子棋,棋子很漂亮,内并富有其dehlp源码链接,这对有dehpl知识的朋友也有一些指导作用-This is a c# Realize the Gobang, chess is very beautiful, and in its dehlp rich source of links, which have knowledge dehpl Friend also has some role in guiding
- 2022-03-04 21:19:48下载
- 积分:1
-
1、对输入的要求
玩家手中可以有2-5张牌(玩家自己输入多少张牌)。牌点为2-10的每张牌都分别计为相应的点数。花牌(J,K,Q)都算10点。目标是尽可能...
1、对输入的要求
玩家手中可以有2-5张牌(玩家自己输入多少张牌)。牌点为2-10的每张牌都分别计为相应的点数。花牌(J,K,Q)都算10点。目标是尽可能接近21点,但不要超过21点。所以,任何超过21点的点数都表示这一手牌已经“爆”了。A既可以计为1点,也可以计为11点,要选择对玩家来说最有利的一个点数。例如,1张A和1张10可计为11点或21点,但由于21点更好,所以这一手牌要算成21点。1张A和2张8可计为17点或者27点,由于27点已经“爆”了,所以这一手牌要算成17点。
程序首先询问玩家手上有几张牌,玩家输入2,3,4或者5。然后询问玩家每张牌的点数。点数可为2-10,J,K,Q和A。2-9的值分别作为字符‘2’-‘9’来输入。10,J, Q, K和A等值分别作为字符‘t’,‘j’,‘q’,‘k’和‘a’来输入(当然,玩家不需要输入单引号);
2、对输出的要求:
可以让玩家更清楚的知道他下一步应该怎么做
3、程序所能达到的功能
能够计算出所有牌的点数 之和,而且能够帮你处理好那张牌对 你的牌点之和更有利。-Blackjack
- 2023-06-19 09:10:03下载
- 积分:1