-
part of a 331 game. That can make servers, but also for the client.
bcb 编的一个五子棋游戏.即可以作服务器,又能作客户机.-part of a 331 game. That can make servers, but also for the client.
- 2022-03-20 09:02:14下载
- 积分:1
-
directly extracting no password is required. 331 games, VC environment design, i...
直接解压,无需密码。五子棋游戏,VC++环境下设计,这是一款益智而好玩的游戏。-directly extracting no password is required. 331 games, VC environment design, it is a fun and educational game.
- 2022-02-26 19:57:31下载
- 积分:1
-
俄罗斯方块 很好的 呵呵 真的好呀
俄罗斯方块 很好的 呵呵 真的好呀 -Tetris is really good Hehe okay
- 2022-10-26 04:10:03下载
- 积分:1
-
是俄罗斯方块游戏的源代码。大家可以用运行看看。
是俄罗斯方块游戏的源代码。大家可以用运行看看。-Tetris game is the source code. Members can make use of running to see.
- 2022-03-19 18:48:53下载
- 积分:1
-
可联机玩国际象棋,具备倒计时功能以及悔棋等功能
可联机玩国际象棋,具备倒计时功能以及悔棋等功能-Available on-line play chess, with the countdown function, and Undo functions
- 2022-08-05 14:33:32下载
- 积分:1
-
又是一宽经典手机游戏,让大家在手机上领略游戏的魅力,操作简单!画面漂亮...
又是一宽经典手机游戏,让大家在手机上领略游戏的魅力,操作简单!画面漂亮-is a classic wide mobile phone games, we appreciate the phone on the game"s charm, simple! Beautiful picture!
- 2023-03-29 19:15:03下载
- 积分:1
-
中国象棋人机版,其中采用了多种搜索方法,有最基本的极大极小值方法和Alpha...
中国象棋人机版,其中采用了多种搜索方法,有最基本的极大极小值方法和Alpha-Beta方法,还有历史启发,渴望搜索,PVS等搜索方法-Chinese version of man-machine chess, which used a variety of search methods, the most basic minimax value method and Alpha-Beta, history also inspired desire to search, and other search methods PVS
- 2022-01-26 03:36:19下载
- 积分: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 greedy strategy based on human-computer game, a simple man-machine game, players can cope with the initial look, there is still much room for improvement algorithm, interested can look for improvement, then remember that I made in a study with
- 2022-05-22 16:24:49下载
- 积分:1
-
牌类游戏基础程序,可以在此基础上编写一些简单的游戏
牌类游戏基础程序,可以在此基础上编写一些简单的游戏-the basic of some games
- 2023-03-06 06:45:03下载
- 积分:1