代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/354135/10386776
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/278019/10581490
c tclget.c
#ifndef EXCLUDE_TCL
/*
* tclGet.c --
*
* This file contains procedures to convert strings into
* other forms, like integers or floating-point numbers or
* booleans, doing syntax checking along
www.eeworm.com/read/420780/10775273
readme
Building on Unix with gcc and autotools
If checking out from CVS:
sh autogen.sh
Then configure, make, make install
Test programs
To build the test programs run 'make check'
Link
www.eeworm.com/read/275465/10816076
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/349055/10854081
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/271428/10997168
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/469310/6973039
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/466324/7032944
java exercise8_3.java
// Exercise8_3.java: Create two subclasses of Account,
// Checking and Savings. Account is defined in Exercise 5.3
class Checkings extends Account {
protected int overdraftLimit = 5000;
publ
www.eeworm.com/read/165343/7143957
m mindist.m
function dmin = mindist(G)
% function dmin = mindist(G)
% G is an NxK matrix
%
% Compute the minimum distance of a binary code
% by exhaustive checking. (Therefore, only good for codes up to
% moder