代码搜索:SW1

找到约 309 项符合「SW1」的源代码

代码结果 309
www.eeworm.com/read/150452/12292096

asm 13简单时钟.asm

;================================================= ; 简单时钟 ; ; 时间设定 分钟减1 SW1 ; 分钟加1 SW2 ; 小时减1 SW3 ; 小时加1 SW4 ;================================================= ; ; ew51仿真编程器 配套实验板学习例程 ;
www.eeworm.com/read/18421/787161

sap top.sap

d Data_Block_intance.LED_Flashing_instance.flashing_counter; gi Qaux[2:0]; ai .clock "NONE"; ai .clock_edge "rise"; ai .async_reset "n:SW1"; gp C; ap .is_clock 1; ap .clock "NONE"; ap .clo
www.eeworm.com/read/18679/799760

sap top.sap

d Data_Block_intance.LED_Flashing_instance.flashing_counter; gi Qaux[2:0]; ai .clock "NONE"; ai .clock_edge "rise"; ai .async_reset "n:SW1"; gp C; ap .is_clock 1; ap .clock "NONE"; ap .clo
www.eeworm.com/read/281423/4116439

sap top.sap

d Data_Block_intance.LED_Flashing_instance.flashing_counter; gi Qaux[2:0]; ai .clock "NONE"; ai .clock_edge "rise"; ai .async_reset "n:SW1"; gp C; ap .is_clock 1; ap .clock "NONE"; ap .clo
www.eeworm.com/read/428603/8856542

vhd counthand.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity Counthand is Port ( SW1,SW0,SW2 : in STD_LOGIC; cntpulse :in std_logic;
www.eeworm.com/read/222183/9319208

asm rs232_2.asm

SW1 BIT P2.7 SW2 BIT P2.6 SW3 BIT P2.5 SW4 BIT P2.4 SW5 BIT P2.3 SW6 BIT P2.2 KEY
www.eeworm.com/read/422816/10608711

asm rs232b.asm

SW1 BIT P2.7 SW2 BIT P2.6 SW3 BIT P2.5 SW4 BIT P2.4 SW5 BIT P2.3 SW6 BIT P2.2 KEY
www.eeworm.com/read/422816/10608716

asm step.asm

BUFF_STEP EQU 21H SW1 BIT P2.7 KEY BIT P3.3 ORG 000h JMP START ORG 100H ;---------------------------------------- START:MOV P0,#0f0h ;初始化
www.eeworm.com/read/350715/10717053

c test.c

#include #define uint unsigned int #define uchar unsigned char sbit SW1=P1^1; sbit SW2=P1^0; void delay_ms() { uint t=1000; while(--t); } void main() { uchar i=
www.eeworm.com/read/470156/6914280

asm 14将rom中的数通过按键切换独个显示在数码管上.asm

;================================================= ; 将以下数列00,01,01,02,03,05,08,13 ; 要求按SW1键切换显示在数码管上 ; ;================================================= ; ; zsMCU51实验板配套学习例程 ; ; 中山单片机学习网 智佳科