代码搜索:KeyScan
找到约 2,231 项符合「KeyScan」的源代码
代码结果 2,231
www.eeworm.com/read/365929/9840478
c stepper.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/*****************************************/
www.eeworm.com/read/365929/9840545
c signalgen.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/****************************************
www.eeworm.com/read/167690/9955759
mak 3510i.mak
CC = iccavr
CFLAGS = -IC:\icc\include -e -DATMEGA -l -g -Mavr_enhanced -Wf-r20_23
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -dram_end:0x45f -bdata
www.eeworm.com/read/167690/9955774
src 3510i.src
[Files]
keyscan.c
main.c
3510i.c
buzzpr.c
[Headers]
3510i.h
bit.h
buzzpr.h
chinese_12x12_pixel.h
english_6x8_pixel.h
keyscan.h
tu.h
[Documents]
www.eeworm.com/read/360660/10082581
txt jianpan.txt
status equ 3h
z equ 2h
rp0 equ 5h
rp1 equ 6h
portb equ 6h
trisb equ 86h
portc equ 7h
trisc equ 87h
portd equ 8h
trisd equ 88h
fsr equ 04h
option_reg equ 81h
rbup equ 7
data1
www.eeworm.com/read/357417/10210020
asm pic16f877_clock.asm
LIST P=16F877
INCLUDE "P16F877.INC"
;************此程序实现计时秒表功能******************
;时钟显示范围:00.00秒-99.99秒,分辨度:0.01秒;所用的寄存器如下
S0 EQU 0X20 ;0.01 秒计时器
S1 EQU S0+1 ;0.1 秒计时器
S2 EQU S0+2
www.eeworm.com/read/353868/10411362
c stepper.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/*****************************************/
www.eeworm.com/read/353866/10411390
c max038signalgen.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/****************************************
www.eeworm.com/read/423852/10529564
h key.h
#ifndef _key__ //防止重载
#define _key__
#define uchar unsigned char
#define uint unsigned int
extern void d1s(uint i);
extern uchar keyscan();
#endif
www.eeworm.com/read/278080/10576078
c key.c
//*****************************************************************************************************
//Copyright(C)2007,桂林电子科技大学电子工程学院科技协会
// 矩阵键盘源文件
//文件名称: Key.c
//文件标识: (公开)
//摘