代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/217145/14977009
makefile
# Don't edit Makefile! Use conf-* for configuration.
SHELL=/bin/sh
all: anycast rtpclient
anycast: \
load strerr_die.o strerr_sys.o buffer_2.o buffer_put.o error.o \
error_str.o open_read.o socket
www.eeworm.com/read/115330/15017929
c sflcomp.c
/* -----------------------------------------------------------------
Name: sflcomp.c
Title: Compression functions
Package: Standard Function Library (SFL)
www.eeworm.com/read/215414/15061855
c 锁相环bh1415的程序2006.8.20().c
//***************************************************************
// 锁相环BH1415的调频程序
//作者:Ryudo
//日期:2006.8.20
//说明:四个按键分别控制:频率步进,步退,立体声开关,音频静音
// 复位默认:频率是 98MHZ ,立体声, 正常模式。
//
www.eeworm.com/read/211745/15174579
vhd keyboard.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity keyboard is
port(clk:in std_logic;
row:in std_logic_vector(3 downto 0);
com:
www.eeworm.com/read/169979/5407546
asm match32.asm
;
; Copyright (C) 1990-1993 Mark Adler, Richard B. Wales, Jean-loup Gailly,
; Kai Uwe Rommel and Igor Mandrichenko.
; Permission is granted to any individual or institution to use, copy, or
; redistri
www.eeworm.com/read/169190/5426253
dsp mod_ssl.dsp
# Microsoft Developer Studio Project File - Name="mod_ssl" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynam
www.eeworm.com/read/168845/5430275
ipp exceptions.ipp
/*=============================================================================
Copyright (c) 2001-2003 Joel de Guzman
http://spirit.sourceforge.net/
Use, modification and distributio
www.eeworm.com/read/163044/5511710
asm match32.asm
;
; Copyright (C) 1990-1993 Mark Adler, Richard B. Wales, Jean-loup Gailly,
; Kai Uwe Rommel and Igor Mandrichenko.
; Permission is granted to any individual or institution to use, copy, or
; redistri
www.eeworm.com/read/162868/5512254
asm match32.asm
;
; Copyright (C) 1990-1993 Mark Adler, Richard B. Wales, Jean-loup Gailly,
; Kai Uwe Rommel and Igor Mandrichenko.
; Permission is granted to any individual or institution to use, copy, or
; redistri
www.eeworm.com/read/162614/5516553
c fr550-builtins-3.c
/* Test prefetch support. */
/* { dg-do compile } */
#if __FRV_VLIW__ > 1
void foo (void *x)
{
__data_prefetch (x);
}
#else
asm (";\tnop.p\n;\tnldub ");
#endif
/* { dg-final { scan-assembler "\tn