代码搜索:optional
找到约 6,947 项符合「optional」的源代码
代码结果 6,947
www.eeworm.com/read/467846/7002139
cls clslines.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/467846/7002141
cls clsrepeats.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/467252/7008246
m evalir.m
function [r, rs, or] = evalir(rr, mnr)
% EVALIR Evaluate Image Retrieval (IR) performance
%
% Input:
% rr: rank of relevant images, one column for each query
% mnr: (optional) maximum number of r
www.eeworm.com/read/467252/7008261
m wavefeat_all.m
function [fm, fmm, fml, we] = wavefeat_all(dbname, dirname, ...
nlevels, filt, edge)
% WAVEFEAT_ALL Wavelet-based feature extraction from ALL images
%
% Input:
% dbname: name of the test colle
www.eeworm.com/read/465795/7046141
odl vbutil.odl
// VBUTIL.ODL
[
uuid(FFDB1170-7124-11CE-8CED-00AA004A5C59),
lcid (9),
helpstring("Visual Basic Utilities"),
version(1.0)
]
library VBUTIL
{
// Include standard windows types
#inc
www.eeworm.com/read/216082/7081690
bas basregistry.bas
Attribute VB_Name = "basRegistry"
Option Explicit
Const DCP_AUTHN_LEVEL_DEFAULT = 0
Const DCP_AUTHN_LEVEL_NONE = 1
Const DCP_AUTHN_LEVEL_CONNECT = 2
Const DCP_AUTHN_LEVEL_CALL = 3
Const DCP_AU
www.eeworm.com/read/100045/7083446
sh sign.sh
#!/bin/sh
##
## sign.sh -- Sign a SSL Certificate Request (CSR)
## Copyright (c) 1998-2000 Ralf S. Engelschall, All Rights Reserved.
##
# argument line handling
CSR=$1
if [ $# -ne 1 ]; then
www.eeworm.com/read/148577/7089304
cls ccommondialog.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "cCommonDialog"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Att
www.eeworm.com/read/299984/7140693
m svc_nu.m
%SVC_NU Support Vector Classifier: NU algorithm
%
% This routine is outdated, use NUSVC instead
%
% [W,J,C] = SVC(A,TYPE,PAR,NU,MC,PD)
%
% INPUT
% A Dataset
% TYPE Type of the kernel (opti