-
这是一款经典的游戏――――俄罗斯方块。界面设计的有待改进...
这是一款经典的游戏――――俄罗斯方块。界面设计的有待改进
-This is a classic Tetris game----. Interface design of the room for improvement
- 2022-02-26 00:34:31下载
- 积分:1
-
象棋游戏,象棋游戏中的人工智能部分代码值得研究学习。
象棋游戏,象棋游戏中的人工智能部分代码值得研究学习。-chess game, chess game artificial intelligence code is worth some study.
- 2022-07-23 21:26:23下载
- 积分:1
-
Gobang algorithm a game to understand the basis of previous programming plus a l...
一个五子棋算法游戏理解了前人编程的基础上加了一点东西而已希望大家不要见笑-Gobang algorithm a game to understand the basis of previous programming plus a little something just hope that we will not stock
- 2022-05-08 09:01:12下载
- 积分:1
-
network Go game, No AI supported
网络围棋游戏,不支持人工智能
- 2022-09-15 22:35:03下载
- 积分:1
-
五子棋2人对战,比较漂亮的界面风格,供大家参考
五子棋2人对战,比较漂亮的界面风格,供大家参考-Gobang 2 war, more beautiful style interface for your information
- 2023-03-11 17:00:03下载
- 积分:1
-
一个益智的游戏,就是小时的四张牌凑24
一个益智的游戏,就是小时的四张牌凑24-an educational game is the four-hour licensing got 24
- 2022-06-27 09:40:02下载
- 积分:1
-
Black and White Go! We normally have played, this source code for reference! We...
黑白围棋!大家平时都玩过的,此源代码供参考!大家可以一起来研究!-Black and White Go! We normally have played, this source code for reference! We can work together to study!
- 2022-12-16 07:00:02下载
- 积分:1
-
A source Gobang game. Can be achieved and the computer game, a certain degree of...
一个五子棋游戏的源码。可以实现人和计算机的对弈,计算机有一定的人工智能。呵呵,一般人可下不过计算机啊。-A source Gobang game. Can be achieved and the computer game, a certain degree of artificial intelligence computer. Oh, most people can be under the computer but ah.
- 2023-05-31 07:05:03下载
- 积分:1
-
Chinese Chess Game Chinese Chess
Chinese Chess Game
中国象棋-Chinese Chess Game Chinese Chess
- 2023-05-06 09:10:03下载
- 积分: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