代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/399425/7864847

lnp key_scan.lnp

"key.obj" TO "key_scan"
www.eeworm.com/read/399425/7864849

h key_scan.h

#ifndef __key_scan_h__ #define __key_scan_h__ #include #define uchar unsigned char #define uint unsigned int uchar buff; void delay1ms(void) { uchar i; for(i=200;i>0;i--); } vo
www.eeworm.com/read/434392/7869186

vhd key_scan.vhd

library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use IEEE.std_logic_unsigned.all; entity key_scan is port ( CLK: in std_logic; RESET: in std_logic; KIN:
www.eeworm.com/read/198623/7919775

c scan3.c

_Ierr (message, a, b, c, d, e) char message[]; { extern int cgoof; printf("ERROR "); printf(message, a, b, c, d, e); cputc('\n'); cexit(cgoof); } char _Iendm[128] {0}; _Imtab (formatp) char **f
www.eeworm.com/read/198623/7919852

c scan2.c

_Iint (iptr, length, numbase) int *iptr, length; { int n, minus, numdig; extern int _Isfil, (*_Iungc)(), (*_Igetc)(); int c, dval; n = minus = numdig = 0; switch ((c=_Inxch())) { case '-': minu
www.eeworm.com/read/198623/7919863

c scan1.c

scanf (p1, p2, p3, p4) int p1, p2, p3, p4; { /* first arg can be a control string, a file id, or -1 */ int ptrs[10], j, ip, flp, k; char *np; /* extern int cin;*/ extern (*_Igetc)(), (*_Iungc)(), c
www.eeworm.com/read/297846/7992415

m scan_loss.m

%this program caculates and plots scan loss versus scan angle clear all close all d = 0.6; % element spacing in lambda units betadeg = linspace(0,22.5,1000); beta = betadeg .*pi ./180; den = pi*
www.eeworm.com/read/197319/8004390

obj scan_led.obj

www.eeworm.com/read/197319/8004423

lst scan_led.lst

C51 COMPILER V7.20 SCAN_LED 11/01/2005 10:55:20 PAGE 1 C51 COMPILER V7.20, COMPILATION OF MODULE SCAN_LED OBJECT MODULE PLACED I
www.eeworm.com/read/297233/8040896

c scan-decls.c

/* scan-decls.c - Extracts declarations from cpp output. Copyright (C) 1993, 1995, 1997 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under