-
跳棋源码,
跳棋源码,-Checkers source,
- 2022-02-24 09:51:32下载
- 积分:1
-
java编写的单机版井字棋,结构简单,设计优秀
java编写的单机版井字棋,结构简单,设计优秀-java prepared by the single version of chess Well, simple structure and excellent design
- 2022-06-13 05:33:37下载
- 积分:1
-
用JAVA做的通过Email下象棋的软件
用JAVA做的通过Email下象棋的软件 -do with Java by Email under chess software
- 2022-03-05 19:15:42下载
- 积分:1
-
in many games, it did not find 'three
在很多游戏网站上,都没有发现‘三子棋’游戏。这是我的家乡人们经常玩的游戏。 规则如下: 1)下子阶段:在这个阶段,只能下棋子而不能移动棋子。像五子棋一样,尽量使自己的子能凑成‘三’,当你的棋子凑成‘三’了以后,你可以把对方任一个子废掉(该子将会变灰色,下子完了以后,它将会被去掉)。 2)行棋阶段:下完子了,就进入行棋阶段。在这个阶段,不能下棋子而只能移动棋子,三’,当你的棋子凑成‘三’了以后,你可以把对方任一个子去掉。 3)直到谁的子剩下少于三个,谁就输了。 4)还有谁无子可动,超时3次也会告负。-in many games, it did not find "three-game" game. This my home often to play the game. Rules are as follows : 1) Now stage : At this stage, only under a pawn and unable to move a pawn. Like the 331, so that their son would make up a "three", when you make up a pawn "three" of the future, you can give each other the son of a destroyed (the son would become a gray Now completed, it will be removed). 2) A chess stage : End under the son, entered a move phase. At this stage, not only under the pawn and mobile pawn, 3 ", when you make up a pawn" three "of the future, you can give each other the son of a removed. 3) until the son who left less than three, whoever lost. 4) Who have no sons moving, overtime als
- 2022-03-06 00:05:05下载
- 积分:1
-
games algorithm shows that many study.
游戏算法的研究表明很多。
- 2023-05-04 20:25:04下载
- 积分:1
-
很好的java初学者用户应用
nice java application for beginner user -nice java application for beginner user
- 2022-07-17 20:58:49下载
- 积分:1
-
Made use of a java game
一个用java编的小游戏――中国象棋,挺好玩的,主要用到了java图形界面编程。-Made use of a java game- Chinese chess, playing very good, mainly used in the java programming graphical interface.
- 2022-02-02 21:18:45下载
- 积分:1
-
嵌套条件运算符的使用来完成这个问题:学术“= 90…
1输出国际象棋棋盘
2打印楼梯,同时在楼梯上方打印两个笑脸
3古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?
4判断101-200之间有多少个素数,并输出所有素数。
5打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。
6将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。
程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成:
(1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。
(2)如果nk,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n,
重复执行第一步。
(3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。
7利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。-The use of nested conditional operator to complete this question: academic "= 90 points, said students with A between 60-89, with B, said
60 points or less, said to use C.
- 2022-02-24 23:38:59下载
- 积分:1
-
一个五子棋的毕业设计,包括算法、源代码、论文、心得体会。...
一个五子棋的毕业设计,包括算法、源代码、论文、心得体会。-a 331 graduate design including algorithms, source code, papers, and experience.
- 2023-06-26 17:20:03下载
- 积分:1
-
一个用C++写的五子棋程序,包括人工智能的算法.
一个用C++写的五子棋程序,包括人工智能的算法.-a C 331 written procedures, including artificial intelligence algorithms.
- 2022-03-25 12:37:25下载
- 积分:1