代码搜索:COMPARE
找到约 10,000 项符合「COMPARE」的源代码
代码结果 10,000
www.eeworm.com/read/144216/5752122
compare
Script started on Thu Sep 28 15:41:06 1989
% uname -a
titan titan 4_0 UMIPS mips
% make all x-dbm
cc -O -DSDBM -DDUFF -DDUPERROR -DSPLITFAIL -c dbm.c
cc -O -DSDBM -DDUFF -DDUPERROR -D
www.eeworm.com/read/134009/5896000
compare
Script started on Thu Sep 28 15:41:06 1989
% uname -a
titan titan 4_0 UMIPS mips
% make all x-dbm
cc -O -DSDBM -DDUFF -DDUPERROR -DSPLITFAIL -c dbm.c
cc -O -DSDBM -DDUFF -DDUPERROR -D
www.eeworm.com/read/488254/6499687
compare
`timescale 1ns/ns
`include "./compare.v"
module comparetest;
reg a,b;
wire equal;
initial
begin a=0;
b=0;
#100 a=0;
b=1;
#100 a=1;
b=1;
#100 a=1;
b=0;
#100 $stop;
end
compare compare1
www.eeworm.com/read/25809/950468
compare
www.eeworm.com/read/474959/1387130
compare
#!/usr/bin/perl
# Compares files with diff, ignoring additions or subtractions of blank lines
#
die("compare ") unless ($#ARGV == 1);
my $temp = ".tmp";
my $filter = "/home/d