代码搜索:Patterns
找到约 8,017 项符合「Patterns」的源代码
代码结果 8,017
www.eeworm.com/read/450995/7474082
pdf james w. cooper - java design patterns (1998, 218 oldal).pdf
www.eeworm.com/read/439322/7712299
pdf c++ network programming(i)-mastering complexity with ace and patterns.pdf
www.eeworm.com/read/439322/7712300
chm c++ network programming(2)-mastering complexity with ace and patterns.chm
www.eeworm.com/read/486927/6521126
chm adobe.press.advanced.actionscript.3.with.design.patterns.nov.2006.chm
www.eeworm.com/read/479614/6689289
chm modern c++ design - generic programming and design patterns applied (2001).chm
www.eeworm.com/read/347820/11634748
chm adobe.press.advanced.actionscript.3.with.design.patterns.nov.2006.chm
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