代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/342425/12020991
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/253866/12181666
cpp list2101.cpp
#define DemoVersion
#define SW_VERSION 5
#include
using std::endl;
using std::cout;
int main()
{
cout
www.eeworm.com/read/253219/12239161
m4 programs.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Checking for programs.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 F
www.eeworm.com/read/253219/12239190
m4 functions.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Checking for functions.
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
# Foundation, Inc.
#
# This program is free softwar
www.eeworm.com/read/253219/12239206
m4 libs.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Checking for libraries.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 F
www.eeworm.com/read/150169/12307799
inc fastmm4options.inc
{
Fast Memory Manager: Options Include File
Set the default options for FastMM here.
}
{Set the following option to do extensive checking of all memory blocks. All
blocks are padded with
www.eeworm.com/read/128079/14317415
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/126657/14409929
cpp templatemethod_lab.cpp
// Purpose. Template Method design pattern lab
//
// Problem. 2 different spell-checking objects have a lot of common
// functionality. This means there is: lots of duplicate code, no reuse,
// an
www.eeworm.com/read/223885/14614459
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/123255/14641555
changelog
gsmlib-1.9
- fixed decoding of alphanumeric addresses in gsm_sms_codec.
- fixed bug in gsm_event when checking whether to send an
acknowledgment for a received SMS
- More Sieme