代码搜索:Switch

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

代码结果 10,000
www.eeworm.com/read/436945/7758475

m subsref.m

function g = subsref(f, s) %LOGDA/SUBSREF Subscripted reference of LOGDA object. % Copyright (c) 1999 Michael Kiefte. % $Log$ switch s(1).type case '.' switch s(1).subs case 'coefs'
www.eeworm.com/read/436945/7758488

m subsref.m

function g = subsref(f, s) %LDA/SUBSREF Subscripted reference of LDA object. % Copyright (c) 1999 Michael Kiefte % $Log$ switch s(1).type case '.' switch s(1).subs case 'means' h
www.eeworm.com/read/436642/7766658

m ms_orthogonalspreading_initialization.m

% MS_OrthogonalSpreading_Initialization.m switch xChannelType case 1 xWalshCodeLength=16; xWalshCodeIndex=4; case 2 xWalshCodeLength=2; xWalshCodeIndex
www.eeworm.com/read/436642/7766664

m ms_interleaver_initialization.m

% MS_Interleaver_Initialization.m switch xRC case 3 switch xFrameLength case 6120 xRepetitionCount=1; xPunctureVector=[1];
www.eeworm.com/read/436434/7770020

m griewank.m

function ObjVal = griewank(Chrom,switch1); [Nind, Nvar] = size(Chrom); nummer = repmat(1:Nvar, [Nind 1]); ObjVal = sum(((Chrom.^2) / 4000)')' - prod(cos(Chrom ./ sqrt(nummer))')' + 1;
www.eeworm.com/read/436203/7775275

news

vsntp NEWS 2007-03-29 version 2.0.0 1. Added alarm() in addition to sleep() as an alternative synchronization scheduler, in order to fix a problem that vsntp sleep() may stop working afte
www.eeworm.com/read/435844/7782972

m evalinzzy.m

function y1=evalinzzy(a,s) t=(0:a)/a*2*pi; y1=subevalinzzy(4,s); %------------ subfunction ------------- function y2=subevalinzzy(a,s) t=(0:a)/a*2*pi;ss='a*exp(i*t)'; switch s case {'base','c
www.eeworm.com/read/435489/7791153

inc bankswitch.inc

BANK0 macro bcf STATUS,RP0 ; select register bank 0 bcf STATUS,RP1 endm BANK1 macro bsf STATUS,RP0 ; select register bank 1 bcf STATUS,RP1 endm
www.eeworm.com/read/435150/7796320

cpp prog4_08.cpp

// Example 4.8 Using the switch statement #include using std::cin; using std::cout; using std::endl; int main() { int choice = 0; // Store selection value here
www.eeworm.com/read/434835/7801128

c jianpan0118.c

#include #define uchar unsigned char #define uint unsigned int sbit we1=P0^0; sbit we2=P0^1; sbit we3=P0^2; sbit dula1=P0^4; sbit dula2=P0^5; sbit dula3=P0^6; sbit dula