代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/378952/9211993
check_role
#!/usr/bin/env perl
# Use mandatory external modules
use strict;
use Cwd;
use File::Basename;
use Data::Dumper;
use POSIX;
use Config;
use DBI;
# Determine installation dir name
our $SELF_DIR = dirn
www.eeworm.com/read/378952/9211998
check_ip
#!/usr/bin/env perl
# Use mandatory external modules
use strict;
use Cwd;
use File::Basename;
# Determine installation dir name
our $SELF_DIR = dirname(dirname(Cwd::abs_path(__FILE__)));
# Include
www.eeworm.com/read/181687/9241493
c check.c
/*
* check.c
* - consistency checks
*/
/*
* This file is part of adns, which is
* Copyright (C) 1997-2000,2003,2006 Ian Jackson
* Copyright (C) 1999-2000,2003,2006 Tony Finch
* Copy
www.eeworm.com/read/378188/9242356
f check.f
Subroutine check( x, n, ok )
! ---------------------------------------------------------------------
! --- Routine 'check' checks the solution vector 'x' in 'b = Ax'. The
! check is possible
www.eeworm.com/read/378188/9242447
f check.f
Subroutine check( ncols, nrows, nelmts, indx, rowp, outvec, ok )
! ---------------------------------------------------------------------
! --- Routine 'check' checks the solution vector 'x' in '
www.eeworm.com/read/378188/9242467
f check.f
Subroutine check( c, m, n, ok )
! ----------------------------------------------------------------------
! --- Routine 'check' does the correctness check for the matrix-vector
! multiplicati