代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/168078/9940357
v led.v
// **********************************************************************************
// FileName :led.v
//
// Discription :显示模块
//
// Date :
//
// Author : dandan
// *********************
www.eeworm.com/read/363482/9949351
asm ioport.asm
ORG 000H
LJMP MAIN
ORG 0030H
MAIN: MOV SP,#7
MOV P1,#000H ;P1口初始化,8个灯全亮
MOV P2,#0FFH ;P2口初始化,设置P2口为输入方式
LOOP: MOV A,P2 ;将P2口的状态读入累加器A,P2口的状态由开关SW1~SW2控制
MOV P1,A ;P2口的状态送P1口显示
MOV 20H,A
www.eeworm.com/read/167179/9978917
c sample11.c
#include
#include
#include /* Needed if linking in external compiler; harmless otherwise */
#include
#include "sample11.h"
#define MAX_CH_NUM 4
#
www.eeworm.com/read/166778/9998936
po ja.po
# Japanese message for GNU bison 1.30f
# Copyright (C) 2001 Free Software Foundation, Inc.
# Daisuke Yamashita , 2001.
#
msgid ""
msgstr ""
"Project-Id-Version: GNU bison 1.30f
www.eeworm.com/read/166778/9998959
po id.po
# bison 1.875 (Indonesian)
# Copyright (C) 2002 Free Software Foundation, Inc.
# This file is distributed under the same license as the bison 1.50 package.
# Tedi Heriyanto , 2002, 200
www.eeworm.com/read/166189/10030168
lst com.lst
C51 COMPILER V6.12 COM 05/09/2006 18:56:00 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE COM
OBJECT MODULE PLACED IN .\C
www.eeworm.com/read/163509/10156422
v eth_spram_256x32.v
`include "eth_defines.v"
`include "timescale.v"
module eth_spram_256x32(
// Generic synchronous single-port RAM interface
clk, rst, ce, we, oe, addr, di, do
`ifdef ETH_BIST
,
// d
www.eeworm.com/read/357508/10207383
adb ncurses2-acs_display.adb
------------------------------------------------------------------------------
-- --
-- GNAT ncurses Bind
www.eeworm.com/read/356920/10218981
lst s11-1.lst
A51 MACRO ASSEMBLER S11_1 10/09/2003 20:51:03 PAGE 1
MACRO ASSEMBLER A51 V6.14
OBJECT MODULE PLACED IN .\S11-1.OBJ
ASSEMBLER
www.eeworm.com/read/356920/10218982
asm s11-1.asm
ORG 0000H
AJMP MAIN
ORG 030H
MAIN: LCALL SCAN_KEY
JZ MAIN
LCALL DEL10MS
LCALL SCAN_KEY
JZ MAIN
MOV P3,#7FH
JNB P3.0,L3
JNB P3.1,L6
JNB P3.2,L9
MOV P3,#0BFH
JNB P3.0,L2
JN