-
用VC编的俄罗斯方块游戏程序源代码,配有音乐
用VC编的俄罗斯方块游戏程序源代码,配有音乐-VC made by the Tetris game source code, with music
- 2022-03-31 00:45:49下载
- 积分:1
-
一个简单的利用vc++编写的棋牌程序 五子棋的基本编程思想
一个简单的利用vc++编写的棋牌程序 五子棋的基本编程思想-A simple to use vc++ to prepare procedures for the Card of the basic programming ideas Gobang
- 2022-09-06 10:30:03下载
- 积分:1
-
Simple 24
简单的24点游戏,希望大家能够喜欢啊.这是第一次上传-Simple 24-point game, I hope everyone can be like ah. This is the first upload
- 2022-03-10 19:54:18下载
- 积分:1
-
跳棋源码,
跳棋源码,-Checkers source,
- 2022-02-24 09:51:32下载
- 积分: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
-
这是一个中国象棋的程序.画面还算可以!!功能挺齐全.
这是一个中国象棋的程序.画面还算可以!!功能挺齐全.-This is a Chinese chess procedures. Screen still can!! Function quite complete.
- 2023-04-12 01:10:03下载
- 积分:1
-
Tetris VC++ stand
俄罗斯方块 VC++ 单机版 可双人单机对战-Tetris VC++ stand-alone version of two stand-alone war
- 2022-05-07 20:27:02下载
- 积分:1
-
很好的一个游戏源代码
很好的一个游戏源代码-a good game source code
- 2023-04-20 14:45:03下载
- 积分:1
-
九江麻将源程序
九江麻将源程序-Jiujiang mahjong source
- 2023-04-01 02:10:03下载
- 积分:1
-
8皇后源程序These rules (as supplied by Ulli) will be implemented as soon as possible....
8皇后源程序These rules (as supplied by Ulli) will be implemented as soon as possible.Anyone who would like to help develop the code further is welcome to (please contact dioxic@madasafish.com if interested).A version of checkers with most (or all) of these rules should be ready in 1 or 2 weeks time!-8 Queen"s source These rules (as supplied by Ulli) will be implemented as soon as possible.Anyone who would like to help further develop the code is welcome to (please contact dioxic@madasafish.com if interested). A version of CHECKERS with most (or all) of these rules should be ready in one or two weeks time!
- 2022-10-02 15:30:03下载
- 积分:1