代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/359058/10167895
rcs
#!/bin/sh
Linux_string=X-Linux
echo "Init..."
echo "$Linux_string: Mounting proc at /proc"
/bin/mount -t proc proc /proc
#echo "$Linux_string: Checking root filesystem"
#/sbin/fsck -C -T -a /
#retv
www.eeworm.com/read/162729/10278902
m kmeans.m
function result=kmeans(data,param);
%checking the parameters given
%if exist('param.c') == 1, c = param.c;else error('Nincs megadva a c, es ez baj...');end;
%if exist('param.vis')~=1, param.vis=0
www.eeworm.com/read/162179/10328930
m kmeans.m
function result=kmeans(data,param);
%checking the parameters given
%if exist('param.c') == 1, c = param.c;else error('Nincs megadva a c, es ez baj...');end;
%if exist('param.vis')~=1, param.vis=0
www.eeworm.com/read/278507/10532377
lc ga_port.lc
#include "gai_hdr.h"## 1 ##src/libgai/ga_port.c##
/*## 2 ##src/libgai/ga_port.c##
* Go through all the addrinfo structures, checking for a match of the## 3 ##src/libgai/ga_port.c##
* socket t
www.eeworm.com/read/463694/7176698
m kmeans.m
function result=kmeans(data,param);
%checking the parameters given
%if exist('param.c') == 1, c = param.c;else error('Nincs megadva a c, es ez baj...');end;
%if exist('param.vis')~=1, param.vis=0
www.eeworm.com/read/462830/7195069
m pitch.m
function [t, f0, avgF0] = pitch(y, fs)
% get the number of samples
ns = length(y);
% error checking on the signal level, remove the DC bias
mu = mean(y);
y = y - mu;
% use a 30msec segment, choo
www.eeworm.com/read/198865/7906603
m4 need-declaration.m4
dnl See whether we need a declaration for a function.
dnl GCC_NEED_DECLARATION(FUNCTION [, EXTRA-HEADER-FILES])
AC_DEFUN([GCC_NEED_DECLARATION],
[AC_MSG_CHECKING([whether $1 must be declared])
AC_CACH
www.eeworm.com/read/196467/8091178
h gmem.h
/*
* gmem.h
*
* Memory routines with out-of-memory checking.
*
* Copyright 1996-2003 Glyph & Cog, LLC
*/
#ifndef GMEM_H
#define GMEM_H
#include
#include
#if USE_EXCEPTIONS