代码搜索:SWITCH

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

代码结果 10,000
www.eeworm.com/read/392558/2494676

java switch.java

package com.javapatterns.command.lightandfan; public class Switch { private Command UpCommand, DownCommand; public Switch( Command Up, Command Down) { UpCommand =
www.eeworm.com/read/392548/2495325

asm switch.asm

INCLUDE REGS386.INC INCLUDE TRANS.INC .386p DGROUP group _DATA _DATA segment word public 'DATA' use16 extrn _cs16real: word extrn _ds16real: word trs TRANS ; translation
www.eeworm.com/read/389879/2532199

c switch.c

/* * spu_switch.c * * (C) Copyright IBM Corp. 2005 * * Author: Mark Nutter * * Host-side part of SPU context switch sequence outlined in * Synergistic Processor Element, B
www.eeworm.com/read/384581/2598680

sbk switch.sbk

.set reorder .globl main .text .text .align 2 .ent main main: .frame $sp,32,$31 .set noreorder .cpload $25 .set reorder addu $sp,$sp,-32 .mask 0xc2800000,-4 sw $23,16($sp) .cprestore 20
www.eeworm.com/read/384581/2598728

sbk switch.sbk

.486 .model flat extrn __fltused:near extrn __ftol:near public _main _TEXT segment _main: push ebx push esi push edi push ebp mov ebp,esp sub esp,8 lea edi,(L6) mov dword ptr (-4)[ebp],e
www.eeworm.com/read/384581/2598776

sbk 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(%
www.eeworm.com/read/384581/2598872

sbk 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
www.eeworm.com/read/384581/2598920

sbk 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
www.eeworm.com/read/383153/2621466

cpp switch.cpp

// *************************************************************************** // // Generated automatically by genwrapper. // Please DO NOT EDIT this file! // // *********************************
www.eeworm.com/read/383153/2621953

h switch.h

#ifndef IVE_SWITCH #define IVE_SWITCH 1 #include #include "ReadWrite.h" namespace ive{ class Switch : public osg::Switch, public ReadWrite { public: void write(DataOutputStream* out);