代码搜索结果

找到约 10,000 项符合 Algorithm 的代码

schedule_algorithm.h

/////////////////////////////////////////// // Schedule Algorithm // 列出了可能的门限调整方法,以及各个调整方法的依据 /////////////////////////////////////////// enum SCHEDULE_ALGORITHM { MAXC2I,PROPFAIRNESS,RANDOMR,Grad

thresholdadjust_algorithm.h

/////////////////////////////////////////// // Threshold Adjust Algorithm // 列出了可能的门限调整方法,以及各个调整方法的依据 /////////////////////////////////////////// enum THRESHOLDADJUST_ALGORITHM { AL1,AL2,AL2_1,AL2

waterfilling algorithm.m

% % Waterfilling algorithm (from [Palomar and Fonollosa, Trans-SP2004]) to compute: % % pi = (mu*ai - bi)^+ % sum(pi) = Pt % % By Daniel Perez Palomar (last revision: May 10

rmf_algorithm.m

%检验收匹配滤波器算法的正确性; clc; clear; h=[12 -8 45 -6 23 49]; x=[32 9 -13 -27 10 -3]; whole_sum=sum(h.*x); for i=1:length(h) if h(i)

som_algorithm.dsp

# Microsoft Developer Studio Project File - Name="SOM_Algorithm" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (

som_algorithm.cpp

#include #include #include #include #include #define InputLayerNum 35 #define OutputLayerRow 8 #define OutputLayerColumn 12 #define to

som_algorithm.plg

Build Log --------------------Configuration: SOM_Algorithm - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1