代码搜索结果

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

9-6.c

/*9-6.c*/ #include #include #include #include void main(int argc,char *argv[]) { FILE *fp; int rate; char sound_high[3]; float sound_long; register int i=

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

hid2hci.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2003-2006 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modif

stuff.m

function sb=stuff(data,phy_header) temp=1*phy_header(9)+2*phy_header(8)+4*phy_header(7); switch temp case 0 codelength=24; case 1 codelength=12; case 2 co

choose_piconet.m

function piconet=choose_piconet(band) switch band case 'low' piconet=floor(5*rand)+1; case 'high' piconet=floor(5*rand)+7; end

main.a51

;****************************************************** ; 2002-08-10 by Johnson Chang, 8051.24cc.com john3055@yam.com ; Description: ; PWM controller by 2 push bottom switches ; SW3 is the incream

vowels.c

#include void main() { char letter; int vowel_count = 0; for (letter = 'A'; letter

vowels.c

#include void main() { char letter; int vowel_count = 0; for (letter = 'A'; letter

a00124.html

uIP 1.0: uip/lc-switch.h File Reference

ch06test.h

/* ____________________________________________________________________ * * Copyright (c) 2003, Andrew N. Sloss, Dominic Symes, Chris Wright * All rights reserved. * __________________________