代码搜索:Key1
找到约 1,573 项符合「Key1」的源代码
代码结果 1,573
www.eeworm.com/read/445787/7590330
asm key.asm
; 该程序不是标准程序,只是供大家参考实验方法,程序编写得比较冗长,同学们可以看了以后自己写个
ORG 0000H
AJMP START
ORG 0100H
KEY1 EQU P3.2
KEY2 EQU P3.3
DATA1 EQU 40H
DATA2 EQU 41H
START:
MOV 40H, #8
MOV 41H, #8
MOV R7, 41H
www.eeworm.com/read/484822/6575419
c lesson5_3.c
#include
#define uint unsigned int
#define uchar unsigned char
sbit dula=P2^0;
sbit wela=P2^1;
sbit key1=P3^4;
uchar code table[]={
0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6
www.eeworm.com/read/483819/6595904
c lesson5_3.c
#include
#define uint unsigned int
#define uchar unsigned char
sbit dula=P2^6;
sbit wela=P2^7;
sbit key1=P3^4;
uchar code table[]={
0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6
www.eeworm.com/read/477878/6725144
c 矩阵键盘.c
#include
#define uint unsigned int
#define uchar unsigned char
sbit dula=P2^6;
sbit wela=P2^7;
sbit key1=P3^4;
uchar code table[]={
0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6
www.eeworm.com/read/152582/12100811
ini setup.ini
[Startup]
AppName=USB-IrDA Adapter
ProductGUID=10f5d9bb-e2f2-4b18-a65d-928b73d22e6f
[Languages]
Default=0x0009
count=8
key0=0x0804
key1=0x0404
key2=0x0009
key3=0x040c
key4=0x0007
key5=0x001
www.eeworm.com/read/10844/191017
c 电机调速.c
/*
1、学习目的:利用定时器产生PWM,了解原理和使用方法
2、硬件要求:直流电机 定时器
3、试验现象:按键调速,PWM部分显示速度档位,电机根据档位调节速度 这个需要把电机驱动输入端和PWM端连接起来
*/
#include
sbit KEY1 = P3^1;
sbit PWM = P1^5;
unsigned char CYCLE; //定义周期
www.eeworm.com/read/16448/672166
c jianpan.c
#include
#define uchar unsigned char
#define uint unsigned int
uchar num,wela;
sbit d1=P2^0;
sbit key1=P3^0;
uchar code table[]={
0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6f,
www.eeworm.com/read/16448/672238
c anjianshuzi.c
#include
#define uchar unsigned char
#define uint unsigned int
uchar num,wela,temp;
sbit key1=P3^0;
uchar code table[]={
0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6f,0x77,0x7c}
www.eeworm.com/read/16797/691969
c lesson5_3.c
#include
#define uint unsigned int
#define uchar unsigned char
sbit dula=P2^6;
sbit wela=P2^7;
sbit key1=P3^4;
uchar code table[]={
0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6
www.eeworm.com/read/26799/965704
led
#include"reg52.h"
sbit led1=P2^4;
sbit led2=P2^5;
sbit led3=P2^6;
sbit led4=P2^7;
sbit key1=P3^2;
sbit key2=P3^3;
sbit key3=P3^4;
sbit key4=P3^5;
sbit beep=P2^0;
void delay(int t);
void mai