代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/389758/2538880
sh check_mystuff_fs.sh
#! /bin/sh
if [ ! -d /ezxlocal/download/mystuff/unKnown/My_FAVOR ]
then
mkdir -p --mode=777 /ezxlocal/download/mystuff/unKnown/My_FAVOR
fi
if [ ! -d /ezxlocal/download/mystuff/unKnown/My_BORDER ]
www.eeworm.com/read/389028/2544839
nam bmcast-no-rpf-check.nam
V -t * -v 1.0a5 -a 0
A -t * -n 1 -p 0 -o 255 -c 30 -a 1
A -t * -h 1 -m 4194303 -s 8
n -t * -a 8 -s 8 -S UP -v circle -c black
n -t * -a 4 -s 4 -S UP -v circle -c black
n -t * -a 0 -s 0 -S UP -v circle
www.eeworm.com/read/388751/2547253
svn-base check.png.svn-base
K 13
svn:mime-type
V 24
application/octet-stream
END
www.eeworm.com/read/388751/2547711
svn-base check.gif.svn-base
K 13
svn:mime-type
V 24
application/octet-stream
END
www.eeworm.com/read/388373/2550804
h check_header_int.h
#ifndef CHKHDINT
#define CHKHDINT
#include "constants.h"
#include "print_2x.h"
#include "stop.h"
void check_header_int( int i1,
int i2,
char a
www.eeworm.com/read/388373/2550854
h check_header_float.h
#ifndef CHKHDFLOAT
#define CHKHDFLOAT
void check_header_float( float f1,
float f2,
char keyword[],
char filename[] );
#endif
www.eeworm.com/read/388373/2550892
cc check_header_float.cc
/* check_header_float.cc */
#ifdef sgi
#include
#include "stop.h"
#include "check_header_float.h"
#else
extern "C"
{
#include
#include "stop.h"
#incl