-
MATLAB_image_0
这 是 一 篇关于matlab图像处理的文章(This is an article on the article image processing matlab)
- 2009-05-12 09:31:03下载
- 积分:1
-
F16Simulation.tar
F16 战斗机 matlab 仿真程序源代码(F16 fighter matlab simulation program)
- 2011-01-08 13:53:41下载
- 积分:1
-
MATLABCODE1
measured ACF of TRI RV
- 2010-05-17 20:47:31下载
- 积分:1
-
SVM
自己编写的svm程序,能实现特征数据的训练,一个不错的程序。(His writing the SVM procedure, can realize the characteristics of training data, a good program.)
- 2012-05-02 17:08:08下载
- 积分:1
-
two_controllers
a matlab program to control the parallel port
- 2012-10-02 04:42:03下载
- 积分:1
-
CPPapi
C++标准库,C++ Standard Library,是类库和函数的集合,其使用核心语言写成,由c++标准委员会制定,并不断维护更新。(The C++ standard library, C++ Standard Library, is a set of class libraries and function, the use of the core language, developed by the c++ Standards Committee, and continue to maintain and update.)
- 2015-01-17 09:23:49下载
- 积分:1
-
Indoor_VLC_Ray_Tracing-master
说明: 使用光线跟踪算法生成室内可见光通信脉冲响应的MATLAB代码(Using ray tracing algorithm to generate matlab code of indoor visible light communication pulse response)
- 2021-03-23 23:09:15下载
- 积分:1
-
Normalisation
implimentation sous matlab
- 2010-03-13 23:40:28下载
- 积分:1
-
pendulum
自己编制的倒立摆matlab7的程序,采用神经网络控制方法(Prepared their own inverted pendulum matlab7 procedures, the use of neural network control method)
- 2007-12-07 13:01:23下载
- 积分: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