-
此程序能够计算一个数据集的熵和基于某个属性的熵
此程序能够计算一个数据集的熵和基于某个属性的熵-this procedure to calculate a data set based on the entropy and the entropy of a particular attribute
- 2023-06-07 05:05:03下载
- 积分:1
-
Wireless_Sensor_Networks_Signal_Processing_and_Com
关于无线传感器网络的非常好的一本书!英文版的!(On wireless sensor networks a very good book! English!)
- 2008-12-29 19:20:52下载
- 积分:1
-
第二次
自适应共轭梯度的算法研究简单案例,了解matlab语言的使用(Accelerated adaptive Perry conjugate gradient algorithms)
- 2020-06-23 14:40:02下载
- 积分:1
-
AVR_HMC5883L-GY271
通过AVR 单片机的硬件IIC对HMC5883进行读写(use avr mcu hardware iic to read write hmc58883)
- 2013-08-15 08:58:51下载
- 积分:1
-
a small library management system, Holbrook yo, we can look at, the more valuabl...
一个小型的图书管理系统,挺好的哟,大家可以看一下,多提宝贵意见-a small library management system, Holbrook yo, we can look at, the more valuable advice
- 2022-02-03 02:53:35下载
- 积分:1
-
Tutorial-VB
Visual basic complete tutorial for connection to db s
- 2010-01-28 13:18:40下载
- 积分:1
-
for using MFRC500 chip you need to communication protocol
for using MFRC500 chip you need to communication protocol
- 2022-03-09 22:05:42下载
- 积分:1
-
Prentice-Applying UML and Patterns 2nd-fly
这是一本关于UML的权威经典书籍,有应用实例,便于自学。(This is a UML on the authority of classic books, some application examples facilitate self-learning.)
- 2005-08-12 15:22:24下载
- 积分: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
-
shifouzhengtai
判断一组数据是否是正态分布,并且画出概率密度曲线(A set of data to determine whether it is normal)
- 2009-09-05 21:49:08下载
- 积分:1