代码搜索结果
找到约 10,000 项符合
Switch 的代码
switch lamp.asm
ORG 00H
START: JB P1.7,LIG ;如果开关闭合,则点亮LED
CLR P1.0 ;否则熄灭LED
SJMP START
LIG: SETB P1.0
SJMP START
END
multi switch.asm
ORG 00H
START: MOV A,P1 ;读取P1口数据
SWAP A ;交换A中高四位与低四位的位置
ORL A,#0F0H ;与0F0H相或
MOV P1,A ;将开关状态送LED显示
SJMP START
END
switch.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target
switch.m51
BL51 BANKED LINKER/LOCATER V6.00 07/16/2010 11:35:47 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
D:\处理软件\KEIL\C51\BIN\BL51.EXE s
switch.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Ta
switch.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target
switch_bus.jhd
MODULE switch_bus
switch_bus.vhd
-- 库声明
library IEEE;
use IEEE.STD_LOGIC_1164.all;
-- 实体声明
entity switch_bus is
-- 类属参数
generic (
BUS_WIDTH : integer := 8 ); -- 总线宽度
port (
din1 : in std_logic_vector(BUS_WIDTH-1 d
cbl_switch.mnu
SWITCH#CBLS 转换缆
#
Reset#Loc 重设位置
Reset the start location.
重新设置开始位置
Switch#End 切换终点
Continue routing from the other end of the segment.
从这段的另一端继续取顶路径