代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/493621/1164703
s lcd.s
#include "asmnames.h"
.set vram, lcd
.set buf, scan+512
.set pal1, scan+768
.set pal2, scan+896
.set pal4, scan+1024
.set bg, scan
.set buf, scan+512
.set u, scan+1792+24
.set v, scan+1792
www.eeworm.com/read/154949/5631022
s lcd.s
#include "asmnames.h"
.set vram, lcd
.set buf, scan+512
.set pal1, scan+768
.set pal2, scan+896
.set pal4, scan+1024
.set bg, scan
.set buf, scan+512
.set u, scan+1792+24
.set v, scan+1792
www.eeworm.com/read/38039/1095171
mnu scansetuie.mnu
SCANSET#UIE
#
Scan#File
Select a scan file to be read into the scan set.
#
Units
Specify units of point data in selected scan file.
#
www.eeworm.com/read/390729/8447750
asm key.asm
.INCLUDE hardware.inc
.IRAM
.VAR I_KeyBuf = 0 //保存键值
.VAR I_Key_Delay = 0 //扫描有键按下的次数
.EXTERNAL _KeyFlag //有键按下标识符
.CODE
.PUBLIC _SP_Init_IOA
www.eeworm.com/read/288581/8620530
c ircode_apollo.c
#include "ircode.h"
#include "irconfig.h"
//zengjun 050820 add for new IR
#ifdef IR_APOLLO_00F7
const BYTE ir_mapcode[]=
{
IRC_POWER, IRC_VOLUME_DN, IRC_VOLUME_UP, IRC_PROGRAM , //0x00, 0x0
www.eeworm.com/read/384462/8868153
tcl dft.tcl
#read -format verilog ../hdlc_recv.v
set_scan_configuration -style clocked_scan
current_design hdlc_recv
create_test_protocol
dft_drc
preview_dft -show ihdlc_RXCLK
insert_dft
write_test_protocol -o .
www.eeworm.com/read/459427/7275604
asm key.asm
.INCLUDE hardware.inc
.IRAM
.VAR I_KeyBuf = 0 //保存键值
.VAR I_Key_Delay = 0 //扫描有键按下的次数
.EXTERNAL _KeyFlag //有键按下标识符
.CODE
.PUBLIC _SP_Init_IOA
www.eeworm.com/read/141213/13032616
asm key.asm
.INCLUDE hardware.inc
.IRAM
.VAR I_KeyBuf = 0 //保存键值
.VAR I_Key_Delay = 0 //扫描有键按下的次数
.EXTERNAL _KeyFlag //有键按下标识符
.CODE
.PUBLIC _SP_Init_IOA
www.eeworm.com/read/240628/13210366
asm key.asm
.INCLUDE hardware.inc
.IRAM
.VAR I_KeyBuf = 0 //保存键值
.VAR I_Key_Delay = 0 //扫描有键按下的次数
.EXTERNAL _KeyFlag //有键按下标识符
.CODE
//==================
www.eeworm.com/read/316862/13515934
asm key.asm
//======================================================
// 文件名称: Key.asm
// 功能描述: 键盘扫描和取值
// 完成日期: 2000-12-5
//======================================================
.INCLUDE hardware.inc