代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/309349/13673652
c check.c
/* CHECK.C - Compute parity checks and other stats on decodings. */
/* Copyright (c) 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, modify, or distribute this
* progra
www.eeworm.com/read/309349/13673668
h check.h
/* CHECK.H - Interface to procedure for computing parity checks, etc. */
/* Copyright (c) 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, modify, or distribute this
* p
www.eeworm.com/read/308448/13700746
bmp check.bmp
www.eeworm.com/read/306720/13739410
bmp check.bmp
www.eeworm.com/read/306457/13744799
c check.c
check(char *ptr)
{
char *tptr;
while (*lineptr==' ')
lineptr++;
tptr = lineptr;
while (*ptr!='\0' && *ptr==*tptr)
{
ptr++;
tptr++;
}
www.eeworm.com/read/304660/13790017
docs check.docs
#!/bin/sh
LANG=C
test -z "$srcdir" && srcdir=.
status=0
if ! test -f pango-undocumented.txt -a -f pango-unused.txt; then
echo At least one of pango-undocumented.txt and pango-unused.txt not found.