代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/357255/10213098
hif scan.hif
HIF003
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/357255/10213130
vhd scan.vhd
library ieee;
use ieee.std_logic_1164.all;
entity scan is
port(sel:in std_logic_vector(2 downto 0);
led6:out std_logic_vector(5 downto 0));
end;
architecture hav of scan is
begin
p
www.eeworm.com/read/357255/10213163
sym scan.sym
www.eeworm.com/read/355997/10239730
class scan.class
www.eeworm.com/read/355997/10239743
java scan.java
public class Scan{
int shape[][][]=new int[19][19][5];
void scan(int chesspad[][],int colour){
int i,j;
for(i=0;i
www.eeworm.com/read/280998/10274348
h scan.h
/*----------------------------------------------------------------------
File : scan.h
Contents: scanner (lexical analysis of a character stream)
Author : Christian Borgelt
History : 16.01
www.eeworm.com/read/280998/10274366
c scan.c
/*----------------------------------------------------------------------
File : scan.c
Contents: scanner (lexical analysis of a character stream)
Author : Christian Borgelt
History : 16.01
www.eeworm.com/read/355318/10276581
class scan.class
www.eeworm.com/read/355318/10276616
java scan.java
public class Scan{
int shape[][][]=new int[19][19][5];
void scan(int chesspad[][],int colour){
int i,j;
for(i=0;i
www.eeworm.com/read/162286/10318929
java scan.java
// Things to think about adding:
// 1. A new exception to return at end of file.
// 2. A call back when a new line is read so
// a listing can be produced
import java.io.*;
import java.util.*;
p