代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/101082/6252577
c emalloc.c
/* unsigned emalloc() -
* allocate memory, die on error.
*
* given: number of bytes to allocate.
* does: calls malloc checking malloc return value,
* printing error diagnostic on malloc failure
www.eeworm.com/read/491632/6432020
todo
+ channel name validator
+ audio
+ video filter: list!
. audio filter
. OSD and fullscreen chooser works only with mouse!
. spell checking...
+ embedding mplayer into mplayerTV
+ docs in hungarian
+ d
www.eeworm.com/read/477157/6739427
c exec.c
/*
* linux/fs/exec.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything b
www.eeworm.com/read/259565/11782537
m xcorr_all.m
function corr=xcorr_all(a,b,up,down,normalize)
% Function computes the crosscorrelation of each column of matrix "a" with each
% column of matrix "b".
% The function does no input error checking!
www.eeworm.com/read/339483/12231567
sh wstrings.sh
#!/bin/bash
# wstrings.sh: "word-strings" (enhanced "strings" command)
#
# This script filters the output of "strings" by checking it
#+ against a standard word list file.
# This effectively elimina
www.eeworm.com/read/151143/12232987
m xcorr_all.m
function corr=xcorr_all(a,b,up,down,normalize)
% Function computes the crosscorrelation of each column of matrix "a" with each
% column of matrix "b".
% The function does no input error checking!
www.eeworm.com/read/230045/14307844
c mmm.c
/* mmm.c
*
* Mark's memory manager
*
* Defines CALLOC, MALLOC, REALLOC and FREE, which are just like the
* standard versions, except that these do varying amounts
* of sanity checking, dep
www.eeworm.com/read/230045/14307940
h mmm.h
/* mmm.h
*
* Mark's memory manager
*
* Defines CALLOC, MALLOC, REALLOC and FREE, which are just like the
* standard versions, except that these do varying amounts
* of sanity checking, dep
www.eeworm.com/read/126655/14409945
cpp composite_lab.cpp
// Purpose. Composite design pattern lab.
//
// Problem. Approach is now more space efficient, but casting and type
// checking are required to coerce the compiler. The abstraction needs to
// be i
www.eeworm.com/read/117180/14937854
c test.c
/*
Test program for checking basic CTask functions.
Keyboard input:
e Terminates program
d Snapshot dump to STDOUT
h Stop screen output
c Resume screen ou