代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/306208/13749264
vhd scan4.vhd
--The IEEE standard 1164 package, declares std_logic, rising_edge(), etc.
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_unsigned.all;
entity scan4 is
www.eeworm.com/read/306208/13749271
vhd scan_count.vhd
--scan_count.vhd scan keypress counter
library ieee ;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity scan_count is
port(
clk : in std_l
www.eeworm.com/read/306208/13749282
vhd key_scan.vhd
--key_scan.vhd keypress scaner
library ieee ;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use work.components.all;
entity key_scan is
port(
col : in std_logic_vector(3 d
www.eeworm.com/read/304668/13789733
m draw_scan.m
function draw_scan (scan, observations)
%-------------------------------------------------------
% University of Zaragoza
% Centro Politecnico Superior
% Robotics and Real Time Group
% Authors:
www.eeworm.com/read/136107/13872287
h pp_scan.h
#ifndef _PPSCAN_H_
#define _PPSCAN_H_
#include
#include
using namespace std;
// A list of this structures is used for
// fix the location of of the error(file & lineno)
www.eeworm.com/read/136107/13872303
l pp_scan.l
%{
// This file does the preprocess of the source,
// mainly about #include and simple #define
// Syntax:
// _line_header #include "file_to_include" _line_end
// _line_header #define ID _anythin
www.eeworm.com/read/136107/13872319
cpp pp_scan.cpp
#line 2 "pp_scan.cpp"
/* A lexical scanner generated by flex */
/* Scanner skeleton version:
* $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $
*/
#define
www.eeworm.com/read/238485/13882477
c scan_ulong.c
#include "scan.h"
unsigned int scan_ulong(s,u) register char *s; register unsigned long *u;
{
register unsigned int pos; register unsigned long result;
register unsigned long c;
pos = 0; result
www.eeworm.com/read/152843/5662931
l aicasm_scan.l
%{
/*
* Lexical Analyzer for the Aic7xxx SCSI Host adapter sequencer assembler.
*
* Copyright (c) 1997, 1998, 2000 Justin T. Gibbs.
* Copyright (c) 2001, 2002 Adaptec Inc.
* All rights reserved.
www.eeworm.com/read/147766/5722448
s fp_scan.s
/*
* fp_scan.S
*
* Copyright Roman Zippel, 1997. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll