代码搜索:validate
找到约 3,608 项符合「validate」的源代码
代码结果 3,608
www.eeworm.com/read/247320/12666224
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/144586/12783633
java validate.java
import java.util.*;
import javax.ejb.EJBObject;
import java.rmi.RemoteException;
public interface Validate extends EJBObject
{
public int validate(String CardNo) throws RemoteException;
}
www.eeworm.com/read/144586/12783659
class validate.class
www.eeworm.com/read/331719/12812325
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/245143/12816127
java validate.java
package mypackage;
public class validate{
final String user1="teacher";
final String password1="teacher";
final String user2="student";
final String password2="student";
private String
www.eeworm.com/read/331336/12832394
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/331194/12839641
js validate.js
function checkstring(name,data,allowednull)
{
var datastr = data;
var lefttrim = datastr.search(/\S/gi);
if (lefttrim == -1) {
if (allowednull) {
return 1;
} else {
alert
www.eeworm.com/read/331005/12856940
js validate.js
function isEmail(vEMail)
{
var regInvalid=/(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)/;
var regValid=/^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,3}|[0-9]{1,3})(\]?)$/;
return (!regInvalid.test(vEMail)&®Va
www.eeworm.com/read/143389/12879219
c validate.c
/****************************************************************************
*
* Realmode X86 Emulator Library
*
* Copyright (C) 1996-1999 SciTech Software, Inc.
* Copyright