代码搜索:checking

找到约 6,492 项符合「checking」的源代码

代码结果 6,492
www.eeworm.com/read/449847/7495845

h rs.h

/* Global definitions for Reed-Solomon encoder/decoder * Phil Karn KA9Q, September 1996 */ /* Set one of these to enable encoder/decoder debugging and error checking, * at the expense of speed */ #
www.eeworm.com/read/448589/7529458

js layerlib.js

/* layerlib.js: Simple Layer library with basic compatibility checking */ /* 检测对象 */ var layerobject = ((document.layers) ? (true) : (false)); var dom = ((document.getElementById) ? (true) : (false
www.eeworm.com/read/437118/7755009

err grm.err

Opening files... Parsing specification from standard input... Checking specification... Warning: Terminal "COMM" was declared but never used Warning: Non terminal "array" was declared but never us
www.eeworm.com/read/399805/7834905

ssa intersection.ssa

[Script Info] Title: Original Script: Original Translation: Original Editing: Original Timing: Original Script Checking: Synch Point: Script Updated By: Update Details: ScriptType: v4.00 Co
www.eeworm.com/read/331132/12847236

c mspawn.c

/* Minimal test program for checking CTask DOS spawn compatibility. NOTE: Task 1 does a "screensnap" every second. This is only useful in a dual-monitor system. The mon
www.eeworm.com/read/142576/12936705

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/328055/13049227

pas buffers.pas

unit Buffers; {$R-} { No range checking } interface uses Crt, VGA256; const CanHoldYou = [#0..#13, '0'..'Z']; CanStandOn = [#14..#16, 'a'..'f']; H
www.eeworm.com/read/149728/5697613

makefile

## debugging flags ## -DDEBUGTAC will cause every TACACS+ function report it's progress ## and errors to syslog(3) ## -lefence links ElectricFence bounds checking library #CFLAGS = -ggdb3 -DDEBUGTAC #
www.eeworm.com/read/133860/5899115

java uncheckedjdomfactory.java

package org.jdom; import java.util.*; /** * Special factory for building documents without any content or structure * checking. This should only be used when you are 100% positive that the
www.eeworm.com/read/121089/6069662

h gadebug.h

/* COW : Character Oriented Windows gacheck.h : header info for checking global heap */ #include "handle.h" /* * Additional Types */ typedef int (FAR PASCAL *FARPROC)(); /* Medium Mod