代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/359946/10114275
ico check.ico
www.eeworm.com/read/164187/10123444
js check.js
function checkuserinfo()
{
if(checkspace(document.userinfo.username.value)) {
document.userinfo.username.focus();
alert("对不起,请填写用户名!");
return false;
}
if(checkspace(document.use
www.eeworm.com/read/164171/10124427
m check.m
function y=check(x,n);
E=0;
for i=1:n,
E=x(i)*x(i)+E;
end;
E=E/n;
if E
www.eeworm.com/read/359662/10131229
h check.h
#ifndef CHECK_h
#define CHECK_h
/**--------------------------------------------------------------------------
@name CHECK.h - Helper functions for unit self-tests.
Each macro makes a particular chec
www.eeworm.com/read/164078/10131394
bmp check.bmp
www.eeworm.com/read/359662/10131414
cc check.cc
/**--------------------------------------------------------------------------
Helper functions for unit self-tests.
--------------------------------------------------------------------------*/
#inclu
www.eeworm.com/read/164059/10131970