-
Matlab和Excel的混合编程.part1
说明: Matlab和Excel的混合编程.part1,讲述Matlab和Excel的混合编程(Mixed Programming of MATLAB and Excel. Part 1, Describes Mixed Programming of MATLAB and Exce)
- 2019-10-02 20:43:00下载
- 积分:1
-
研究数据结构,使课程设计。实现一些文件,第1个…
学习数据结构做的课程设计.有多个文件实现,这个项目也是比较多人选的,相信上传会有帮助的-study data structure so the curriculum design. Achieve a number of documents, the project is more of the candidates, Upload believe can be helpful
- 2023-04-02 22:10:04下载
- 积分:1
-
AJAX simple songs, suitable for the novice oh portal, which has a simple example...
AJAX简单入门,适合入门的新手哦,里面有简单的实例,可以让大家一边变得实验,来发现不同,很容易上手,对那些刚刚入门的朋友也许会有帮助-AJAX simple songs, suitable for the novice oh portal, which has a simple example. We can become experimental side, to find different, it is easy to get started. Introduction of those friends just may help
- 2023-08-10 18:45:03下载
- 积分:1
-
策略模式-商场管理软件01简单计算
Dialogue with the robot, enter the questions you want to ask into the input box
- 2020-06-24 07:40:01下载
- 积分:1
-
802.11物理层的matlab仿真源码
802.11物理层的matlab仿真源码-802.11 physical layer of Matlab simulation FOSS
- 2023-04-28 18:30:04下载
- 积分:1
-
852694
安装方法: 你必须确定cache目录可以读写一般就不会出现什么问题,本程序在WIN2003+IIS+PHP5和WIN2003+APACHE+PHP5下完全测试通过,本程序也上传到LINUX下的PHP4通过(Installation: you must make sure that the cache directory can read and write without any problems, this procedure in WIN2003+IIS+PHP5 and WIN2003+APACHE+PHP5 complete test passed, this procedure is uploaded to the LINUX PHP4 through)
- 2018-09-14 21:28:59下载
- 积分:1
-
Computer system structure of slides, suitable for students
计算机系统结构的一些幻灯片,适合学生参考-Computer system structure of slides, suitable for students
- 2022-03-14 07:14:16下载
- 积分:1
-
三阶智能体一致性
说明: 用于多智能体的一致性研究,尤其是初学者,程序通俗易懂,稍作修改就能用于多智能体编队控制的研究。(Multi-agent consistency study)
- 2020-12-27 10:29:03下载
- 积分: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
-
PCL_supervoxelclustering_label
说明: 实现超体素分割,并将体素质心保存,以及分割后各点对应的标签全部实现保存(Supervoxel segmentation is realized, and the core of body quality is saved, as well as the corresponding labels of each point after segmentation are all saved.)
- 2020-11-04 15:59:52下载
- 积分:1