代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/458682/7291366
sh list-glob.sh
#!/bin/bash
# list-glob.sh: Generating [list] in a for-loop, using "globbing"
echo
for file in *
# ^ Bash performs filename expansion
#+ on expressions that globbing recognize
www.eeworm.com/read/458682/7291713
sh logging-wrapper.sh
#!/bin/bash
# Generic shell wrapper that performs an operation
#+ and logs it.
# Must set the following two variables.
OPERATION=
# Can be a complex chain of commands,
#+ for example
www.eeworm.com/read/457219/7331837
m tournsel.m
function[newPop] = tournSelect(oldPop,options)
% Performs a tournament selection.
% function[newPop] = tournSelect(oldPop,options)
% newPop - the new population selected from the oldPop
% oldPop
www.eeworm.com/read/452654/7436605
m tracking.m
function [trackResults, channel]= tracking(fid, channel, settings)
% Performs code and carrier tracking for all channels.
%
%[trackResults, channel] = tracking(fid, channel, settings)
%
% Input
www.eeworm.com/read/452217/7445021
m tournsel.m
function[newPop] = tournSelect(oldPop,options)
% Performs a tournament selection.
% function[newPop] = tournSelect(oldPop,options)
% newPop - the new population selected from the oldPop
% oldPop
www.eeworm.com/read/206731/7456707
m tournsel.m
function[newPop] = tournSelect(oldPop,options)
% Performs a tournament selection.
% function[newPop] = tournSelect(oldPop,options)
% newPop - the new population selected from the oldPop
% oldPop
www.eeworm.com/read/449504/7502048
m becm.m
function results = becm(y,nlag,tight,weight,decay,r)
% PURPOSE: performs Bayesian error correction model estimation
% using Minnesota-type prior
%---------------------------------------------
www.eeworm.com/read/449504/7502065
m ecm.m
function results = ecm(y,nlag,r)
% PURPOSE: performs error correction model estimation
%---------------------------------------------------
% USAGE: result = ecm(y,nlag,r)
% where: y = an (nobs
www.eeworm.com/read/449504/7502628
m lmtest1.m
function results = lmtest1(data,q)
% PURPOSE:
% Performs an LM test for the presense of autocorrelation in q lags
% Under the null of no serial correlation, this is asymptotically
% distribute
www.eeworm.com/read/449504/7502630
m kolmogorov.m
function [statistic, pvalue, H]=kolmorgorov(x,size,dist,varargin)
% PURPOSE:
% Performs a Kolmogorov-Smirnov test that the data are from a specified distribution
%
% USAGE:
% [statistic,