-
国际象棋游戏,用单片机8051进行控制,可以进行游戏娱乐,里面包含有源程序,以及用protues的仿真结果。...
国际象棋游戏,用单片机8051进行控制,可以进行游戏娱乐,里面包含有源程序,以及用protues的仿真结果。-Chess game, using 8051 microcontroller to control, you can play games entertainment, which contains the source code, as well as with protues the simulation results.
- 2022-03-30 22:26:40下载
- 积分:1
-
自制俄罗斯方块游戏!为换取JAVA即时通讯软件
自制俄罗斯方块游戏!为换取JAVA即时通讯软件- -!偶的毕业设计啊 -Self-made Tetris game! JAVA in exchange for instant messaging software--! Even the graduation design ah
- 2022-02-27 08:56:46下载
- 积分:1
-
cardlib:Win32 C++卡
CardLib:A Win32 C++ card-game library.
CardLib contains the library files(source code).
CardExample is a simple example of how to use the library.
-CardLib: A Win32 C++ Card-game library.CardLib contains the library files (source code). CardExample is a simple example of how to use the library.
- 2022-06-30 08:48:53下载
- 积分:1
-
使用Borland C++ Builder 6.0开发的网络五子棋游戏,有一个寓教于乐的东东~...
使用Borland C++ Builder 6.0开发的网络五子棋游戏,有一个寓教于乐的东东~-The use of Borland C++ Builder 6.0 to develop a network Gobang game, there is a recreation of the NEE ~
- 2022-05-12 23:30:57下载
- 积分:1
-
是个五子棋游戏,很好玩的哦
有低级和高级之分
是个五子棋游戏,很好玩的哦
有低级和高级之分-Gobang game is very fun, oh there are low-level and senior division
- 2023-04-19 21:55:04下载
- 积分:1
-
五子棋的原代码程序,可能对一些人有用!我是初学者,希望大家多帮助...
五子棋的原代码程序,可能对一些人有用!我是初学者,希望大家多帮助-Gobang the original code procedures, may be useful for some people! I am a beginner, I hope all parties to have more help
- 2022-11-17 18:00: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
-
五子棋的一个源程序
五子棋的一个源程序-a source of Gobang
- 2023-09-01 21:45:03下载
- 积分:1
-
Games Hall Games source code, this process is very difficult to find online the.
游戏大厅游戏源代码,这个程序网上很难找到的。-Games Hall Games source code, this process is very difficult to find online the.
- 2022-01-26 05:16:55下载
- 积分:1
-
code is worth studying, you can help
代码很值得研究,对你一定有帮助-code is worth studying, you can help
- 2022-01-29 00:26:59下载
- 积分:1