代码搜索:optional
找到约 6,947 项符合「optional」的源代码
代码结果 6,947
www.eeworm.com/read/146347/12657780
c gifcomb.c
/*****************************************************************************
* "Gif-Lib" - Yet another gif library. *
* *
* Written by: Gershon Elber IBM PC Ver 0.1, Jul
www.eeworm.com/read/237203/13971630
frm frmchartoption2.frm
VERSION 5.00
Object = "{65E121D4-0C60-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCHRT20.OCX"
Begin VB.Form frmChartOption2
Caption = "Chart示例"
ClientHeight = 5055
ClientLeft
www.eeworm.com/read/236808/13998376
cls menuitems.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/132667/14079782
stable control.stable
Source: kannel
Section: net
Priority: optional
Maintainer: Bruno Rodrigues
Build-Depends: debhelper (>> 4.0.0), libxml2-dev, libssl-dev, openssl, libmysqlclient10-dev, libp
www.eeworm.com/read/132667/14080119
def wap_ppg_push_machine.def
/* ====================================================================
* The Kannel Software License, Version 1.0
*
* Copyright (c) 2001-2004 Kannel Group
* Copyright (c) 1998-2001 WapIT Ltd
www.eeworm.com/read/202999/15368261
cls gcommondialog.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "GCommonDialog"
Attribute VB_GlobalNameSpace = True
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attr
www.eeworm.com/read/201202/15413450
sci calcgenfracdimen.sci
function d = CalcGenFracDimen(tau,q,scale)
// CalcGenFracDimen -- Calculate Generalized Fractal dimensions
// Usage
// d = CalcGenFracDimen(z,q,scale)
// Inputs
// tau matrix nexp b
www.eeworm.com/read/201202/15413569
sci calcfracspectrum.sci
function f = CalcFracSpectrum(tau,q,alpha)
// CalcFracSpectrum -- Calculate Spectrum of Local Scaling Exponents
// Usage
// f = CalcFracSpectrum(z,q,alpha)
// Inputs
// tau matrix 1
www.eeworm.com/read/113579/15452997
m run_demo.m
function run_demo(chunks, endings)
%
% Runs one of the demos defined in ../demo.
%
% Margins.
marg.comments = ' ';
marg.commands = '>> ';
marg.question = ' ';
marg.optional = ' Answer: ';
% Pr
www.eeworm.com/read/111603/15509361
m train.m
function net = train(tutor, x, y, C, kernel, zeta, net)
% TRAIN
%
% Train a support vector classification network, using the sequential minimal
% optimisation algorithm.
%
% net = train(tut