资源列表
[人工智能/神经网络/遗传算法] DE_example_in_C
说明:differentail Evolution example in c. please study this code and enjoy it<havehuang> 在 2025-05-04 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] PSO_example_in_C
说明:PSO example in c. please study this code and enjoy it<havehuang> 在 2025-05-04 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] least-square-fit
说明:最小二乘拟合算法C程序,N为拟合点数,T为拟合阶数。-Least-squares fitting algorithm C procedures, N for the fitting points, T for the fitting order.<唐荣> 在 2025-05-04 上传 | 大小:1kb | 下载:0
[matlab例程] autocorrelation_values
说明:the autocorrelation values of the generated 1000 samples<linhu> 在 2025-05-04 上传 | 大小:1kb | 下载:0
[matlab例程] bandpass_filter
说明:extracting cos(0.3*pi*n)component by designing the bandpass filter-extracting cos (0.3* pi* n) component by designing the bandpass filter<linhu> 在 2025-05-04 上传 | 大小:1kb | 下载:0
[matlab例程] window_function
说明:the magnitude responses in dB of the window functions in the frequency domain<linhu> 在 2025-05-04 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] Euler_fuction2
说明://Euler 函数前n项和 /* phi(n) 为n的Euler原函数 if( (n/p) % i == 0 ) phi(n)=phi(n/p)*i else phi(n)=phi(n/p)*(i-1) 对于约数:divnum 如果i|pr[j] 那么 divnum[i*pr[j]]=divsum[i]/(e[i]+1)*(e[i]+2) //最小素因子次数加1 否则 divnum[i*pr[j]<Campbell> 在 2025-05-04 上传 | 大小:1kb | 下载:0