代码搜索:containing

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

代码结果 10,000
www.eeworm.com/read/256577/11986621

h list.h

/* * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved. * Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. * * This file is part of the device-mapper userspace tools. *
www.eeworm.com/read/256561/11987409

readme

ksp is a implementations of finding the k shortest paths algorithm. It is also a C/C++ library including some classical graph relative algrithm implementations. More information about ksp as well
www.eeworm.com/read/342904/11992594

htm websgetrequestdir.htm

websGetRequestDir -- GoAhead WebServer API
www.eeworm.com/read/342845/11996164

m casfiltr.m

function y = casfiltr(b0,B,A,x); % CASCADE form realization of IIR and FIR filters % ----------------------------------------------- % y = casfiltr(b0,B,A,x); % y = output sequence % b0 = gain c
www.eeworm.com/read/153407/12035367

m checkvarsdata.m

function [data,params]=checkvarsdata(start,continuing,data,params); %CHECKVARSDATA Fills the dataset variable for the GPLAB algorithm. % CHECKVARSDATA(START,CONTINUE,DATA,PARAMS) returns the da
www.eeworm.com/read/342008/12046985

m labelim.m

%LABELIM Construct image from objectlabels in case of feature images % % IM = LABELIM(A) % IM = A*LABELIM % % If A is a dataset containing images stored as features, so % each pixel is an object, than
www.eeworm.com/read/153186/12053179

m make_rp_eq.m

% This file makes the structure containing the run % parameters used for the Adpative Equalization experiment rp.Nruns = 200; rp.var_v = 0.001; rp.decay = 0; rp.p = 11;
www.eeworm.com/read/255577/12072203

asv f_impulse.asv

function [h,k] = f_impulse (b,a,N,bits,realize,graph,caption) %F_IMPULSE: Compute the impulse response of a discrete-time system % % Usage: [h,k] = f_impulse (b,a,N,bits,realize,graph,capt) % %
www.eeworm.com/read/255577/12072256

m f_filtlat.m

function y = f_filtlat (K,b_0,x) %F_FILTLAT: Compute output of lattice form filter realization % % Usage: y = f_filtlas (K,b_0,x) % % Inputs: % K = 1 by m vector containing reflecti
www.eeworm.com/read/255577/12072272

asv f_spec.asv

function [A,phi,S,f] = f_spec (x,N,fs) %F_SPEC: Compute magnitude, phase, and power density spectra % % Usage: [A,phi,S,f] = f_spec (x,N,fs); % % Inputs: % x = vector of length M con