代码搜索:扫描程序
找到约 10,000 项符合「扫描程序」的源代码
代码结果 10,000
www.eeworm.com/read/385348/8808316
aps 源程序扫描.aps
www.eeworm.com/read/385348/8808319
cpp 源程序扫描.cpp
// 源程序扫描.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "源程序扫描.h"
#include "源程序扫描Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/385348/8808326
rc 源程序扫描.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/385348/8808334
dsw 源程序扫描.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "源程序扫描"=".\源程序扫描.dsp
www.eeworm.com/read/168342/9919537
doc 键盘扫描程序.doc
www.eeworm.com/read/165390/10065839
txt 键盘扫描程序.txt
#define KEYPAD_PORT P2
sbit C1=KEYPAD_PORT^0;
sbit C2=KEYPAD_PORT^1;
sbit C3=KEYPAD_PORT^2;
sbit R1=KEYPAD_PORT^6;
sbit R2=KEYPAD_PORT^5;
sbit R3=KEYPAD_PORT^4;
sbit R4=KEYPAD
www.eeworm.com/read/136962/13350884
asm 键盘扫描程序.asm
KEY1:ACALL KS1 ;掉用判断有无键按下子程序
JNZ LK1 ;有键按下时,(A)=!,转消抖延时
AJMP KEY1 ;无键按下返回
LK1: ACALL T12MS ;延时12秒子程序
ACALL KS1 ;
www.eeworm.com/read/315159/13549988
txt 键盘扫描程序.txt
www.eeworm.com/read/493790/6390692
txt 键盘扫描程序.txt
//用AT89S51的并行口P1接4×4矩阵键盘,以P1.0-P1.3作输入线,以P1.4-P1.7作输出线;在数码管上显示每个按键的“0-F”序号。
#include
unsigned char code table[]={0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6f,0x77,0x7c,
0x39,0x
www.eeworm.com/read/155430/11874141
asm 扫描键程序.asm
ORG 0000H
MAIN: MOV P3,#0FFH
MOV P2,#0FDH
JB P3.5 ,MAIN
KGD:
JNB P3.5 ,KGD
WW2: CLR P1.0
AJMP WW2
END