代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/101015/6262080
h ladebug.h
/*
COW : Character Oriented Windows
lacheck.h : header info for checking local heap
*/
#include "handle.h"
/* * Additional Types */
typedef int (FAR PASCAL *FARPROC)(); /* Medium Model
www.eeworm.com/read/273303/6281571
h range.h
/*
* Range checking
* Copyright (c) 2003, David H. Hovemeyer
* $Revision: 1.7 $
*
* This is free software. You are permitted to use,
* redistribute, and modify it as specif
www.eeworm.com/read/487789/6508859
pas imgutil.pas
{$R-} // Turn off Range Checking because of ARRAY[0..0] construct below
unit ImgUtil;
// The new algorithms are 5 to 8 imes faster (dirty but fast) and they
// not need so many memory (if the
www.eeworm.com/read/410380/11289101
c xstrdup.c
/* xstrdup.c -- copy a string with out of memory checking
Copyright (C) 1990, 2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it unde
www.eeworm.com/read/405357/11464731
pas imgutil.pas
{$R-} // Turn off Range Checking because of ARRAY[0..0] construct below
unit ImgUtil;
// The new algorithms are 5 to 8 imes faster (dirty but fast) and they
// not need so many memory (if the
www.eeworm.com/read/400645/11571021
dat sample_ult.dat
./sample_ult
Checking reflections of a triangular matrix
Original matrix with a filled-in upper rectangle follows
Matrix 1:10x1:10 is not engaged
| 1 | 2 | 3 |
www.eeworm.com/read/158649/11594946
java checkcloneable.java
//: appendixa:CheckCloneable.java
// Checking to see if a reference can be cloned.
import com.bruceeckel.simpletest.*;
// Can't clone this because it doesn't
// override clone():
class Ordinary
www.eeworm.com/read/155858/11843198
cpp 4elist2101.cpp
#define DemoVersion
#define NT_VERSION 5
#include
int main()
{
std::cout
www.eeworm.com/read/258134/11882339
h preinc.h
/*
* PREINC.H
*
* DGreen
*/
#ifdef DEBUG
// define MEMCHECK to enable memory checking code
#define MEMCHECK
#endif
#ifdef MEMCHECK
// define INSTRUMENT_MEMMAN here to enable memory m
www.eeworm.com/read/343707/11933651
pas imgutil.pas
{$R-} // Turn off Range Checking because of ARRAY[0..0] construct below
unit ImgUtil;
// The new algorithms are 5 to 8 imes faster (dirty but fast) and they
// not need so many memory (if the