代码搜索结果
找到约 10,000 项符合
Switch 的代码
c-switch.c-
/*
* test switch statement
*
*
*/
int main()
{
char a;
a='t';
switch(a){
case 1: a++;break;
case 2: a+=2; break;
case 't': a='q'; break; // so, a should be 'q'
c-switch.literals
# this is the file of string literals
literal0: .string "a = "
len0 = . - literal0
c-switch.s
# start of the file
.include "defines.h" # system call numbers
.include "c-switch.literals" # include the string literal file
.global _start
.bss
.align 4
_data:
.text
.align 4
_start:
push
switch_schema.sql
--* File Name : switch_schema.sql
--* Author : DR Timothy S Hall
--* Description : Allows developers to switch synonyms between schemas where a single instance
--* : contains
ad-switch.lst
C51 COMPILER V7.06 AD_SWITCH 05/20/2008 15:52:27 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE AD_SWITCH
OBJECT MODULE PLACED
ad-switch.c
#include
#include
#include
#include
#include
/***********************************************************************************/
sfr ADC_C
switch_bus.jhd
MODULE switch_bus