-
采用vc++6.0 环境下用c++编程的五子棋小游戏
采用vc++6.0 环境下用c++编程的五子棋小游戏 -Used vc++ 6.0 environment using c++ Programming Gobang game
- 2023-05-11 07:40:02下载
- 积分:1
-
一个java做的国际象棋小游戏.是一个功能完善的chess小游戏,快来看看吧...
一个java做的国际象棋小游戏.是一个功能完善的chess小游戏,快来看看吧-do a java small international chess game. One function is the perfect small chess games, Come see exciting! !
- 2022-03-21 04:36:55下载
- 积分:1
-
一款非常好用的扑克游戏程序,是有java编辑而成
一款非常好用的扑克游戏程序,是有java编辑而成-A very useful procedure poker game, there is a java editor from
- 2022-05-26 01:21:16下载
- 积分: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
-
Gobang the rules as follows: split the two sides the same color pieces, alternat...
五子棋的规则为:双方各执一色棋子,轮流下子,直到有一方的棋子有5个排成一线,则棋局结束,该方胜利。-Gobang the rules as follows: split the two sides the same color pieces, alternately Now, there is a party until there is a 5 piece line up line, then the end game, the win side.
- 2022-01-20 23:14:40下载
- 积分:1
-
改进的SDK中国象棋游戏,使用类封装,美化了界面,内附详细的开发说明...
改进的SDK中国象棋游戏,使用类封装,美化了界面,内附详细的开发说明-improved SDK Chinese chess game, the use of such packages, the interface landscaping, enclosing a detailed note Development
- 2022-02-27 02:34:11下载
- 积分:1
-
java series of the network reversi. Together similar to the black and white of t...
java编的网络黑白棋。类似联众的黑白其游戏。非常好用-java series of the network reversi. Together similar to the black and white of their game. Very handy
- 2022-05-19 23:59:24下载
- 积分:1
-
采用中国象棋搜索原理开发的五子棋程序
采用中国象棋搜索原理开发的五子棋程序-search using Chinese chess development of the principle of 331 procedures
- 2022-01-30 21:06:24下载
- 积分:1
-
中国象棋打谱系统,能将对弈过程保存成文件
中国象棋打谱系统,能将对弈过程保存成文件-Chinese chess playing Spectrum system, players can process and document preservation
- 2023-04-08 09:50:03下载
- 积分:1
-
five color beads chess vc version compile
彩色五珠棋vc版,可以编译通过-five color beads chess vc version compile
- 2023-01-28 20:15:03下载
- 积分:1