代码搜索:Patterns

找到约 8,017 项符合「Patterns」的源代码

代码结果 8,017
www.eeworm.com/read/288804/8607145

cpp kmean.cpp

#include "kmean.h" void Kmean::initClusters() { for(int i = 0; i < this->patterns.numOfCluster; i++) { Kmean::Cluster cluster; cluster.setCenter(this->patterns.getPattern(i)); cluster
www.eeworm.com/read/388072/8637685

m cca_eof.m

function [alphax,alphay,PX,PY]=cca_eof(X,Y,n) % Based on von Storch (1994) "Analysis of Climate Variability" ch. 13. [m,co]=size(X); % m = number of timesteps; n= number of coordinates % Dete
www.eeworm.com/read/431767/8655393

m antparset.m

function antpar=antparset(varargin) %ANTPARSET Antenna parameter configuration for WIMi % ANTPAR=ANTPARSET sets default parameters for the input struct ANTPAR. % % Default parameters are [
www.eeworm.com/read/431767/8655410

m wim_core.m

%WIM_CORE Channel coefficient computation for a geometric channel model % [H DELTA_T FINAL_PHASES FINAL_PHASES_LOS]=WIM_CORE(WIMPAR,LINKPAR,ANTPAR,BULKPAR,BSGAIN,BSGAIN_LOS,MSGAIN,MSGAIN_LOS,OFFSET