代码搜索:Key1
找到约 1,573 项符合「Key1」的源代码
代码结果 1,573
www.eeworm.com/read/382145/9045827
vhd key.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
use IEEE.std_logic_arith.all;
entity key is
port ( clk10k:in std_logic;
key1:in std_logic;
key2:in st
www.eeworm.com/read/373469/9454611
h define.h
//***************************************
#include
//*************************
#define uchar unsigned char
sbit beep=P1^3;//蜂鸣器信号,=0时响;
sbit key1=P3^2;
sbit key2=P3^1;//4个独立案件
sbit ke
www.eeworm.com/read/364766/9896458
pdm 工程1.pdm
[Root]
Most Recent Package=Standard Setup Package 1
[Package|Standard Setup Package 1|餐饮管理]
Icon1=餐饮管理.exe
Title1=餐饮管理
StartIn1=$(AppPath)
Key1=Icon1
[Package|Standard Setup Package 1|Roo
www.eeworm.com/read/164727/10091922
cpp rework.cpp
//修改价格,数量
#include"begin.h"
void basic::rework( fstream f )
{ int choice ; bargain peijian ;
char key1[10]; char key2[15];
int num1 ;double num2,num3; char *s="end";
f.se
www.eeworm.com/read/159799/10615873
pdm affairs.pdm
[Root]
Most Recent Package=Standard Setup Package 1
[Package|Standard Setup Package 1|Project1]
Icon1=affairs.exe
Title1=事务管理系统
StartIn1=$(AppPath)
Key1=Icon7
[Package|Standard Setup Pack
www.eeworm.com/read/351032/10686037
pdm locksys.pdm
[Root]
Most Recent Package=Standard Setup Package 1
[Package|Standard Setup Package 1|工程1]
Icon1=LockSys.exe
Title1=工程1
StartIn1=$(AppPath)
Key1=Icon1
[Package|Standard Setup Package 1|Ro
www.eeworm.com/read/469594/6932684
c main.c
#include
#include
#include
#include
#include "main.h"
#include "MfRc500.h"
#include "wg.h"
unsigned char key1[12];
unsigned char snr[4];
unsig
www.eeworm.com/read/455792/7365567
h key.h
#ifndef _KEY_H_
#define _KEY_H_
// 定义KEY名称
#define KEY1 0x01
#define KEY2 0x02
// 初始化KEY
extern void KEY_Init(unsigned char ucKEY);
// 读取KEY
extern unsigned
www.eeworm.com/read/449848/7495798
c slave.c
#include
#include
uchar bdata keycheck[2]={0};
sbit KEY1 =keycheck[0]^0;
sbit KEY2 =keycheck[0]^1;
sbit KEY3 =keycheck[0]^2;
sbit KEY4 =ke
www.eeworm.com/read/449848/7495827
c slave.c
#include
#include
uchar bdata keycheck[2]={0};
sbit KEY1 =keycheck[0]^0;
sbit KEY2 =keycheck[0]^1;
sbit KEY3 =keycheck[0]^2;
sbit KEY4 =ke