代码搜索结果
找到约 33,766 项符合
Algorithm 的代码
read me.txt
These files are the MATLAB code for "Imperialist Competitive Algorithm (ICA)" which in some papers is referred by "Colonial Competitive Algorithm CCA". The original paper about this algorithm is used
slopemax.m
% slopemax.m
% Scope: This MATLAB macro determines slopemax value for the Receiver
% Autonomous Integrity Monitoring (RAIM) baseline standard algorithm
%
fft2.m
%
% Computes the fft of vector X
% Using radix-2 FFT algorithm, time decimation Programmed by
% F.PATIN aka YOV408
%
function [Y] = fft2(X)
N = length(X);
if (N==1)
Y = -X;
r
md5算法(看在你是女孩的份上,给你一个吧).txt
作者:hbworld
日期:2001-4-26 12:30:20
public String MD5(String sInput)
throws Exception{
String algorithm="";
//输入不能为空
if(sInput.trim()==null){
return "null";
}
file_id.diz
C++ src for simple b-spline curve algorithm
bitload.m
function [bits_alloc,energy_alloc] = BitLoad(subchan_gains,total_bits,num_subc,gap,noise,M)
% Bit Loading Algorithm
% ---------------------
%
% Inputs :
% subchan_gains : SubCarrier Gain
bitload.asv
function [bits_alloc,energy_alloc,SNR] = BitLoad(subchan_gains,total_bits,num_subc,gap,noise,M)
% Bit Loading Algorithm
% ---------------------
%
% Inputs :
% subchan_gains : SubCarrier
chow_algo.m
% Chow's Algorithm
% ----------------
% This is based on the paper by Chow et al titled
%
% A Practical Discrete Multitone Transceiver Loading Algorithm
% for Data Transmission over Spectrally Shaped
frft工具箱程序说明.txt
fractional order matlab toolbox
Matlab files
The m-file frft.m computes the fast fractional Fourier transform following the algorithm of
H.M. Ozaktas, M.A. Kutay, and G. Bozdagi.
Digital comp
genetik_r.hpp
//------------------------------------------------------------------
// **** Floating point genetic algorithm ****
// **** for nonlinear minimization ****
//------------------------------