代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/374502/9402269

scan

# # Just a quick and dirty /scan routine. It's about as fast as I could # make it. It could be fast if the nicks weren't aligned but that'd be # ugly. # # - whitefang (thall@magenet.com) # alias scan
www.eeworm.com/read/365515/9860003

scan

#!/usr/local/bin/perl my $ignore_re = '^(' . join("|", qw( _ [a-z] DBM DBC DB_AM_ DB_BT_ DB_RE_ DB_HS_ DB_FUNC_ DB_DBT_ DB_DBM DB_TSL MP TXN DB_TXN_GETPG
www.eeworm.com/read/421244/10746867

scan

www.eeworm.com/read/395965/8141567

scan

******************************************************************************* ** ** * * * * * Scan(S) * * * * Edit(E) * *
www.eeworm.com/read/395965/8141693

scan

******************************************************************************* ******************************************************************************* **
www.eeworm.com/read/395965/8141770

scan

******************************************************************************* ******************************************************************************* **
www.eeworm.com/read/395965/8141828

scan

******************************************************************************* ** ** * * * * * Scan(S) * * * * Edit(E) * *
www.eeworm.com/read/241631/13128626

scan

www.eeworm.com/read/138896/13205392

scan

www.eeworm.com/read/273303/6281589

scan

#! /usr/bin/perl # Scan a file for a 32-bit word with a particular value. # $Revision: 1.1 $ use strict qw(refs vars); use FileHandle; my $filename = shift @ARGV; my $word_value = shift @ARGV; ((d