-
CepSpec
最小方差估计 可以依据最小方差估计 来计算某些参量(minimum variance esitimate)
- 2010-09-23 08:43:48下载
- 积分:1
-
dw_mmc-socfpga
Altera SoCFPGA Specific Extensions for Synopsys DW Multimedia Card Interface driver.
- 2014-08-09 10:36:48下载
- 积分:1
-
alamouti2_2
source code for alamouti
- 2013-12-23 12:30:02下载
- 积分:1
-
case24_ieee_rts
基于matlab的电力系统IEEE24节点潮流计算,希望对大家有帮助(IEEE24 node power system load flow calculation, based on matlab)
- 2021-04-06 18:49:02下载
- 积分:1
-
mia24
医学图像处理matlab工具箱,medical image processing toolbox(Medical image processing matlab toolbox, medical image processing toolbox)
- 2008-05-27 21:55:04下载
- 积分:1
-
SHENGYAkaiguandianyuan
220v交流(boost)升压电路,PID控制算法(220v AC (boost) boost circuit)
- 2021-04-23 16:48:48下载
- 积分:1
-
matlablbq3
matlab简单教程.rar(Matlab simple tutorial. Rar)
- 2007-05-17 15:48:34下载
- 积分:1
-
spectralmatrix_msc_sgolay
今日对光谱数据预处理中的MSC(多元散射校正)和SG(0阶、高阶)平滑进行了学习,参考书目是李志刚老师著的《光谱数据处理与定量分析技术》(原理介绍较为详细)并结合CSDN和联合开发网上下载的代码进行了简单的matlab编程。代码稍后上传,介绍详细,感兴趣的可以去看看。(Today, MSC (Multiple Scattering Correction) and SG (0th order, high order) smoothing in spectral data preprocessing are studied. The bibliography is "Spectrum Data Processing and Quantitative Analysis Technology" by Li Zhigang (more on the principle) . And combined with CSDN and joint development of the code downloaded online to carry out a simple matlab programming. The code is uploaded , and the details are detailed. If you are interested, you can check it out.)
- 2018-09-01 10:25:36下载
- 积分:1
-
AntsColony
使用蚂蚁算法解决商旅问题(TSP) Matlab GUI 编程(ant algorithm used to solve a traffic problem (TSP) Matlab GUI)
- 2007-06-27 16:12:41下载
- 积分: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