-
根据已知数据的权重对数据进行拟合,若不能给出数据的权重就默认为数据权重为1.这种拟合 方法是根据最小二乘进行的。...
根据已知数据的权重对数据进行拟合,若不能给出数据的权重就默认为数据权重为1.这种拟合 方法是根据最小二乘进行的。-The basis of known data on the weight of the data fitting, if the data should not give the weight for data on the default weight is 1. This method is based on least-squares fitting carried out.
- 2022-07-09 02:46:57下载
- 积分:1
-
项目实施的堆
函数和过程:
1.Heapify
2.建堆
3.插入
4.提取最大
5.增加的关键
6.初始化
7.打印堆
从文件堆成 8.读取文本)
- 2023-02-08 06:50:03下载
- 积分:1
-
非负矩阵分解 (NMF) 和本地 NMF
两个上传的功能是 NMF 和 LNMF 算法的矩阵分解的流行方法的实现。
- 2022-02-12 09:15:30下载
- 积分:1
-
stm32串口中断发送接收,超级终端发送stm32自动接收返回原数据
应用背景对stm32串口不了解的同学可以看看,串口可以用来传输数据,用来调试程序也是最好的选择。关键技术stm32串口中断发送接收,使用PC端超级终端或任何串口软件发送数据stm32自动接收返回原数据,实现串口双向通讯。
- 2022-08-03 15:36:27下载
- 积分:1
-
A Reader Anti-collision Protocol for RFID-Enhanced Wireless Sensor Networks
资源描述Abstract Considering rapid developments in the technologies of both radio-frequency identification
(RFID) systems and wireless sensor networks (WSN), an integration of the two
technologies may lead to the formation of an RFID-enhanced WSN which would possess
improved functions and capabilities. In the RFID-enhanced WSN, many reader-enhanced
nodes have increasingly been employed. In such networks, RFID data contains a lot of duplication,
because the same tag may be read multiple times, and collision may occur among
readers, while energy constraints are also a serious problem. These three could in turn cause
serious problems. In this paper, we have proposed our CSMA-based algorithm since it is light,
efficiently minimizes all kinds of reader collision, and eliminates the duplicate data. For this
purpose, we have used a separate control channel and a tag ID forwarding mechanism with a
special co
- 2023-05-06 18:20:03下载
- 积分:1
-
delphi xvid 编解码
基于delphi开发的MP4播放器,其中有XVID的编解码源码,希望对大家有帮助
- 2022-08-11 16:40:49下载
- 积分:1
-
Wolf方法计算Lyapunov指数
Wolf方法计算Lyapunov指数 Wolf方法计算Lyapunov指数 Wolf方法计算Lyapunov指数 Wolf方法计算Lyapunov指数 Wolf方法计算Lyapunov指数 Wolf方法计算Lyapunov指数 Wolf方法计算Lyapunov指数 Wolf方法计算Lyapunov指数 Wolf方法计算Lyapunov指数 Wolf方法计算Lyapunov指数 Wolf方法计算Lyapunov指数
- 2023-06-24 07:55:02下载
- 积分:1
-
用C++生成C/A码
C/A码信号属于伪随机噪声(PRN,Pseudo-random
Noise)码系列。C/A码是长度为1023的G码(Gold
- 2022-03-25 10:34:49下载
- 积分:1
-
Learnin Mathematics with the ABACUS Activity
Learnin Mathematics with the ABACUS Activity-book
part 02
- 2022-04-13 12:56:16下载
- 积分:1
-
C/C++/C#语言实现PBKDF2
应用背景PBKDF2(Password-Based Key Derivation Function),PBKDF2简单而言就是将salted hash进行多次重复计算,这个次数是可选择的。如果计算一次所需要的时间是1微秒,那么计算1百万次就需要1秒钟。假如攻击一个密码所需的rainbow table有1千万条,建立所对应的rainbow table所需要的时间就是115天关键技术
PBKDF2应用一个伪随机函数以导出密钥。导出密钥的长度本质上是没有限制的。(但是,导出密钥的最大有效搜索空间受限于基本伪随机函数的结构。其实还有PBKDF1算法,但它只用于已有应用的兼容因为它产生的密钥对某些应用来说不够大,对新的应用推荐使用PBKDF2。
- 2023-03-23 09:50:04下载
- 积分:1