代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/441824/7664330
m weaklearn_train.m
function [i_star,theta_star,qdef_star,r_star]=WeakLearn_train(data,D)
% Implements the weak learner in the RankBoost paper.
%
%Y. Freund, R. Iyer, and R. Schapire, 揂n efficient boosting algorithm for
www.eeworm.com/read/437551/7746164
m logmap1.m
function L_all = logMap(rec_s, g, L_a, ind_dec)
% Turbo code decoding
% Create trellis structure
[next, nextSt, prev, prevSt] = trellisMex(g);
% Decode using Log Map algorithm
L_all = logMap
www.eeworm.com/read/437551/7746171
m sova1.m
function L_all = sovaTest(rec_s,g,L_a,ind_dec)
% Turbo code decoding
% Create trellis structure
[next, nextSt, prev, prevSt] = trellisMex(g);
% Decode using Soft Output Viterbi algorithm
L_al
www.eeworm.com/read/396865/8087036
m testing.m
function d = testing(a,d)
ker=kernel('rbf',sqrt(1/(2*a.gamma)));
K=calc(ker,data(a.centers),d);
Yest=K*a.alpha;
if(a.algorithm.use_signed_output==1)
Yest=sign(Yest);
end
d=set_x(d,Yest);
www.eeworm.com/read/142793/12918276
cpp testheader_copy_if.cpp
//: .\C06:TESTHEADER_copy_if.cpp
//: C06:copy_if.h
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use
www.eeworm.com/read/323119/13352696
pem client-cert.pem
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 1 (0x1)
Signature Algorithm: md5WithRSAEncryption
Issuer: C=SE, L=Uppsala, O=MySQL AB, CN=Abstract MySQL Develope
www.eeworm.com/read/323119/13352700
pem server-cert.pem
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 2 (0x2)
Signature Algorithm: md5WithRSAEncryption
Issuer: C=SE, L=Uppsala, O=MySQL AB, CN=Abstract MySQL Develope
www.eeworm.com/read/304502/13792047
m dbpa mspc.m
%%
% DBPA - Distance Based Power Alocation Algorithm%%%%%%%%%%%%%%%%%%%%%%
%
% in this progarm mobiles are uniformally distributed within%%%%%%%%%%%
% the cell to allow varing power for the D
www.eeworm.com/read/301977/13845040
txt 文件说明.txt
G-P算法计算关联维的 Matlab 程序
-----------------------------------
文件说明:
1、GP_Algorithm_main.m - 程序主文件
2、correlation_interal.c - 计算关联积分的源代码文件
3. correlation_interal.dll-计算关联积分的mex文件
www.eeworm.com/read/135997/13880105
m rls_d.m
%RLS_S.m
%RLS algorithm
%static status
%synchronous CDMA
%channel: White Gaussis Noise
function [P1,P_i_n,y,correct,E_ex,PP] = RLS_D(b,N,K,step,yN_step,S,SNR,P)
%multiuser detection
lamda=0.997;
PP=