代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/272452/10957400
v keyboardtest.v
//-----------------------------
//Keyboard test program
//Filename : keyboardtest.v
//-----------------------------
module keyboardtest(CLK, reset, ROW_in, COLUMN, seven);
input CLK, reset;
inpu
www.eeworm.com/read/469217/6979407
m51 cs19-1.m51
BL51 BANKED LINKER/LOCATER V5.03 02/18/2007 18:35:11 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE CS19-1
www.eeworm.com/read/466176/7040183
asm main.asm
;注意:由于87LPC764内部有两个EEROM的配置字节,因此用户在进行芯片编程时
; 除了写入编译好的Hex或Bin文件外,还必须对这些EEROM进行单独编程,
; 如果不加注意,87LPC764将不能正常工作.在此程序中,UCFG2可以不用
; 处理,但是UCFG1要如下确定:
; UCFG1.7(WDTE)=0 关闭看门狗.
; UCFG1.6(RPD) =1 关闭复位引脚.
www.eeworm.com/read/340731/7107300
eqn clock.fit.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/340731/7107347
eqn clock.fit.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/460801/7240548
c key_test.c
#include "GloblDef.h"
#include "key.h"
extern void KeyInitial();
extern BYTE GetKeyValue();
extern BYTE ScanKey();
extern BYTE xdata ScanKeyInterval; //键扫描时间
#pragma NOAREGS
void OnTimer()
www.eeworm.com/read/458682/7291483
sh iscan.sh
#! /bin/sh
## Duplicate DaveG's ident-scan thingie using netcat. Oooh, he'll be p*ssed.
## Args: target port [port port port ...]
## Hose stdout _and_ stderr together.
##
## Advantages: runs slower t
www.eeworm.com/read/454556/7387483
tmp files.tmp
"D:/simcom/software/SIM300C/irq.asm"
"D:/simcom/software/SIM300C/cstartup.asm"
"D:/simcom/software/SIM300C/temp/ecog1.asm"
"D:/simcom/software/SIM300C/temp/main.asm"
"D:/simcom/software/SIM300C/te
www.eeworm.com/read/453519/7417730
lnp led.lnp
"Main.obj",
"LED_Scan.obj",
"LED_Shift.obj",
"HDW_Init.obj",
"DownLoad.obj"
TO "LED"
RAMSIZE(256)
www.eeworm.com/read/453519/7417732
bak led_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {