代码搜索:Variable

找到约 10,000 项符合「Variable」的源代码

代码结果 10,000
www.eeworm.com/read/452217/7445200

m mav.m

function [out]=mav(v,n,all,in) % % mav.m % % Moving average filter % % v = current variable % n = number of steps to include % all = 0 to filter entire data set % in = input data % out
www.eeworm.com/read/451823/7455271

m getnc.m

function values = getnc(varargin); % function values = getnc(file, varid, bl_corner, tr_corner, stride, order, ... % change_miss, new_miss, squeeze_it, rescale_opts, err_opt) % % GETNC retrieves
www.eeworm.com/read/206731/7456561

txt readme.txt

Tree Structured Genetic Algorithm An algorithm for Genetic Programming Ben.McKay & Mark Willis (c)
www.eeworm.com/read/206731/7456916

m mav.m

function [out]=mav(v,n,all,in) % % mav.m % % Moving average filter % % v = current variable % n = number of steps to include % all = 0 to filter entire data set % in = input data % out
www.eeworm.com/read/450842/7476012

vhd pci_test.vhd

---------------------------------------------------------------------------- -- This file is a part of the LEON-FT VHDL model -- Copyright (C) 1999 European Space Agency (ESA) -- ALL RIGHTS RES
www.eeworm.com/read/450686/7477820

c main.c

/* ********************************************************* Function declarations ********************************************************* */ void Initialize(void); void feed(
www.eeworm.com/read/450686/7477829

c main.c

/* ********************************************************* Function declarations ********************************************************* */ void Initialize(void); void feed(
www.eeworm.com/read/449504/7502288

m histobarmap.m

function [out]=histobarmap(long,lat,var1,var2,varargin) % PURPOSE: This function links a map, an histogram and a bar plot %------------------------------------------------------------------------ %
www.eeworm.com/read/449504/7502294

m histomap.m

function [out]=histomap(long,lat,variable,varargin) % PURPOSE: This function links a map and an histogram %------------------------------------------------------------------------ % USAGE: out=hist
www.eeworm.com/read/449504/7502297

m clustermap.m

function [out,out2]=clustermap(long,lat,dataset,clustnum,method,varargin) % PURPOSE: This function links a map and a bar plot of the classification variable created by the kmeans method %-----------