代码搜索:Scan

找到约 10,000 项符合「Scan」的源代码

代码结果 10,000
www.eeworm.com/read/387425/8683801

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/386891/8719768

~dpr project1.~dpr

program Project1; uses Forms, scan_u in 'scan_u.pas' {Form1}; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.
www.eeworm.com/read/386478/8743778

c led16.c

///////////////////////////////////////////////////////////// // 文件名称: LED16.C // 功能描述 ///////////////////////////////////////////////////////////// #include "sst89x5x4.h" #include "Absacc.h"
www.eeworm.com/read/385494/8803279

m51 pull in tester.m51

BL51 BANKED LINKER/LOCATER V5.03 01/12/2006 19:52:29 PAGE 1 BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE PULL I
www.eeworm.com/read/187370/8829111

asm scankey.asm

scan_keyboard: ldx #0 paint06: stz
www.eeworm.com/read/384515/8864629

lst wl013.lst

C51 COMPILER V7.08 WL013 02/12/2004 12:11:09 PAGE 1 C51 COMPILER V7.08, COMPILATION OF MODULE WL013 OBJECT MODULE PLACED IN w
www.eeworm.com/read/427303/8952686

cpp keypadhwplat.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this sample source code is subject to the terms of the Microsoft // license agreement under which you licensed thi
www.eeworm.com/read/427148/8972287

h rdopt.h

/*! *************************************************************************** * \file * rdopt.h * * \author * Alexis Michael Tourapis * * \date * 2 January 2008 * * \b
www.eeworm.com/read/382449/9027701

txt 补充.txt

另一个4×4矩阵式键盘程序 ;用p1口与4×4键盘相接,横的是p10、p11、p12、p13,纵的扫描线是p14、p15、p16、p17 ;扫描结果是0,1,2,3, ; 4,5,6,7, ; 8,9,a,b, ; c,d,e,f #include #include #in
www.eeworm.com/read/381211/9104321

m image_unscan.m

function x=image_unscan(y,M,N,K) % x=image_unscan(y,M,N,K) % % Reverses the effect of image_scan to produce x. % If K is not included, K=1 plane is assumed. % See image_scan for definitions of te