-
Discrete-Hopfield-neural-network-classification
Discrete Hopfield neural network classification
- 2014-12-01 23:02:23下载
- 积分:1
-
nedi
基于插值的超分辨率NEDI算法,用matlab实现(The super-resolution interpolation algorithm based NEDI)
- 2021-04-23 15:58:48下载
- 积分:1
-
DDS-programmed-in-matlab
用matlab实现dds,并进行相关参数分析(Using matlab to achieve dds)
- 2014-08-30 11:27:00下载
- 积分:1
-
LogitMul
基于逻辑回归的多分类问题,可以实现至少三类数据的分类(Classification based on multiple logistic regression, classification can be achieved at least three types of data)
- 2016-04-22 11:22:06下载
- 积分:1
-
sift-0.9.8-matlab
说明: sift提取特征点、描述子、最后进行匹配。(sift :feature point,descriptor, matching。)
- 2011-04-02 00:10:09下载
- 积分:1
-
initializega
遗传算法函数initializega,2010a以后需要手动载入。(The Genetic Algorithm function of Initializega.)
- 2021-03-23 15:59:15下载
- 积分:1
-
pso3
pso算法。pso算法的优化,有助于在现代工程中选择合适的路径,为只能算法的一种。(hough bianhuan)
- 2012-05-09 15:09:38下载
- 积分:1
-
zwsmubiao
已调试好的基于中位数算法的运动目标检测程序源代码,并给出了两种matlab实现方式(failed to translate)
- 2011-08-10 07:27:28下载
- 积分:1
-
802.11a
说明: 802.11a的方针,有维特比编译码,较之于结交志(the Matlab/Simulink system, matched filtering, carrier recovery, rehabilitation Timing important module, the better modulation and demodulation system 16Qam understanding)
- 2010-05-04 21:03:10下载
- 积分: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