-
BlueJ prepared in the Java code, Puzzle, Go play games, audio playback, and draw...
这里有六个在BlueJ下编写的JAVA代码,有华容道游戏,玩围棋游戏,音频播放和画图工具,统计投票工具和一个时钟。-BlueJ prepared in the Java code, Puzzle, Go play games, audio playback, and drawing tools, statistical tools and a voting clock.
- 2023-01-07 12:15:03下载
- 积分:1
-
经典的俄罗斯方块游戏,支持单人双人对战,网络对战。
经典的俄罗斯方块游戏,支持单人双人对战,网络对战。-The classic Tetris game, double against single people, the network war.
- 2022-06-30 07:20:06下载
- 积分:1
-
support network of war renju procedures can single game! SECTION very pretty!
支持网络对战的五子棋程序,也可以单人游戏!截面很漂亮!-support network of war renju procedures can single game! SECTION very pretty!
- 2022-05-22 12:27:18下载
- 积分: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
-
vb做的五子棋游戏
vb做的五子棋游戏-vb done 331 games
- 2022-02-12 01:54:09下载
- 积分: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
-
这是一款人机对弈的中国象棋程序,可以选择搜索层数,可以悔棋。...
这是一款人机对弈的中国象棋程序,可以选择搜索层数,可以悔棋。-This is a man-machine chess players, the Chinese procedures, we can choose to search floors, he never cheat in spain.
- 2022-02-01 03:50:05下载
- 积分:1
-
24点游戏软件的开发
是游戏开发入门的好帮手
24点游戏软件的开发
是游戏开发入门的好帮手-24-point game software development is the development of games portal"s helping hands
- 2022-12-30 03:25:04下载
- 积分:1
-
VC编写的俄罗斯方块的 源代码 以及论文
VC编写的俄罗斯方块的 源代码 以及论文-VC prepared the source code of the Russian box and papers
- 2023-01-03 08:15:03下载
- 积分:1
-
语言编写的一个331游戏的源代码
用C语言编写的一个五子棋游戏源代码-C language prepared by a 331 game source code
- 2023-08-09 14:10:04下载
- 积分:1