代码搜索结果

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

kit05test.c

/****************************************************************************/ /* Micom Car Rally Trace Program 2005 Version */ /* Sensor board Motor drive board test

horse.c

#define HORSE_C #include "includes.h" void horse(unsigned char i) { switch(i) { case 0: OutPort = 0x00; break; case 1: OutPort =

lcd.cmd

-w -stack 500h -heap 500h -l rts55x.lib MEMORY { PAGE 0: VECT : o=80h,l=80h PRAM : o=100h,l=1f00h PAGE 1: DRAM : o=2000h,l=1000h } SECTIONS { .text : {}> P

joystick.c

/* ** JOYSTICK.H ** ** Joystick support functions ** ** Public domain demo by Bob Stout */ typedef enum {ERROR = -1, FALSE, TRUE} LOGICAL; #define BOOL(x) (!(!(x))) #define SUCCESS 0

usb_main.#3

//----------------------------------------------------------------------------- // USB_MAIN.c //----------------------------------------------------------------------------- // Copyright 2002 Cygna

drv_lamp.c

#include "config_GD61.h" #include "include_GD61.h" #include //////////////////////////////////////////////////////////////////// uint16 TestDrvState; extern CALENDAR CurrentTime;

guicallback.m

vda = get(da,'Value'); vdm = get(dm,'Value'); vmm = get(mm,'Value'); switch vda case 1 cda = 'C'; case 2 cda = 'F'; case 3 cda = 'S'; case 4 cda = 'FS'; otherwise error('Unknown actua

makefile

C=gcc LDLIBS=`gnome-config --libs gnomeui` CFLAGS=-Wall -g `gnome-config --cflags gnomeui` all: main bg switch frame text line field sg popmenu sig toggle SySInfo bg: bg.o switch: switch.o frame: f

makefile

C=gcc LDLIBS=`gnome-config --libs gnomeui` CFLAGS=-Wall -g `gnome-config --cflags gnomeui` all: main bg switch frame text line field sg popmenu sig toggle SySInfo bg: bg.o switch: switch.o frame: f

usb.cmd

-l rts.lib -mtest13.map -otest13.out MEMORY { PAGE 0: PROG: origin = 3080h, length = 6f7fh PAGE 1: DATA: origin = 0080h, length = 3000h } SECTIONS { .text > PROG PA