-
一个Java的麻将游戏,是一款Midp2.0 的手机游戏
一个Java的麻将游戏,是一款Midp2.0 的手机游戏-a game of mahjong is one of the cell phone game Midp2.0
- 2022-02-21 07:15:58下载
- 积分:1
-
跳棋游戏源代码,VC制作,很简单,初学者容易看懂
跳棋游戏源代码,VC制作,很简单,初学者容易看懂-checkers game source code, VC production, a very simple, easy to understand beginners
- 2022-06-11 23:35:12下载
- 积分:1
-
renju the core algorithm
五子棋的核心算法-renju the core algorithm
- 2022-12-03 18:25:03下载
- 积分:1
-
局域网象棋源代码
局域网象棋源代码-LAN chess source code
- 2023-02-26 19:25:03下载
- 积分:1
-
一个简单的五子棋游戏,有源代码提供,很好玩的游戏,是VC++编写的...
一个简单的五子棋游戏,有源代码提供,很好玩的游戏,是VC++编写的-Gobang a simple game, source code offer is a lot of fun games, is VC++ Prepared
- 2023-07-25 19:20:02下载
- 积分:1
-
连连看的简单入侵程序源代码,是通过FindWindow函数来找到句柄,窗体指针,然后判断像素点位置信息,然后发消息,属于低级的入侵程序...
连连看的简单入侵程序源代码,是通过FindWindow函数来找到句柄,窗体指针,然后判断像素点位置信息,然后发消息,属于低级的入侵程序-Invasion Lianliankan simple source code, through the FindWindow function to find the handle to form pointer, and then determine the pixel location information, and then发消息belonging to the invasion of low-level procedures. . .
- 2022-03-16 04:18:02下载
- 积分:1
-
中国象棋网络版,两个人可以通过它联机下棋
中国象棋网络版,两个人可以通过它联机下棋-online Chinese chess, two people can play chess through its on-line
- 2022-10-04 23:20:03下载
- 积分:1
-
呵呵,谁要下过这个程序,那就nb,不过不是源码啊
呵呵,谁要下过这个程序,那就nb,不过不是源码啊-Oh, who did the procedure, then nb, but not the source ah
- 2022-07-16 07:50:22下载
- 积分: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
-
去游戏,功能点头做得很好。
围棋游戏,点目功能做得很好。-Go games, functional point head doing very well.
- 2022-02-06 01:18:09下载
- 积分:1