代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/340484/12154179
vhd scan.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity scan is
port (
clk,clk_scan,rst : in std_logic;
rxd_ready
www.eeworm.com/read/340484/12154246
bsf scan.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/253434/12221939
scan configure.scan
dnl Process this file with autoconf to produce a configure script.
AC_INIT(confdefs.h)
dnl Checks for programs.
AC_PROG_CXX
AC_PROG_AWK
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAK
www.eeworm.com/read/252314/12286468
key_scan
www.eeworm.com/read/252212/12292653
java scan.java
import javax.swing.JOptionPane;
import javax.swing.SwingUtilities;
import javax.swing.JPanel;
import javax.swing.JFrame;
import javax.swing.JMenuBar;
import javax.swing.JMenu;
import javax.swing
www.eeworm.com/read/150272/12301368
obj scan.obj
www.eeworm.com/read/150272/12301376
c scan.c
#include //加载头文件
#include //加载变量定义模块
#include //加载子程序模块文件
void Init_Cpu(void);
voi
www.eeworm.com/read/150272/12301384
lst scan.lst
C51 COMPILER V7.06 SCAN 01/17/2006 19:13:44 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE SCAN
OBJECT MODULE PLACED IN SC
www.eeworm.com/read/250005/12443177
c scan.c
/****************************************************/
/* File: scan.c */
/* The scanner implementation for the TINY compiler */
/* Compiler Construction: Princi
www.eeworm.com/read/250005/12443180
h scan.h
/****************************************************/
/* File: scan.h */
/* The scanner interface for the TINY compiler */
/* Compiler Construction: Princi