代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/416992/11008303
bmp check.bmp
www.eeworm.com/read/416145/11039870
ddp check.ddp
www.eeworm.com/read/416145/11039890
cpp check.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "check.h"
//------------------------------------------------------------
www.eeworm.com/read/416145/11039919
dfm check.dfm
object fm_check: Tfm_check
Left = 313
Top = 253
BorderStyle = bsDialog
Caption = 'fm_check'
ClientHeight = 162
ClientWidth = 320
Color = clBtnFace
Font.Charset = DEFAULT_CHARSE
www.eeworm.com/read/416145/11039963
h check.h
//---------------------------------------------------------------------------
#ifndef checkH
#define checkH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/416009/11044658
c check.c
check(char *ptr)
{
char *tptr;
while (*lineptr==' ')
lineptr++;
tptr = lineptr;
while (*ptr!='\0' && *ptr==*tptr)
{
ptr++;
tptr++;
}