-
用C++编写的游戏:五子棋。可以双重战争也可以是人
用C++写的益智游戏:五子棋。可以双人对战,也可以人机大战!-With C++ Written puzzle game: backgammon. Can double the war can also be man-machine war!
- 2022-09-13 12:35:03下载
- 积分:1
-
“理治棋壮”(BitStronger)是一个基于中国象棋通用引擎协议(UCCI)的中国象棋计算机博弈引擎。项目采用C++开发,遵循GPL许可,目前版本可运行...
“理治棋壮”(BitStronger)是一个基于中国象棋通用引擎协议(UCCI)的中国象棋计算机博弈引擎。项目采用C++开发,遵循GPL许可,目前版本可运行于32位Windows平台。本引擎通过标准输入和标准输出与支持UCCI的中国象棋界面软件通讯,可实现跨平台及联网的人机、机机对战。
详细的使用说明与程序开发文档参见随程序一同发布的docs目录下的文件。-"Jimmy chess strong governance" (BitStronger) is based on a common Chinese chess engine agreement (UCCI) Chinese chess computer game engine. C development projects, followed GPL license, the current version can run on the Windows 32 platform. The engine through standard input and standard output and support of the Chinese Chess UCCI interface software communications, can be realized and cross-platform networking crew and the plane that war. Detailed instructions and procedures, see the document with the development process with the release of docs directory documents.
- 2023-02-01 14:55:03下载
- 积分:1
-
Java中国象棋对弈游戏,希望会喜欢
Java中国象棋对弈游戏,希望会喜欢
- 2022-06-17 21:59:56下载
- 积分: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
-
black white chess
black white chess
black white chess
black white chess
-black white chess
black white chess
black white chess
black white chess
- 2022-02-13 11:29:42下载
- 积分:1
-
魔羯之辉黑白棋第一版,本人学习vc后的一个作品,界面不错,实现人机对战,网络对战等功能.程序中的,黑白棋类可以单独提取出来,放到其他程序中....
魔羯之辉黑白棋第一版,本人学习vc后的一个作品,界面不错,实现人机对战,网络对战等功能.程序中的,黑白棋类可以单独提取出来,放到其他程序中.-Jose Zhihui reversi the first page, I learn after a vc works pretty good interface to achieve human-machine players, network screen capabilities. The procedures, reversi category can be extracted as a single, put other proceedings.
- 2023-06-27 23:00:03下载
- 积分:1
-
界面很好,的仿照联众四国军棋游戏的源代码
界面很好,的仿照联众四国军棋游戏的源代码-good interface, Ourgame Siguojunji modeled on the game"s source code
- 2022-05-25 21:58:02下载
- 积分:1
-
a smart game Gobang
一种智能五子棋游戏-a smart game Gobang
- 2022-05-12 22:08:42下载
- 积分:1
-
一般 ,只是为了找个我需要的东西
一般 ,只是为了找个我需要的东西-general, but I need to find something
- 2022-12-10 01:10:03下载
- 积分:1
-
围棋对弈程序vb编程
围棋对弈程序vb编程-programming procedures vb
- 2023-06-01 06:35:03下载
- 积分:1