-
Jack_genetic_algo
genetic algorithm program for power system
- 2011-05-29 03:40:25下载
- 积分:1
-
Simplexalgorithm
单纯形法,求解线性规划问题的通用方法。这里给出其Matlab源程序(Simplex method for solving linear programming problems common method. Here are its Matlab source)
- 2013-09-13 11:54:53下载
- 积分:1
-
shepard
用Shepard方法实现散乱数据的曲面拟合(Shepard method using surface fitting of scattered data)
- 2021-04-26 20:38:45下载
- 积分:1
-
mabs2d_v2.1
Input data is the MS Excel file, where the table of nodes, table of elements, nodal external loads vector and boundary conditions are stored.
After running the mabs2d.m file on the Command Window, the program calculates the stiffness matrix in local coordinates kiL (element i). Once the transformation matrix associated to the element is obtained, the stiffness matrix in global coordinates kiG is also calculated. The table of connectivity is automatically generated for the assembly process and then computes the complete stiffness matrix of the structure.
- 2011-10-08 20:08:49下载
- 积分:1
-
CircConv
circular convolution
- 2012-11-15 20:00:39下载
- 积分:1
-
Adaptc
adptc the code for adptc its an exellent one
- 2009-11-17 18:11:04下载
- 积分:1
-
featmatch
matlab匹配的匹配算法,可以调节参数(matching matching matlab)
- 2010-06-09 20:34:18下载
- 积分:1
-
correlations
computes Input/output auto/cross-correlation.(computes Input/output auto/cross-corre IBM.)
- 2007-06-07 19:06:28下载
- 积分: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
-
Goertzel
用Goertzel算法计算两正弦波信号的相位差(Goertzel algorithm using two-phase sine wave signals)
- 2009-07-04 11:22:43下载
- 积分:1