代码搜索:SWITCH

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

代码结果 10,000
www.eeworm.com/read/435874/1858637

opt switch.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.a*; *.src) oExt (*.obj) lExt (*.lib) tExt (*.txt) pExt (*.plm) CppX (*.cpp) DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/435874/1858638

c switch.c

#include void Switchdemo(void) { Byte outputstate; switch(outputstate) {case 1: P1_0=0; P1_1=0; P1_2=0; break; //跳出循环 case 2: P1_0=1; P1_1=0; P1_2=0; break;
www.eeworm.com/read/434188/1874001

c switch.c

/* Copyright (c) 2006, 2007, 2008 Z RESEARCH, Inc. This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify it under th
www.eeworm.com/read/432012/1901234

s switch.s

#include "pstate.h" #include "asi.h" #define ASI_BP ASI_M_BYPASS #define REGWIN_SZ 0x40 .globl __switch_context, __switch_context_nosave, __exit_context, halt .text .align 4 .register %
www.eeworm.com/read/432012/1901265

s switch.s

#include "psr.h" #include "asi.h" #define ASI_BP ASI_M_BYPASS #define REGWIN_SZ 0x40 .globl __switch_context, __switch_context_nosave, __exit_context, halt .text .align 4 /* * Switch executio
www.eeworm.com/read/432012/1901321

s switch.s

.globl entry, __switch_context, __exit_context, halt .text .align 4 /* * Entry point * We start execution from here. * It is assumed that CPU is in 32-bit protected mode and * all segments a
www.eeworm.com/read/432012/1901387

switch-arch

#!/bin/sh if [ x"$1" = x ]; then printf "Usage:\n $0 [arch-config]" printf "\narch-config: cross-ppc, x86\n" exit 0 fi ARCH=$1 rm -f rules.xml rm -f config.xml ln -s config/examples/${ARCH}_
www.eeworm.com/read/431110/1912381

h switch.h

/* Copyright 2002 Jeff Dike * Licensed under the GPL */ #ifndef __SWITCH_H__ #define __SWITCH_H__ #define ETH_ALEN 6 #endif
www.eeworm.com/read/430828/1917016

aspx switch.aspx

www.eeworm.com/read/430360/1931614

asm switch.asm

; ######################################################################### ; This demo shows how to use Greg Falen's SWITCH macro ; #####################################################