代码搜索:Multiple

找到约 9,501 项符合「Multiple」的源代码

代码结果 9,501
www.eeworm.com/read/319970/13438256

m zak.m

function dzt=zak(sig,N,M) %ZAK Zak transform. % DZT=ZAK(SIG,N,M) computes the Zak transform of signal SIG. % % SIG : Signal to be analysed (length(X)=N1). % N : number of Zak coefficients in time (
www.eeworm.com/read/319871/13441178

m exm04131_1.m

%exm04131_1.m clear S=['This string array ' 'has multiple rows.'] size(S)
www.eeworm.com/read/317470/13504364

m zerohold.m

function Y=zerohold(X,N) %ZEROHOLD Oversample the input X, by N times, using zero order hold. % Y=zerohold(X,N) % If X is a matrix then each row is over sampled % Copyright (c) Eric Lawrey J
www.eeworm.com/read/315311/13546217

html modifying-and-querying-cells.html

Xlib Programming Manual: Modifying and Querying Colormap Cells 6.7 Modifying and Querying Colormap Cells To store an RGB value in a
www.eeworm.com/read/312169/13616895

cpp formulti.cpp

//listing 6.9 // demonstrates multiple statements in // for loops #include int main() { for (int i=0, j=0; i
www.eeworm.com/read/311482/13630170

c system.c

#include #include #include #include #ifdef WIN32 #include #endif UINT32 base_timer; /**< System 1.024 msec timer */ UINT8 sleep_m
www.eeworm.com/read/308787/13692122

m zak.m

function dzt=zak(sig,N,M) %ZAK Zak transform. % DZT=ZAK(SIG,N,M) computes the Zak transform of signal SIG. % % SIG : Signal to be analysed (length(X)=N1). % N : number of Zak coefficients in time (
www.eeworm.com/read/308653/13697858

m dsmerge.m

function [mS, mY] = dsmerge(S, Y, ds, nms, wtds, wtdy) %DSMERGE Merge data for multiple design sites. % % Call % [mS, mY] = dsmerge(S, Y) % [mS, mY] = dsmerge(S, Y, ds) % [mS, mY] = dsmerge(S,
www.eeworm.com/read/305575/13765468

m vnan.m

function[varargout]=vnan(varargin) %VNAN Sets specified elements of multiple arrays to NANs. % % Y=VNAN(X,INDEX,DIM) is equivalent to Y=X; followed by % % 1 2 DIM2 DIMS(X) % |
www.eeworm.com/read/305575/13765502

m jdata.m

% % JDATA Data management and manipulation % % Naming and renaming variables. % use - Copies structure fields into named variables in workspace. % make - Create a structure c