-
中国象棋
一款用C++语言编写的中国象棋的程序,并有可视化窗口界面...
中国象棋
一款用C++语言编写的中国象棋的程序,并有可视化窗口界面-Chinese Chess a C++, written in Chinese chess programs, and a visualization window interface
- 2022-06-17 19:15:40下载
- 积分:1
-
使用VC++的开发环境,设计和开发的俄罗斯方块的游戏
使用VC++的开发环境,设计和开发的俄罗斯方块的游戏-use development environment, the design and development of the Russian box of the game
- 2022-09-27 01:35:03下载
- 积分:1
-
象棋对弈,vc++6工程,里面有说明文档,方便使用,可以方便复用...
象棋对弈,vc++6工程,里面有说明文档,方便使用,可以方便复用-Chess game, vc++ 6 project, which has documentation, user-friendly, can easily reuse
- 2022-08-17 02:06:29下载
- 积分:1
-
我是vb的初学者,很希望通过贵站得到大家的帮助,这是一个小游戏,对各位来说一定太简单了,但这是我亲手写的。请一定给我下载权限,谢谢拉...
我是vb的初学者,很希望通过贵站得到大家的帮助,这是一个小游戏,对各位来说一定太简单了,但这是我亲手写的。请一定给我下载权限,谢谢拉-I vb beginners, I hope that through Guizhan everyone"s help, this is a small game, all of you will too simple, but I personally written. Please give me some authority to download, thank you!! !
- 2023-02-17 14:05:03下载
- 积分:1
-
中国象棋的源程序
中国象棋的源程序-Chinese chess source
- 2023-03-06 17:30:03下载
- 积分:1
-
俄罗斯方块源文件,不错的,是用JAVA编写的,很有参考价值
俄罗斯方块源文件,不错的,是用JAVA编写的,很有参考价值-Tetris source document, it is true, is prepared by using JAVA, great reference value
- 2022-03-13 02:12:40下载
- 积分:1
-
去游戏,功能点头做得很好。
围棋游戏,点目功能做得很好。-Go games, functional point head doing very well.
- 2022-02-06 01:18:09下载
- 积分:1
-
完全利用VB,不使用任何控件建立的一个扑克牌游戏
完全利用VB,不使用任何控件建立的一个扑克牌游戏-full use VB, not use any of the controls established a poker game
- 2023-08-17 07:15:03下载
- 积分: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
-
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