代码搜索结果

找到约 33,766 项符合 Algorithm 的代码

main.cpp

#include #include #include #include using namespace std; int main(void){ vector v; v.push_back(3); v.push_back(9); v.push_back(12); v.p

main.cpp

#include #include #include using namespace std; void print(int x){ cout

alg14.c

#include #include #include template void print_elements( Type elem ) { cout

ch12.4.02.c

#include #include #include // #include /** ** stanl@john:d.12 338 : xsh32 ch12.4.02.c stanl@john:d.12 339 : a.out 0 1 1 2 3 5 8 0 1 1 2

make_rp.m

% make rp structure to be used for passing run % parameters to the run_lms_pred algorithm rp.Nruns = 100; rp.Ndata = 500; rp.mult = 200; rp.verbose = 0; rp.mu = 0.05; rp.a =

1032parliament.cpp

#include #include #include #include #include #include #include #include #include #include using namespace

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

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

lsvmk.m

function [iter, optCond, time, u] = ... lsvmk(KM,D,nu,tol,maxIter,alpha); % LSVMK Langrangian Support Vector Machine algorithm % LSVMK solves a support vector machine problem using an iterati