-
这是Edwin去年(2000年)6月份想学VB写的程序,因为只用了两天,加上当时才学VB
两个星期左右,故非常简陋,但基本实现上俄罗斯方块游戏。对了,程序...
这是Edwin去年(2000年)6月份想学VB写的程序,因为只用了两天,加上当时才学VB
两个星期左右,故非常简陋,但基本实现上俄罗斯方块游戏。对了,程序-last year (2000) in June to study the procedures written in VB, because only a couple of days, then barely VB add about two weeks, it is very simple, but the basic realization of Tetris games. Right, procedures
- 2022-05-28 05:43:30下载
- 积分:1
-
双人黑白棋游戏的源代码
双人黑白棋游戏的源代码-double the source code
- 2022-03-09 17:05:36下载
- 积分: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
-
嵌套条件运算符的使用来完成这个问题:学术“= 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
-
象棋的源程序,是用c写的
象棋的源程序,是用c写的-chess source, is used to write the c
- 2022-04-28 10:30:29下载
- 积分:1
-
自己做的五子棋程序
自己做的五子棋程序- Own do gobang procedure
- 2023-06-19 11:50:03下载
- 积分:1
-
一个简单的扑克游戏,空格选牌,回车出牌,方向键控制光标,q 不出
水平有限,电脑方比较弱智...
一个简单的扑克游戏,空格选牌,回车出牌,方向键控制光标,q 不出
水平有限,电脑方比较弱智-A simple poker game, spaces election card, enter the license keys to control the direction of the cursor, q not limited, the computer compared to the mentally handicapped
- 2022-07-11 12:04:09下载
- 积分:1
-
一个可以单机,也可以联网的麻雀游戏。c语言做的,对棋牌游戏初学者有一定参考价值。...
一个可以单机,也可以联网的麻雀游戏。c语言做的,对棋牌游戏初学者有一定参考价值。-a single machine can also be networked mahjong games. C language, and dominoes games beginners to a certain reference value.
- 2022-05-30 21:40:48下载
- 积分:1
-
我自己写的一个想在网络上联机下象棋的代码。这个估计是只有我才有吧。。嘻嘻,应该是个唯一的东东了。...
我自己写的一个想在网络上联机下象棋的代码。这个估计是只有我才有吧。。嘻嘻,应该是个唯一的东东了。-I want to write an on-line network in chess under the code. This estimate is that only I can have it. . Hee hee, should be only the vertical.
- 2022-11-12 17:55:03下载
- 积分:1
-
用C#语言编写的斗地主游戏,能实现他的基本功能,但还有要改进的地方。
用C#语言编写的斗地主游戏,能实现他的基本功能,但还有要改进的地方。-With C# Languages斗地主games, can realize the basic functions of him, but there are places for improvement.
- 2022-06-29 11:25:28下载
- 积分:1