代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/299193/7880441
cpp rtcsamp.cpp
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* Demonstration of the use of the Run-Time Error Checking (RTC) API without
* using the C Run-Time Library (CRT).
*
* Th
www.eeworm.com/read/197650/7982711
m~ aux_error_check.m~
function stat = aux_error_check (level)
% FUNCTION stat = aux_error_check (level)
%
% Do some rudimentary error checking before initializing the
% filters or performing the main computations.
global
www.eeworm.com/read/197650/7982805
m aux_error_check.m
function stat = aux_error_check (level)
% FUNCTION stat = aux_error_check (level)
%
% Do some rudimentary error checking before initializing the
% filters or performing the main computations.
global
www.eeworm.com/read/241809/13115188
pas cpclique.pas
{$I CPDIR.INC}
{*
Compatibility matrix
2/13/91
*}
{*
Need error checking:
1. Too many clusters
2. No room for work file
Need to format matrix so that it
does
www.eeworm.com/read/139063/13190134
cpp vlong.cpp
class vlong_value;
#include "VLong.h"
class flex_unit // Provides storage allocation and index checking
{
unsigned * a; // array of units
unsigned z; // units allocated
public:
unsigned n; //
www.eeworm.com/read/325540/13197522
h crsa.h
// very long integer - can be used like long
class vlong_value;
class flex_unit // Provides storage allocation and index checking
{
unsigned * a; // array of units
unsigned z; // units alloca
www.eeworm.com/read/320005/13436782
pas wwfltdum.pas
unit Wwfltdum;
{
//
// Components : TwwDummyForm
//
// Copyright (c) 1995-2001 by Woll2Woll Software
//
// 9/5/97 - Missing not when checking for null field on Datetime and Time Fields
// 11/0
www.eeworm.com/read/319497/13450407
dpr exinsdup.dpr
program EXInsDup;
{-Example program showing how to insert duplicate data objects,
error checking has not been implemented.}
{$I EZDSLDEF.INC}
{---Place any compiler options you require her