-
Mytob.BSNotes regularly lock machines
定时关机定时锁定机器-Mytob.BSNotes regularly lock machines
- 2022-11-09 02:35:04下载
- 积分:1
-
zbsrc
作弊器(212KB) (Cheating devices (212KB))
- 2009-06-10 17:30:34下载
- 积分:1
-
Large number addition
由于直接加法有数字大小限制,这里使用字符串进行1000位以内的数字加法。(Because direct addition has a numerical size constraint, the string is used to add numbers within 1000 bits.)
- 2018-04-29 22:58:59下载
- 积分:1
-
华为C++内部培训资料,详细易懂,比较RA…
华为公司C++内部培训资料,内容详细易懂,相当的珍贵-Huawei C++ internal training materials and detailed easy to understand, quite rare
- 2022-08-09 07:00:07下载
- 积分:1
-
New folder
nothing dont open it
- 2019-05-06 06:02:23下载
- 积分:1
-
0
说明: abaqus中对明面施加滚动压力所应用的,外加Fortran子程序(make stress on the top of something)
- 2020-04-27 21:42:42下载
- 积分:1
-
excel_vba_程序设计源码考试成绩管理系统
excel_vba_程序设计源码考试成绩管理系统-excel vba 考试成绩管理系统
- 2022-08-06 06:18:02下载
- 积分:1
-
Modern-Communications-Jamming
该书是一本通信对抗专业的实用参考书。系统地介绍了现代抗干扰通信技术(主要是直接序列扩谱和跳频扩谱)和抗干扰通信的检测技术,讨论了每一种基本抗干扰信号类型的干扰技术,包括干扰直接序列扩谱信号、干扰快跳频扩谱信号、干扰慢跳频扩谱信号和干扰直接序列扩谱/跳频扩谱混合信号。该书的读者对象是电子战和通信对抗领域的工程师和科技工作者,也可供通信领域的科技工作者参考。(Content HighlightsAnti-Jam Communications and Electronic Countermeasures. Radio Frequency Propagation. Signaling for AJ Communications. Jamming Techniques. Anti-Jam Signal Detection. Jamming Direct Sequence Spread Spectrum Systems. Jamming Fast Frequency Hopping Systems. Jamming Slow Frequency Hopping Systems. Jamming Hybrid Spread Spectrum Systems.)
- 2017-02-27 19:59:50下载
- 积分:1
-
GNUradio和USRP入门指导
GNUradio和USRP,pdf 格式,经典教材(A BOOK OF GNUradio AND USRP GNU FOR guide)
- 2018-04-22 21:08:54下载
- 积分:1
-
作业
本题编写程序模拟人进行连连看游戏,电脑模拟人玩连连看的过程如下:
1、分析本局游戏,将本局游戏转化成一个二位数组。0表示空白区域,数字表示该游戏牌为出现在游戏中的第几类游戏牌。
2、利用广度优先搜索算法,判断两个游戏牌是否可以消除。
3、程序模拟人点击可以消除的一对游戏牌进行消除。
对某局游戏转化成二维数组如下:
0 0 0 0 0
0 1 2 0 0
0 0 3 4 0
0 0 0 1 0
输入二位数组的行、列,二位数组、起始元素的的坐标、终止元素的坐标,判断起始游戏牌和终止游戏牌是否可以消除。
对上例输入
4 5
0 0 0 0 0 0 1 2 0 0 0 0 3 4 0 0 0 0 1 0
1 1
3 3
输出 TRUE(The writing program simulates the game, and the computer simulates the process of watching the game as follows:
1. Analyze the game and convert the game into a two - bit array. 0 is the blank area, the number indicates that the game card is the number of game cards that appear in the game.
2. Use the breadth first search algorithm to judge whether the two game cards can be eliminated.
3, the program simulates a pair of game cards that can be eliminated by clicking.
A game of a game is transformed into a two-dimensional array as follows:
00000
01200
00340
00010
Input the row and column of the two bit array, the coordinates of two bit array, the initial element, and the coordinates of the termination elements, so as to determine whether the initial game card and the ending game card can be eliminated.
For example input
45
0000001200 0034000010
11
33
Output TRUE)
- 2017-12-17 16:01:15下载
- 积分:1