代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/260597/4331079
inc msdos.inc
;msdos.inc - MSDOS 2.x and 3.x low level macros and definitions.
;
; This is the simplest type of macro for making MSDOS 2.x/3.x calls.
; It does no error checking or status returns.
;
; The "f
www.eeworm.com/read/369171/9660204
m fcmclust.m
function result = FCMclust(data,param)
%data normalization
X=data.X;
f0=param.c;
%checking the parameters given
%default parameters
if exist('param.m')==1, m = param.m;else m = 2;end;
if
www.eeworm.com/read/270032/11050500
c fixpoint.c
#include
#include
#include
#include "fixpoint.h"
/* A non-optimized fixpoint pkg, with some overflow checking. */
#define TwosComplement(_x_) (-(_x_))
int fp_verbose;
www.eeworm.com/read/235035/14087947
checkthem alpha.checkthem
echo 0 > /tmp/syms.res; \
for n in 20 22 24; do \
echo ""; echo "Checking syms for linux-$n"; \
if [ -f /morgana/home/rubini/ldd.book/src/_syms-$n.alpha ]; then \
SYMS=/morgana/home/rubini
www.eeworm.com/read/200303/15435588
checkthem alpha.checkthem
echo 0 > /tmp/syms.res; \
for n in 20 22 24; do \
echo ""; echo "Checking syms for linux-$n"; \
if [ -f /morgana/home/rubini/ldd.book/src/_syms-$n.alpha ]; then \
SYMS=/morgana/home/rubini
www.eeworm.com/read/113587/15452634
checkthem alpha.checkthem
echo 0 > /tmp/syms.res; \
for n in 20 22 24; do \
echo ""; echo "Checking syms for linux-$n"; \
if [ -f /morgana/home/rubini/ldd.book/src/_syms-$n.alpha ]; then \
SYMS=/morgana/home/rubini
www.eeworm.com/read/110649/15527972
h tty.h
/*
* 'tty.h' defines some structures used by tty_io.c and some defines.
*
* NOTE! Don't touch this without checking that nothing in rs_io.s or
* con_io.s breaks. Some constants are hardwired i
www.eeworm.com/read/110160/15540959
h tty.h
/*
* 'tty.h' defines some structures used by tty_io.c and some defines.
*
* NOTE! Don't touch this without checking that nothing in rs_io.s or
* con_io.s breaks. Some constants are hardwired i
www.eeworm.com/read/100203/15880996
c gen_misc.c
/*
* $Id: gen_misc.c,v 1.10 1994/08/10 03:39:15 mintha Exp jim $
*
* Set of general routines for use in C programs.
* These routines do some error checking, and print errors.
*
* $Log: gen_misc.