-
This is a small game reversi. There are three primary Intermediate High
这是一个黑白棋的小游戏。里面有初级中级高级三个级别的棋力选择。算法采用了自己编写的全盘搜索的经验积分算法,速度很快,棋力不是非常强。-This is a small game reversi. There are three primary Intermediate High-level chess choice. The algorithm used to prepare ourselves to the full search algorithm integration experience, very fast, not very strong chess.
- 2022-11-06 08:50:04下载
- 积分: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
-
棋类游戏vb的,适合与游戏爱好者,很好的
棋类游戏vb的,适合与游戏爱好者,很好的-board games vb, fit and game enthusiasts, good
- 2022-08-18 01:02:06下载
- 积分:1
-
introduced a chess program development process
介绍一个象棋程序的开发过程-introduced a chess program development process
- 2022-02-24 14:32:58下载
- 积分:1
-
一个用VB写的猜24场对以前的版本进行了修改。
一个用VB写的猜二十四游戏,对以前的版本进行了修改.-Using VB to write a guessing 24 games of the previous version has been modified.
- 2023-01-18 17:25:03下载
- 积分:1
-
network Go game, No AI supported
网络围棋游戏,不支持人工智能
- 2022-09-15 22:35:03下载
- 积分:1
-
renju the design and implementation of the "331" procedure prepared by...
五子棋的设计与实现 本“五子棋“程序只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。(程序中的棋盘规格为15*15)。-renju the design and implementation of the "331" procedure prepared by the Human-Computer Chess, a game using the search tree, in the selection of the optimal use of a treadmill Minimax analysis, taking into account the complex search and space complexity of the procedure only for a two-step search, Computers in the next step in law, only the right players to step estimate. (Procedure specifications for the chessboard 15* 15).
- 2023-04-29 19:20:03下载
- 积分:1
-
这是初学编程的心血来潮编的,不要搞我!实战五子棋人机交互
这是初学编程的心血来潮编的,不要搞我!实战五子棋人机交互-This is the idea of learning programming series and not pursuing me! Real renju HCI
- 2023-03-22 16:10:03下载
- 积分:1
-
一款C++的斗地主网络游戏源代码!VS2003开发。
一款C++的斗地主网络游戏源代码!VS2003开发。-A C++ The斗地主online games source code! VS2003 development.
- 2022-02-12 17:50:06下载
- 积分:1
-
本人编的一个简单五子棋程序,自己的思想,自己的解题思路,绝对没有参照任何同类型源码。没有网络功能和数据库联接,不过还是值得大家看看,特别是初学者参考。...
本人编的一个简单五子棋程序,自己的思想,自己的解题思路,绝对没有参照任何同类型源码。没有网络功能和数据库联接,不过还是值得大家看看,特别是初学者参考。-a simple series of the 331 procedures, their own thinking, their own ideas to solve problems, there is no reference to any source type. No network connectivity and database functions, but is still worth a look, especially beginners reference.
- 2022-02-04 21:47:49下载
- 积分:1