-
EZW
EZW coding.
WAVELET-TRANSFORM BASED COMPRESSION ALGORITHM
- 2010-06-15 00:51:34下载
- 积分:1
-
matrix_kron
说明: matlab中kron函数的C++实现,即对矩阵实现kron积,接口与matlab函数完全相同,可以作为替代程序使用(kron matlab functions in C++ implementation, the implementation of the matrix kron product, interface with matlab function exactly the same procedure can be used as an alternative)
- 2011-03-14 19:37:28下载
- 积分:1
-
FUNC1
说明: Regression sum of squares , the maximum deviation , minimum deviation , the average deviation
- 2011-11-26 00:31:22下载
- 积分:1
-
matlab-SIMO-control
微机控制系统大作业单输入单输出,多输入单输出控制matlab程序,(The microcomputer control system project single input and single output, many input single output control matlab,
)
- 2011-07-17 18:01:56下载
- 积分:1
-
radar-material
介绍雷达资料在雷电临近预报中的应用的PPT(Introductory radar data lightning nowcasting PPT)
- 2013-03-26 16:38:57下载
- 积分:1
-
yuanzhuraoliu
圆柱扰流问题,包括流场、速度场、压强场的编程及界面输出(Cylindrical spoiler issues, including the flow field, velocity field, programming and interface output pressure field)
- 2014-05-05 09:22:23下载
- 积分:1
-
GA-BPNN
遗传算法优化BP神经网络-非线性函数拟合(BP neural network optimized by genetic algorithm for nonlinear function fitting)
- 2020-09-14 20:17:56下载
- 积分:1
-
LDA2
这是用来计算线性离散分析的matlab代码,有助于新手学习(This is used to calculate the matlab code for linear discrete analysis to help novices learn)
- 2010-11-01 00:25:27下载
- 积分:1
-
algorithm
这个程序就是最基本的粒子群优化算法程序,用Matlab实现,非常简单。只有几十行代码。(Algorithm for this process is the most basic particle swarm optimization procedures, using Matlab implementation is very simple. Only a few dozen lines of code.)
- 2010-03-15 11:28:49下载
- 积分:1
-
ieee754_32
Converts a floating point value to IEEE 754 32 bit binary representation.
Sign Bit: 1
Exp: 2 to 9
Frac: 10:32
Single-precision floating-point format is a computer number format that occupies 4 bytes (32 bits) in computer memory and represents a wide dynamic range of values by using a floating point. In IEEE 754-2008 the 32-bit base 2 format is officially referred to as binary32. It was called single in IEEE 754-1985. In older computers, other floating-point formats of 4 bytes were used.
For example, the 32-bit floating point bit pattern 1 01111101 00101100000000000000000 is interpreted as the following:
(− 1)1 × (1 + 0.34375) × 2(125–127) = -1.34375× 2− 2 = -0.3359375
- 2013-09-07 22:20:32下载
- 积分:1