-
Imageencryption
这个工程实现了红绿蓝三个分量的提取,采用了新的方法,比传统的方法要清楚些,并且对红色分量做了DFT变换,用模版来对图像进行加密,为图像加密提供了一种新的思路。代码免费下载,功能优。(The project implements the extraction of three components red, green and blue, using a new method to make it clear than the more traditional methods, and components made of red DFT transform, the image used to encrypt the template for the image encryption provides a kinds of new ideas. Code free download, features excellent.)
- 2010-10-11 17:31:59下载
- 积分:1
-
fdtdtianxian
fdtd程序,线馈矩形微带天线的分析文档,其中包括两种模型的建立,有matlab和C++程序。(fdtd program, line fed rectangular microstrip antenna analysis documents, including the establishment of the two models, with matlab and C++ program.)
- 2010-11-11 22:36:45下载
- 积分:1
-
fupinxiangying
说明: 幅频响应特性图[h1,w]=freqz(b1,1,N,1)
[h2,w]=freqz(b2,1,N,1) (Amplitude frequency response characteristics of Figure)
- 2011-04-07 21:09:04下载
- 积分:1
-
SAADAT
this book contains the matlab codes for power system analysis problems
which also helps to write the matlab programs
- 2009-10-01 12:35:35下载
- 积分:1
-
parzen
说明: Parzen窗估计法的C语言代码和Matlab应用的动态链接库。(Parzen window estimation method of C language code and Matlab applications, dynamic link library.)
- 2008-09-22 11:20:39下载
- 积分:1
-
fvm2d
fvm方法求解浅水方程
具有后处理功能(fvm to solver shallow water ns equation with post processin)
- 2011-10-31 13:15:19下载
- 积分:1
-
HistOptimal
It gives optimal histogram. It has m files. Mainly it is a program of Matlab
- 2009-10-11 17:55:54下载
- 积分:1
-
VIDEO-TRAFFIC
video traffic using matlab
- 2014-10-10 01:40:28下载
- 积分:1
-
bluetooth_FM
基于matlab的蓝牙调频通信系统仿真程序(Bluetooth FM communication system simulation program matlab)
- 2011-01-12 22:24:37下载
- 积分: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