代码搜索结果
找到约 21,386 项符合
Switch 的代码
multi switch.lst
A51 MACRO ASSEMBLER MULTI_SWITCH 07/24/2006 08:19:33 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Multi Switch.OBJ
ASSEM
switch.asm
; #########################################################################
; This demo shows how to use Greg Falen's SWITCH macro
; #####################################################
switch.java
package com.sitech.net.topo.netobj;
public class Switch {
}
switch.java
package Jt.examples.patterns;
import Jt.*;
/**
* Demonstrates the use of the State design pattern.
*/
public class Switch extends JtState {
private static final long serial
switch.h
// Switch.h: interface for the CSwitch class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SWITCH_H__0FBEDC10_8E1D_48D8_9448_6A417E94B455__INCLUDED_)
switch.cpp
// Switch.cpp: implementation of the CSwitch class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DrawChip.h"
#include "Switch.h"
#i
switch lamp.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Option
multi switch.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Opti
switch.java
package de.fub.bytecode.generic;
/**
* SWITCH - Branch depending on int value, generates either LOOKUPSWITCH or
* TABLESWITCH instruction, depending on whether the match values (int[]) can be
* s
switch.c
#include
void Switchdemo(void)
{ Byte outputstate;
switch(outputstate)
{case 1:
P1_0=0;
P1_1=0;
P1_2=0;
break; //跳出循环
case 2:
P1_0=1;
P1_1=0;
P1_2=0;
break;