代码搜索结果

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

head.s

/* * arch/alpha/boot/head.S * * initial bootloader stuff.. */ #include .set noreorder .globl __start .ent __start __start: br $29,2f 2: ldgp $29,0($29) jsr $26,start_kernel

ali-ircc.c

/********************************************************************* * * Filename: ali-ircc.h * Version: 0.5 * Description: Driver for the ALI M1535D and M1543C FIR

ali-ircc.c

/********************************************************************* * * Filename: ali-ircc.h * Version: 0.5 * Description: Driver for the ALI M1535D and M1543C FIR

makefile

# dummy value (path existence is not checked) HWLINCLUDE_LOCATION=dont_use_hwl_includes include common.mk CFLAGS += -Wformat # realmagichwl_kernelland.o depends on nothing # !!! rmkernelproperties_sw

pthread_np.h

#ifdef OSKIT #error This isn't valid in the OSKIT. #else /* * Copyright (c) 1996-98 John Birrell . * All rights reserved. * * Redistribution and use in source and binary forms,

ali-ircc.c

/********************************************************************* * * Filename: ali-ircc.h * Version: 0.5 * Description: Driver for the ALI M1535D and M1543C FIR

ali-ircc.c

/********************************************************************* * * Filename: ali-ircc.h * Version: 0.5 * Description: Driver for the ALI M1535D and M1543C FIR

qpskmapping.m

function [symb1, symb2]=QPSKmapping(symbol_per_frame, codeword); for i=1:symbol_per_frame, switch codeword(i,1), case 0, symb1(i)=1;

phy.c

#include "compiler.h" #include "lrwpan_config.h" //user configurations #include "lrwpan_common_types.h" //types common acrosss most files #include "ieee_lrwpan_defs.h" #include "hal.h"

c_hex.c

//------------------------------------------------------------------------------ //转成ascii码 //------------------------------------------------------------------------------ uchar c_hex(uchar i) {