代码搜索结果
找到约 21,386 项符合
Switch 的代码
switch.odl
// switch.odl : type library source for ActiveX Control project.
// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library (switch.tlb) that will becom
switch.c
#include
void main(){
int i=2;
switch(i){
case 1*2:
printf("1\n");
case 2:
printf("2\n");
case 3:
printf("3\n");
default:
printf("default\n");
}
}
switch.jhd
MODULE switch
switch.vhd
-- 库声明
library IEEE;
use IEEE.STD_LOGIC_1164.all;
-- 实体声明
entity switch is
port (
din1 : in STD_LOGIC;
din2 : in STD_LOGIC;
sel : in STD_LOGIC;
dout : out STD_LO
switch lamp.m51
BL51 BANKED LINKER/LOCATER V6.00 07/23/2006 17:21:24 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
E:\KEIL\C51\BIN\BL51.EXE Switch
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
switch lamp.plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\14 Switch Lamp\Switch Lamp.uv2
Project File Date: 06/29/2006
switch lamp.lnp
"Switch Lamp.obj"
TO "Switch Lamp"
switch lamp_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Option
switch lamp.lst
A51 MACRO ASSEMBLER SWITCH_LAMP 07/23/2006 17:21:24 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Switch Lamp.OBJ
ASSEMB