代码搜索:containing

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

代码结果 10,000
www.eeworm.com/read/455228/7375624

html characters-implementation.html

Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/452222/7444738

m median.m

function m = median(chr) % STD - Median value % For vectors, MEDINA(chr) returns the median of the members % in the population. For matrices, MEDIAN(chr) is a column vector % containing the m
www.eeworm.com/read/452222/7444756

m mean.m

function me = mean(chr) % STD - Average value % For vectors, MEAN(chr) returns the mean value of the members % in the population. For matrices, MEAN(chr) is a column vector % containing the a
www.eeworm.com/read/452217/7445298

m filold.m

function [out]=fil(in,f); % % Filters the data using a first order filter % % [out]=fil(in,f); % % f is a vector containing the filter constants % global stop; [D L]=size(in); out=in; for i
www.eeworm.com/read/451878/7454745

m blockframes.m

function M3 = blockFrames(s, fs, m, n) % blockFrames: Puts the signal into frames % % Inputs: s contains the signal to analize % fs is the sampling rate of the signal % m is the
www.eeworm.com/read/206731/7457058

m filold.m

function [out]=fil(in,f); % % Filters the data using a first order filter % % [out]=fil(in,f); % % f is a vector containing the filter constants % global stop; [D L]=size(in); out=in; for i
www.eeworm.com/read/439686/7702984

m missmult.m

function [X]=missmult(A,B) %MISSMULT product of two matrices containing NaNs % %[X]=missmult(A,B) %This function determines the product of two matrices containing NaNs %by finding X according t
www.eeworm.com/read/399963/7819302

readme

Chapter 1 - Getting Started. hello.c - First of many "Hello World" programs in this book. fred.c and bill.c - Source code files containing static library functions. lib.h - L
www.eeworm.com/read/298649/7947654

m filold.m

function [out]=fil(in,f); % % Filters the data using a first order filter % % [out]=fil(in,f); % % f is a vector containing the filter constants % global stop; [D L]=size(in); out=in; for i
www.eeworm.com/read/396834/8087935

m protglobal.m

% function [d seq1 seq2] = protglobal (p1, p2, S, g, fg) % % Funtion calculates optimal gobal alignment of two proteins, p1 and p2. % % Input arguments: % p1 = string of amino acids %