资源列表
AI
- 简单的神经网络训练程序,可以通过增加训练样本达到更好的权值
Polynomial
- 径向基网络对Polynomial函数的逼近和拟合-Radial basis function networks Polynomial Approximation and fitting
fft
- fft c语言下编译通过,内涵fft以及ifft,注释说明很全-fft in c
main2
- quicksort algorithm, very fast and efficient written in c source code enjoy it
SetZmn
- 利用getZmnsingular和getZmngerenal的结果计算最终的阻抗矩阵。-calculate the final Impedance Matrix usint the function of getZmnsingular and getZmngerenal
Algorithm-a
- 这是鱼群算法的源程序,稍微加以改进就可变成自己需要的算法,适用于神经网络的仿真!-This is the source of the fish school algorithm, a slight improvement can be turned into the algorithm for neural network simulation。
eiler
- Euler method for solving ordinary differential equations with a given initial value
dotprodc
- 数组乘法运算 数组加法运算 累乘累加 三个以上数组-Array multiplication array addition operation tired multiply and accumulate
max
- 实验描述:给定X和Y都是n位整数,计算乘积XY。分治算法思想,将n位X和Y分成2段,每段n/2位。则X分为AB两段,Y分为CD两段。 有X=A*(10)^(n/2)+B,Y=C*(10)^(n/2)+D;XY=(A*(10)^(n/2)+B)(C*(10)^(n/2)+D)=AC*(10)^n+(AD+BC)*(10)^(n/2)+BD。 -Experiment: given X and Y are n-bit integers, calculate the product of the
script_ber_bpsk_rayleigh_channel
- This a matlab scr ipt for computing the simulated BER for BPSK modulation in Rayleigh channel-This is a matlab scr ipt for computing the simulated BER for BPSK modulation in Rayleigh channel
cPP-
- 曲线拟合c++,在学数值分析(计算方法)的同学可以参考一下,是我自己编的哦-Curve fitting c++, students learn numerical analysis (calculation method) can refer to is my own oh
time_delay_beamforming
- 这是一个延时求和波束形成算法的实现,可以运行!-This is a summation delay beamforming algorithm, you can run!