-
KMeans
K-means algorithm which is used to find cluster given a dataset
- 2010-11-18 07:55:35下载
- 积分:1
-
string-data-encryption
Data Encryption by Matrix Multiplication
We will only use numbers 0 to 26 for the encryptive mathematics operation. Numbers from 1 to 26 are for letters from A to Z and 0 is for all non-letter characters. To minimize usage of numbers, all letters are converted to upper case. The original message is converted to number array according to the ASCII table and minus 64. We partition whole array into blocks of 8 numbers. The last block may be added several zeros. Then multiply each block by the an 8x8 matrix A which is invertible in Z27 to get cipher data. The decryption is the same process except to use its inverse matrix B. For good visual reading, we convert all non-letter characters to under score for the decryption.
- 2012-06-24 02:58:53下载
- 积分:1
-
frf-fegzhisousuo
用matlab对chirp信号进行了仿真,表现出了chirp信号的frft的峰值搜索,参数估计(Using matlab for chirp signal simulation, showing a peak search chirp signal frft, the parameter estimates)
- 2021-03-30 19:19:10下载
- 积分:1
-
LSTM时间序列预测
本代码采用python语言编写的的一个LSTM时间序列来预测销量(This code uses a LSTM time series written in Python language to predict sales)
- 2019-06-03 20:18:02下载
- 积分:1
-
4-6改进分水岭分割算法
给出了关于图像的多种处理方法,并且自己相处了想出了分水岭算法的改进(Given a variety of approaches to image processing, and got along with the idea of an improved watershed algorithm)
- 2018-01-22 16:26:27下载
- 积分:1
-
pso(1)
pso算法源程序 介绍基本粒子群算法的MATLAB实现程序(Particle Swarm Optimization)
- 2009-05-27 20:01:53下载
- 积分:1
-
careasy11
车牌识别Matlab程序,可直接运行,识别效果很好(License plate recognition Matlab program can be run directly identify good effect)
- 2012-12-31 18:49:07下载
- 积分:1
-
vadic-maths-1
Vedic maths in pdf formate.. easy to learn
- 2015-02-21 13:10:26下载
- 积分:1
-
Kalman_Filter
卡尔曼滤波器的操作包括两个阶段:预测与更新。在预测阶段,滤波器使用上一状态的估计,做出对当前状态的估计。在更新阶段,滤波器利用对当前状态的观测值优化。(Kalman filter operation consists of two stages: prediction and update. In the prediction stage, the filter is estimated using the previous state, to make an estimate of the current state. In the update phase, the filter use observations on the current state of the optimization.)
- 2014-01-20 13:12:48下载
- 积分:1
-
calc_lz_complexity
calculate limpel-ziv complexity of an image
- 2015-03-12 03:03:15下载
- 积分:1