-
在VC平台下的俄罗斯方块程序,包括方块的每个模型的搭建程序...
在VC平台下的俄罗斯方块程序,包括方块的每个模型的搭建程序-VC platform in the Russian box under the procedures, including the box model structures for each process
- 2022-01-26 02:59:35下载
- 积分: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
-
一个不错的网络五子棋
一个不错的网络五子棋-a good network renju
- 2022-03-21 13:44:50下载
- 积分:1
-
我写的一个斗地主的小程序,包括shuffle和compare等部分。
我写的一个斗地主的小程序,包括shuffle和compare等部分。-I wrote a small斗地主procedures, including shuffle and compare parts and so on.
- 2022-03-23 10:52:00下载
- 积分:1
-
华容道C语言源码,是学习C语言的好的例子。
华容道C语言源码,是学习C语言的好的例子。-Huarong C language source code, is to learn C language good example.
- 2022-06-03 16:12:56下载
- 积分:1
-
MantisChess1.0 ,为了清晰而改用Win32 SDK代码,抛开了MFC和多线程,抛开一切附加功能....
MantisChess1.0 ,为了清晰而改用Win32 SDK代码,抛开了MFC和多线程,抛开一切附加功能.-MantisChess1.0, in order to clear a switch Win32 SDK code, cast aside the MFC and multithreading, cast aside all additional features.
- 2022-03-17 05:37:56下载
- 积分:1
-
游戏大厅,C#写的
,强大的AI人工智能设计,并提供了机器人的难度、战术风格等参数调节,使得游戏运营不但可以采用多人网络对战,还可以使用人机对战
优秀的...
游戏大厅,C#写的
,强大的AI人工智能设计,并提供了机器人的难度、战术风格等参数调节,使得游戏运营不但可以采用多人网络对战,还可以使用人机对战
优秀的线程处理,精妙的游戏算法,平滑的异步通讯......极大地提高服务端性能,使得服务端能够达到最大的负载量
强大的游戏大厅设计,可以任意设置房间,牌桌,游戏规则,人数限制,强退惩罚......
强大的服务端设计,可以任意设置各项参数,监控游戏全局,查看机器人状态。-games hall, and C# to write and powerful AI Artificial Intelligence design, and provide a robot difficult, tactical style parameter adjustment, the operation not only makes the game can be used over the network war. can also use man-machine war excellent thread, exquisite algorithm of the game, Smoothing the asynchronous communication ...... greatly improve server performance, service makes it possible to reach the largest load powerful design of the game hall, which could be set up rooms, majiang apparatus, the rules of the game. limit the number of strong withdrawal penalties ...... powerful server design, which could be set up parameters, control the game overall, View robot.
- 2022-01-26 08:06:10下载
- 积分:1
-
棋牌游戏 有服务端和客护端两种
象棋 纸牌类的游戏全套
棋牌游戏 有服务端和客护端两种
象棋 纸牌类的游戏全套-Board games are server-side and passenger-side retaining the two types of chess game full set of playing cards
- 2023-05-25 01:20:03下载
- 积分:1
-
a 331 game
一个五子棋的游戏-a 331 game
- 2022-02-03 07:02:33下载
- 积分:1
-
十字跳棋源代码
一个十字跳棋的源码- A cross Chinese checkers source code
- 2022-07-20 00:33:33下载
- 积分:1