代码搜索结果
找到约 10,000 项符合
Switch 的代码
switch.asm
;.xlist
; include cruntime.inc
;.list
;*******************************************************************************
.386
.MODEL flat, C
.CODE
;CODESEG
;s
switch.c
#include
#include
//extern void EdbgOutputDebugString(const unsigned char *sz, ...);
extern void Switch( TSS * lpPrevTSS, TSS * lpNextTSS, LPTHREAD * lppCurThread, LPTHREAD
switch.c
#include
#include
extern void EdbgOutputDebugString(const unsigned char *sz, ...);
extern void Switch( TSS * lpPrevTSS, TSS * lpNextTSS );
void SwitchTo( LPTHREAD lpPrev, L
switch.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
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;
switch.java
import javax.swing.JApplet;
import javax.swing.JOptionPane;
import java.awt.Graphics;
public class Switch extends JApplet {
public void paint(Graphics g) {
int choice,counter,input;
switch.java
/*
*
LA-CC 05-135 Trident 0.7.1
Copyright Notice
Copyright 2006 (c) the Regents of the University of California.
This Software was produced under a U.S. Government contract
(W-7405-ENG-36) by Los
switch_root
/sbin/switch_root
../bin/busybox 50
switch-event
#!/bin/sh
#
# Called by switchevd with
# $1 = /dev/input/eventX - the device that triggered the switch event
# $2 = 00000000 - The switch bits status (in hex)
if [ -z "$1" -o -z "$2" ]; then
echo