代码搜索结果
找到约 10,000 项符合
Test 的代码
test
main
mgrep
test
#!./perl
BEGIN { push(@INC, qw(../../../lib ../../lib ../lib lib)); }
use DES;
$key='00000000';
$ks=DES::set_key($key);
@a=split(//,$ks);
foreach (@a) { printf "%02x-",ord($_); }
print "\
test
To test that the program has been correctly installed and runs properly,
type the following two commands:
make testprog
testprog
On a DEC alpha 200 workstation, the testrun takes about 2 minutes.