代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/416410/2123291
inc cxver.inc
{$B-} { Complete Boolean Evaluation }
{$R-} { Range-Checking }
{$T-} { Typed @ operator }
{$X+} { Extended syntax }
{$P+} { Open string params }
{$J+} { Writeable structured consts }
{$H+} { Use
www.eeworm.com/read/416410/2123320
inc cxver.inc
{$B-} { Complete Boolean Evaluation }
{$R-} { Range-Checking }
{$T-} { Typed @ operator }
{$X+} { Extended syntax }
{$P+} { Open string params }
{$J+} { Writeable structured consts }
{$H+} { Use
www.eeworm.com/read/416410/2123407
inc cxver.inc
{$B-} { Complete Boolean Evaluation }
{$R-} { Range-Checking }
{$T-} { Typed @ operator }
{$X+} { Extended syntax }
{$P+} { Open string params }
{$J+} { Writeable structured consts }
{$H+} { Use
www.eeworm.com/read/416410/2123563
inc cxver.inc
{$B-} { Complete Boolean Evaluation }
{$R-} { Range-Checking }
{$T-} { Typed @ operator }
{$X+} { Extended syntax }
{$P+} { Open string params }
{$J+} { Writeable structured consts }
{$H+} { Use
www.eeworm.com/read/413855/2158214
hh checkpaint.hh
#ifndef CLICK_CHECKPAINT_HH
#define CLICK_CHECKPAINT_HH
#include
CLICK_DECLS
/*
=c
CheckPaint(COLOR)
=s checking
checks packets' paint annotation
=d
Checks that incoming packe
www.eeworm.com/read/412251/2173111
svn-base words2.svn-base
Checking test results. If any of the four "cmp"s which follow
report any differences, something is wrong. If you can't easily
figure out what, please let me know (jseward@acm.org).
www.eeworm.com/read/412251/2173154
words2
Checking test results. If any of the four "cmp"s which follow
report any differences, something is wrong. If you can't easily
figure out what, please let me know (jseward@acm.org).
www.eeworm.com/read/409921/2220236
words2
Checking test results. If any of the four "cmp"s which follow
report any differences, something is wrong. If you can't easily
figure out what, please let me know (jseward@acm.org).
www.eeworm.com/read/409919/2228451
inc cppcrcend.inc
// CPP include file
// Code section CRC checking routine (start marker)
#ifndef __BORLANDC__
__asm
#endif
{
CRC_CHECK_END CRC_BUFFER_END // 10
DEFAULT_BUFFER DEFAULT_BUFFER // 20
www.eeworm.com/read/403299/2313108
v test.v
program automatic test (arb_if arbif);
task reset_test();
begin
$display("Task reset_test: asserting and checking reset");
// LAB: Add reset logic here
end
endtask
task request_grant_tes