代码搜索:Switch

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

代码结果 10,000
www.eeworm.com/read/280347/10337654

c 被动式.c

#include unsigned char bdata dat; unsigned char bdata biaoz=0; sbit b7=biaoz^7; sbit sd7=dat^7; sbit sd6=dat^6; sbit sd5=dat^5; sbit sd4=dat^4; sbit sd3=dat^3; sbit sd2=dat^2;
www.eeworm.com/read/162078/10338327

cpp queue_status.cpp

#include // Windows message procedure. LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { switch (uMsg) { case WM_COMMAND: /
www.eeworm.com/read/425636/10343328

h~ processor.h~

#include #if __CODEVISIONAVR__ < 1255 #error Minimume CodevisionAVR requered ver is: 1.25.5 #endif #define TINY_FAT 1 /* 0 means use FULL FAT firmware for Large memory systems with
www.eeworm.com/read/425622/10343973

h processor.h

#include #if __CODEVISIONAVR__ < 1255 #error Minimume CodevisionAVR requered ver is: 1.25.5 #endif #define TINY_FAT 1 /* 0 means use FULL FAT firmware for Large memory systems with
www.eeworm.com/read/425622/10344046

h~ processor.h~

#include #if __CODEVISIONAVR__ < 1255 #error Minimume CodevisionAVR requered ver is: 1.25.5 #endif #define TINY_FAT 1 /* 0 means use FULL FAT firmware for Large memory systems with
www.eeworm.com/read/354481/10350789

c getkey.c

#include #include "head.h" void display (uint8_t c,uint8_t d); extern uint8_t key; void adjtime (void); void adjalm (void); //////////////////////////////////////////// /*
www.eeworm.com/read/425473/10352834

cpp main.cpp

#include "iostream.h" void main() { int a=0,b=1,c=2; switch (a) { case 0: cout
www.eeworm.com/read/425473/10353835

cpp main.cpp

#include "iostream.h" #include "stdlib.h" void main() { float a,b,c,temp; char oper1,oper2; cout oper1 >>b >>oper2 >>c; if ((oper2=='*' || oper2=
www.eeworm.com/read/425473/10354077

cpp main.cpp

#include "iostream.h" void main() { float a,b; char oper; cout oper >>b; switch (oper) { case '+': { cout
www.eeworm.com/read/354138/10383449

m metric.m

function distance=metric(x,y) if x==y distance=0; else distance=1; end % switch (y) % case 0 % if x==0 % distance=0.0458; % end % if x==1 % distance=2;