代码搜索:validation
找到约 7,219 项符合「validation」的源代码
代码结果 7,219
www.eeworm.com/read/177199/9465540
java point.java
// Fig. 9.4: Point.java
// Point class declaration represents an x-y coordinate pair.
public class Point {
private int x; // x part of coordinate pair
private int y; // y part of coordinat
www.eeworm.com/read/364264/9916825
m availablestates.m
function [mystates,defaults]=availablestates
%AVAILABLESTATES Describes the GPLAB algorithm state variables.
% AVAILABLESTATES returns a structured variable containing the
% possible values
www.eeworm.com/read/360995/10070160
m mytrainlm.m
function [net,tr,v3,v4,v5,v6,v7,v8] = ...
trainlm(net,Pd,Tl,Ai,Q,TS,VV,TV,v9,v10,v11,v12)
%TRAINLM Levenberg-Marquardt backpropagation.
%
% Syntax
%
% [net,tr] = trainlm(net,Pd,Tl,Ai,Q,TS,VV)
%
www.eeworm.com/read/360615/10084768
cpp validat2.cpp
// validat2.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#define CRYPTOPP_ENABLE_NAMESPACE_WEAK 1
#include "blumshub.h"
#include "rsa.h"
#include "md2.h"
#includ
www.eeworm.com/read/359577/10136037
cpp validat2.cpp
// validat2.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "blumshub.h"
#include "rsa.h"
#include "md2.h"
#include "elgamal.h"
#include "nr.h"
#include "
www.eeworm.com/read/162532/10297990
java certpathvalidatorwithcheckerexample.java
package chapter7;
import java.math.BigInteger;
import java.security.KeyPair;
import java.security.cert.*;
import java.util.*;
/**
* Basic example of certificate path validation using a PKI
www.eeworm.com/read/279032/10479016
htm mi13.htm
More Effective C++ | Item 13: Catch exceptions by reference Back to Item 12: Understand how throwing an exception differs from passing a parameter or calling a virtual function
Continue to Item 14: U
www.eeworm.com/read/424190/10483744
txt output.txt
*** mySVM version 2.1.4 ***
Reading E:\research\人脸识别研究\人脸检测与识别相关文献\支持向量机\mySVM\validation.txt
read 10 examples, format xya, dimension = 2.
read 5 examples, format xy, dimension = 2.
--------