代码搜索:Multiple

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

代码结果 9,501
www.eeworm.com/read/381193/9105668

m am-fm with iq plots.m

function example9 % MATLAB/MXA example 9 % Continuous AM/FM demodulator and multiple display % Version: 1.0 % Date: Sep 11, 2006 % 2006 Agilent Technologies, Inc. oldobjs=instrfind; if ~i
www.eeworm.com/read/378919/9212943

mdl ds_ss_rake.mdl

Model { Name "ds_ss_rake" Version 4.00 Description "Simulation for a single code and multiple user down" "link \nwithout coding. Major blocks are from block library umts_blks. \n
www.eeworm.com/read/178061/9420777

m ncosine.m

function [MultPhi,Phis] = ncosine(factor1,factor2); %NCOSINE multiple cosine/Tuckers congruence coefficient % % [MultPhi,Phis] = ncosine(factor1,factor2,DimX,Fac); % % ----------------------INP
www.eeworm.com/read/373369/9460258

java roshambo5.java

//: enumerated/RoShamBo5.java // Multiple dispatching using an EnumMap of EnumMaps. package enumerated; import java.util.*; import static enumerated.Outcome.*; enum RoShamBo5 implements Competi
www.eeworm.com/read/371706/9540909

m wigb.m

function wigb (a,scal,x,z,amx) %WIGB: Plot seismic data using wiggles. % % WIGB(a,scal,x,z,amx) % % IN a: seismic data % scale: multiple data by scale % x: x-axis; %
www.eeworm.com/read/174691/9577669

m rayrice.m

clear %rayrice.m %Gayatrii Prabhu and P. M. Shankar %generates Rayleigh and Rician faded signal with 10 multiple paths %by varying the number of paths, it is possible to get an idea on how many pa
www.eeworm.com/read/174583/9581352

mdl ds_ss_rake.mdl

Model { Name "ds_ss_rake" Version 4.00 Description "Simulation for a single code and multiple user down" "link \nwithout coding. Major blocks are from block library umts_blks. \n
www.eeworm.com/read/169457/9860175

h bget.h

/* Interface definitions for bget.c, the memory management package. 02/09/04: Slightly trimmed down for cos by Paul Barker (should have done this a *long* time ago) */ // protect from multiple i
www.eeworm.com/read/169058/9882947

java roshambo5.java

//: enumerated/RoShamBo5.java // Multiple dispatching using an EnumMap of EnumMaps. package enumerated; import java.util.*; import static enumerated.Outcome.*; enum RoShamBo5 implements Competi
www.eeworm.com/read/168118/9937758

m ycurve.m

function ynot=ycurve(x,y,xnot) % ynot=ycurve(x,y,xnot) % % compute the y coordinates of the curve given by x,y at the point xnot. % If the curve is multivalued, then multiple y's will be returned. If