代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/244571/12856338
inc dxfcver.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/327324/13086245
c opttest.c
/*
Checking for an option.
Sec. 1.5.4
Copyright 2003 by Marc J. Rochkind. All rights reserved.
May be copied only for purposes and under conditions described
on the Web page www.basepath.com/aup
www.eeworm.com/read/138974/13198697
txt todo.txt
Last updated 30/5/03
1. Increase error checking upon message receive complete, and add retry facility.
Currently CSMSReceiver::RunL() is overly optimistic on success.
2. Add binary data support
www.eeworm.com/read/138758/13216592
java checkcloneable.java
//: appendixa:CheckCloneable.java
// Checking to see if a reference can be cloned.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.
www.eeworm.com/read/324727/13249441
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/324727/13249455
inc cxfiltercontrolver.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/324725/13249732
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/324725/13249892
inc cxfiltercontrolver.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/321827/13396873
c xdscale.c
/* _Dscale function -- IEEE 754 version */
#include "wctype.h"
#include "xmath.h"
_STD_BEGIN
_CRTIMP2 short _Dscale(double *px, long lexp)
{ /* scale *px by 2^xexp with checking */
unsigned
www.eeworm.com/read/321827/13396875
c xfdscale.c
/* _FDscale function -- IEEE 754 version */
#include "wctype.h"
#include "xmath.h"
_STD_BEGIN
_CRTIMP2 short _FDscale(float *px, long lexp)
{ /* scale *px by 2^xexp with checking */
unsigned