代码搜索结果

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

withfinally15.java

// exceptions/WithFinally15.java // TIJ4 Chapter Exceptions, Exercise 15, page 476 // Show that WithFinally.java doesn't fail by throwing a // RuntimeException inside the try block. public clas

expid.cpp

#include "nmea0183.h" #pragma hdrstop /* ** Author: Samuel R. Blackburn ** Internet: sam_blackburn@pobox.com ** ** You can use it any way you like as long as you don't try to sell it. ** **

usbcore.c

/*---------------------------------------------------------------------------- * U S B - K e r n e l *---------------------------------------------------------------------------- * N

usbcore.c

/*---------------------------------------------------------------------------- * U S B - K e r n e l *---------------------------------------------------------------------------- * N

onoffswitch14.java

// exceptions/OnOffSwitch14.java // TIJ4 Chapter Exceptions, Exercise 14, page 476 // Show that the OnOffSwitch.java can fail by throwing a // RuntimeException inside the try block. public class

withfinally15.java

// exceptions/WithFinally15.java // TIJ4 Chapter Exceptions, Exercise 15, page 476 // Show that WithFinally.java doesn't fail by throwing a // RuntimeException inside the try block. public clas

acq.m

function acq_seq=acq(piconet,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

onoffswitch14.java

// exceptions/OnOffSwitch14.java // TIJ4 Chapter Exceptions, Exercise 14, page 476 // Show that the OnOffSwitch.java can fail by throwing a // RuntimeException inside the try block. public class

withfinally15.java

// exceptions/WithFinally15.java // TIJ4 Chapter Exceptions, Exercise 15, page 476 // Show that WithFinally.java doesn't fail by throwing a // RuntimeException inside the try block. public clas