代码搜索结果

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

cck_algorithm.m

%CCK_algorithm clear clc cck_code_256 = ones(256,8); % 8-bit to 8-bit mapping cck_code_64 = ones(64,8); % 6-bit to 8-bit mapping % Generate a table mapping 6-bit(b7~b2) real data to 8-bit comp

tag_mem.prf

SCHEMATIC START ; # map: version ispLever_v72_PROD_Build (44) -- WARNING: Map write only section -- Fri Dec 19 12:32:59 2008 SYSCONFIG DONE_OD=ON DONE_EX=OFF CONFIG_SECURE=OFF WAKE_UP=21 WAKE_ON_

priority.c

/************************************/ /* 求出运算符的优先级 */ /*文件名priority.c,函数名priority()*/ /************************************/ int priority(char op) { switch(op) {

subsref.m

function b = subsref(a,index) switch index(1).type case '.' switch index(1).subs case 'con' if length(index) == 2 b = a.con(index(2).subs{:}); else b = a.con; end cas

subsref.m

function b = subsref(a,index) switch index(1).type case '.' switch index(1).subs case 'con' if length(index) == 2 b = a.con(index(2).subs{:}); else b = a.con; end cas

subsref.m

function b = subsref(a,index) switch index(1).type case '.' switch index(1).subs case 'con' if length(index) == 2 b = a.con(index(2).subs{:}); else b = a.con; end cas

goats2.lnp

"MAIN.obj", "Display_count.obj", "Delay_loop.obj", "Switch_Wait.obj" TO "Goats2"

goats.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.a*; *.src) oExt (*.obj) lExt (*.lib) tExt (*.txt) pExt (*.plm) DaveTm { 0,0,0,0,0,0,0,0 } Target (Tar

goats.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, Options 1,0,0

bits1.c

/*------------------------------------------------------------------*- Bits1.C (v1.00) ------------------------------------------------------------------ Reading and writing individua