代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/205026/15329335
tdf altsyncram_dcq.tdf
--altsyncram ADDRESS_ACLR_A="NONE" CBX_DECLARE_ALL_CONNECTED_PORTS="OFF" DEVICE_FAMILY="Cyclone" INIT_FILE="e:\ywh\maxplus\fpga\sinwavegenerator\sin512.mif" NUMWORDS_A=512 OPERATION_MODE="ROM" OUTDATA
www.eeworm.com/read/391748/8380405
c close-stream.c
/* Close a stream, with nicer error checking than fclose's.
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2006, 2007 Free
Software Foundation, Inc.
This program is free software: you ca
www.eeworm.com/read/433114/8545460
m select_subset_of_seismic_traces.m
function seismic=select_subset_of_seismic_traces(seismic,timerange,tracerange)
% Select a subset of a seismic dataset. For internal use; no error checking
%
% Written by: E. R.: July 25, 2007
% Last u
www.eeworm.com/read/187283/8836102
c c-typeck.c
/* Build expressions with type checking for C compiler.
Copyright (C) 1987, 1988, 1989 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it
www.eeworm.com/read/182833/9188905
m4 acinclude.m4
#
# TMG Dmalloc
#
AC_DEFUN([AM_WITH_TMGDMALLOC],
[AC_MSG_CHECKING([if Thomer's malloc debugging is wanted])
AC_ARG_WITH(tmgdmalloc,
[ --with-tmgdmalloc use Thomer's malloc debugging tool],
[if
www.eeworm.com/read/355947/10241063
h error.h
#ifndef __ERROR_H
#define __ERROR_H
#define ERROR_CHECK TRUE //detects errors at cost of memory and speed
#define MAX_ERROR (10 +1) //if error checking on, how many to handle
//***
www.eeworm.com/read/423558/10548686
h fxconfig.h
/* fxconfig.h. Generated from fxconfig.h.in by configure. */
/* fxconfig.h.in. Generated from configure.in by autoheader. */
/* Define if checking network module is supported. */
#define ENABLE_C
www.eeworm.com/read/423094/10588630
m4 acinclude.m4
#
# TMG Dmalloc
#
AC_DEFUN([AM_WITH_TMGDMALLOC],
[AC_MSG_CHECKING([if Thomer's malloc debugging is wanted])
AC_ARG_WITH(tmgdmalloc,
[ --with-tmgdmalloc use Thomer's malloc debugging tool],
[if
www.eeworm.com/read/276828/10706041
inc win32wxp.inc
; Extended Win32 programming headers with parameters count checking (WideChar)
include 'win32w.inc'
include 'macro/if.inc'
macro allow_nesting
{ macro pushd value
\{ match ,value \\{
www.eeworm.com/read/466324/7032465
java exercise7_17.java
/** Exercise7_17.java:
* Rewrite Example 7.1, "Checking Palindromes,"
* by passing the string as a command-line argument.
*/
public class Exercise7_17 {
public static void main(String[] ar