代码搜索结果
找到约 10,000 项符合
Switch 的代码
switch.sbk
.globl main
.text
.align 16
.type main,@function
main:
pushl %ebp
pushl %ebx
pushl %esi
pushl %edi
movl %esp,%ebp
subl $8,%esp
leal .LC6,%edi
movl %edi,-4(%ebp)
jmp .LC5
.LC2:
movl -4(%
switch.sbk
.globl main
.text
.text
.ent main
main:
ldgp $gp,0($27)
lda $sp,-80($sp)
.mask 0x4006000,-64
.frame $sp,80,$26,48
stq $13,0($sp)
stq $14,8($sp)
stq $26,16($sp)
.prologue 1
lda $14,L.6
br
switch.sbk
.global main
.section ".text"
.align 4
main:
save %sp,-96,%sp
set .L6,%i5
ba .L5; nop
.L2:
ldsb [%i5],%o0
call backslash; nop
mov %o0,%i3
set .L7,%o0
ldsb [%i5],%o1
mov %i3,%o2
call prin
switch.java
class Switch {
public static void main(String args[]) {
int i;
for(i=0; i
switch.c
#include
#include
#include
#include
#include
#include
#include
#include
#in
switch.java
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding c
switch.pm
package CGI::Switch;
use Carp;
use strict;
use vars qw($VERSION @Pref);
$VERSION = '0.06';
@Pref = qw(CGI::Apache CGI); #default
sub import {
my($self,@arg) = @_;
@Pref = @arg if @ar
switch.c
#include
int main()
{
int a = 3;
switch(a){
default:
printf("default\n");
break;
case 3:
printf("3\n");
break;
}
}
switch.java
class Switch {
public static void main(String args[]) {
int i;
for(i=0; i