代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/147331/5733275
h check.h
#define CHECK(a) { \
if (!(a)) \
{ \
printf ("Failed " #a " in at line %d\n", __FILE__, __LINE__); \
abort(); \
} \
}
www.eeworm.com/read/147091/5733463
sql check.sql
alter table student
add sex char check(sex='M' or sex='F')
www.eeworm.com/read/146652/5734949
js check.js
// Description: Valid check for JavaScript
// Usage:
// Function Listing:
// function chkdate(yearStr, monthStr, dayStr)
// function chkdatestr(c
www.eeworm.com/read/146652/5734985
js check.js
// Description: Valid check for JavaScript
// Usage:
// Function Listing:
// function chkdate(yearStr, monthStr, dayStr)
// function chkdatestr(c
www.eeworm.com/read/144314/5750397
gdb check.gdb
file ../../main/radeapclient
set args -x localhost auth testing123
www.eeworm.com/read/144314/5750420
gdb check.gdb
file ../../main/radeapclient
set args -x localhost auth testing123
www.eeworm.com/read/144314/5750429
gdb check.gdb
# $Id: check.gdb,v 1.1 2003/10/31 22:36:47 mcr Exp $
file ./eapsimlibtest
set args
www.eeworm.com/read/144314/5750467
gdb check.gdb
file ../../modules/rlm_eap/radeapclient
set args -x localhost auth testing123