代码搜索:validate
找到约 3,608 项符合「validate」的源代码
代码结果 3,608
www.eeworm.com/read/152558/12104662
js validate.js
/*
非空校验 : isNull()
是否是数字: isNumber(field)
trim函数: trim() lTrim() rTrim()
校验字符串是否为空: checkIsNotEmpty(str)
校
www.eeworm.com/read/339492/12229609
h validate.h
#ifndef CRYPTOPP_VALIDATE_H
#define CRYPTOPP_VALIDATE_H
bool ValidateAll();
bool TestSettings();
bool TestOS_RNG();
bool ZKValidate();
bool CRC32Validate();
bool Adler32Validate();
bool
www.eeworm.com/read/150749/12267136
m validate.m
function [cost,nmodel,output] = validate(model, Xtrain, Ytrain, Xtest, Ytest,estfct, trainfct, simfct)
% Validate a trained model on a fixed validation set
%
% >> cost = validate({X,Y,type,gam,sig2}
www.eeworm.com/read/150749/12267292
m validate.m
function [cost,nmodel,output] = validate(model, Xtrain, Ytrain, Xtest, Ytest,estfct, trainfct, simfct)
% Validate a trained model on a fixed validation set
%
% >> cost = validate({X,Y,type,gam,sig2}
www.eeworm.com/read/338797/12282496
h validate.h
#ifndef CRYPTOPP_VALIDATE_H
#define CRYPTOPP_VALIDATE_H
#include "cryptlib.h"
bool ValidateAll(bool thorough);
bool TestSettings();
bool TestOS_RNG();
bool ValidateBaseCode();
bool Valida
www.eeworm.com/read/131693/14132929
h validate.h
#ifndef CRYPTOPP_VALIDATE_H
#define CRYPTOPP_VALIDATE_H
#include "cryptlib.h"
#include "randpool.h"
bool ValidateAll(bool thorough);
bool TestSettings();
bool TestOS_RNG();
bool ValidateC
www.eeworm.com/read/130455/14193289
h validate.h
#ifndef VALIDATE_H
#define VALIDATE_H
bool ValidateAll();
bool TestSettings();
bool ZKValidate();
bool MD2Validate();
bool MD5Validate();
bool SHAValidate();
bool HAVALValidate();
bool
www.eeworm.com/read/232154/14206647
c validate.c
/********************************************************************/
/********************************************************************/
/*****
www.eeworm.com/read/231626/14225663
js validate.js
//=====================.net客户段验证2.01修正版===========================
//
//
// '''
// (0 0)
// +-----oOO----(_)------------+
// |
www.eeworm.com/read/231626/14225682
js validate.js
function fob(n, d)
{
var p,i,x;if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length)
{
d=parent.frames[n.substring(p+1)].document;
n=n.substring(0,p);
}