代码搜索:validations

找到约 82 项符合「validations」的源代码

代码结果 82
www.eeworm.com/read/362500/9996082

m shuffle.m

function y = shuffle(x) %SHUFFLE Randomly re-orders matrix rows. % This funtion shuffles samples in a data file so % that they can be used randomly for cross validations. % %I/O: y = shuffle(x)
www.eeworm.com/read/135758/5879093

java xvalidation.java

/* * YALE - Yet Another Learning Environment * Copyright (C) 2001-2004 * Simon Fischer, Ralf Klinkenberg, Ingo Mierswa, * Katharina Morik, Oliver Ritthoff * Artificial
www.eeworm.com/read/375212/9368956

m shuffle.m

function y = shuffle(x) %SHUFFLE Randomly re-orders matrix rows % This function shuffles samples in a data file so that they % can be used randomly for cross validations % I/O format is y = shu
www.eeworm.com/read/488400/1230197

rb restrictions.rb

module ActiveRecord module Validations module DateTime module Restrictions class RestrictionError< StandardError #:nodoc: end class
www.eeworm.com/read/154303/7107104

txt ex6_26.txt

Example 6.26 Specialized Request Context Provide Specialized Context Validations public class ProjectRegistrationRequestContext extends RequestContext { public ProjectRegistrationRequestCont
www.eeworm.com/read/462001/7213113

c pcielink.c

/* PCIELINK.EXE Written by: Jeff Fabrizio, QLogic Corporation Examine PCI Bus for PCIexpress device Lane Validations S
www.eeworm.com/read/488400/1230199

rb parser.rb

module ActiveRecord module Validations module DateTime module Parser class DateParseError < StandardError #:nodoc: end class TimeParseError < StandardError #:
www.eeworm.com/read/10438/185712

c cwprntfs.c

/*** *cwprntfs.c - Secure version of cwprintf * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * This has format validations as compared to cwprintf * *******
www.eeworm.com/read/10438/185842

c cprintfs.c

/*** *cprintfs.c - Secure version of cprintf * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * This has format validations as compared to cprintf * *************
www.eeworm.com/read/10438/185797

c cprintfp.c

/*** *cprintfp.c - Positional version of cprintf * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * This has format validations & positional parameters as compared