-
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
-
ESLII_print5
统计学习基础——数据挖掘、推理与预测。数据挖掘经典教材。(The classical book for data mining. The Elements of Statistical Learning, Data Mining, Inferrence, and Prediction.)
- 2013-05-08 21:57:08下载
- 积分:1
-
twodgamma
说明: matlab 基于二维伽马函数的光照不均匀图像自适应校正算法(Adaptive correction algorithm of illumination nonuniformity image based on two-dimensional gamma function)
- 2021-02-10 20:09:52下载
- 积分:1
-
l1_cs
对lena.map先分块处理,然后做cs变换,观测矩阵用随机高斯矩阵,重构算法用l1算法(On lena.map first block processed, and then do cs transform, random Gaussian matrix with the observation matrix, reconstruction algorithm algorithm using l1)
- 2010-08-16 17:50:26下载
- 积分:1
-
edgedetect
自己做的关于边缘检测与边界跟踪的matlab程序(Own on the edge of the boundary detection and tracking procedures matlab)
- 2009-05-06 11:50:35下载
- 积分:1
-
Motiondetectedbyopticalflow
光流法检测运动物体,速度很快,matlab 实现(motion detection by optical flow, implemented in Matlab, run very fast)
- 2015-01-31 12:07:32下载
- 积分:1
-
Wavelet-1
小波分析课件--北京大学
不错的小波分析课件(wavelet analysis ppt--Beijing University)
- 2009-06-06 20:45:23下载
- 积分:1
-
matlab
matlab的使用方法文档,能让你熟悉该文档可不可以使用,如何使用matlab。能让你熟悉文档的使用方法(Matlab to use the documents, make you familiar with the document Can you use, how to use Matlab.)
- 2012-08-07 18:59:06下载
- 积分:1
-
matlab
MATLAB课件,前两章,包括数值运算和简述,对初学者有很大的帮助(MATLAB courseware, the first two chapters, including numerical computation and brief for beginners great help)
- 2013-03-17 13:19:24下载
- 积分:1
-
Newman源代码
说明: Newman快速算法的matlab源代码(Matlab Source Code for Newman Fast Algorithms)
- 2019-10-12 16:47:24下载
- 积分:1