代码搜索结果

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

c_swi.c

void C_SWI_Handler( int swi_num, int *regs ) { switch( swi_num ) { case 0: regs[0] = regs[0] * regs[1]; break; case 1: regs[0] = regs[0] + regs[1]

51_00_os.plg

礦ision2 Build Log Project: D:\Documents and Settings\oldwhite\桌面\OS\51_00_OS\51_00_OS.uv2 Project File Date: 02/25/2006 Output: Build target '

l51_bank.a51

$NOMOD51 NOLINES $NOCOND ;------------------------------------------------------------------------------ ; This file is part of the BL51 / LX51 Banked Linker/Locater package ; Copyright (c) 1988

ms_interleaver_initialization.m

% ms_interleaver_initialization; switch xrc case 3 switch xframelength case 6120 xrepetitioncount=1; xpuncturevector=[1];

4-4键盘-2.txt

uchar code scancode[4]={0xfe,0xfd,0xfb,0xf7}; //键盘扫描码 ///键盘扫描程序//// keyscan() { int i; uchar h,n,m; for(i=0;i

setfreq.asm

.title " set frequency" .global _pllx100 .global _pllx10 .mmregs _pllx100: ; change PLL is x10, CLK=100MHz pshm ah pshm al stm #0,58h wait_pll: l

jp2imformats.m~

function jp2imformats(opt) switch opt, case 'add' stjp2=imformats('jp2'); stlst=imformats;

wavecommon.h

//********************************************************************** // // Filename: wavecommon.h //