代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/255755/12057814
p sign.p
www.eeworm.com/read/152786/12084127
c sign.c
/****************************************************************************
* *
* Signature Routines *
* Copyright Peter Gutmann 1993-2004 *
*
www.eeworm.com/read/339882/12198742
gif sign.gif
www.eeworm.com/read/339831/12202102
pl sign.pl
#!/usr/bin/perl
open(BB, $ARGV[0]) || die "open $ARGV[0]: $!";
binmode BB;
my $buf;
read(BB, $buf, 1000);
$n = length($buf);
if($n > 510){
print STDERR "boot block too large: $n bytes (max 510)\n"
www.eeworm.com/read/253315/12229943
c sign.c
www.eeworm.com/read/151143/12232832
m sign.m
function ds=sign(ds)
% Function takes the absolute value of the traces of a seismic dataset
% Written by: E. R.: September 11, 2005
% Last updated:
if isstruct(ds) & strcmp(ds.type,'seismic')
www.eeworm.com/read/150905/12248979