代码搜索:optional
找到约 6,947 项符合「optional」的源代码
代码结果 6,947
www.eeworm.com/read/162415/10307450
m leastsq.m
%LEASTSQ Non-linear least squares
%
% x=leastsq('f',x0,options,'g') finds the value of x which minimizes
% the sum of squares of f(x) value.
% options is optional, giving the optimization argumen
www.eeworm.com/read/162415/10307473
m curvefit.m
%CURVEFIT Curve fitting
%
% x=curvefit('f',x0,x1,y1,options,'g') finds the value of x for
% which f(x,x1) is closest to y1. In other words, it fits the model f to
% the experimental data (x1,y1).
www.eeworm.com/read/162224/10325129
readme
WinLIRC
Please see
http://winlirc.sourceforge.net
for information regarding this program.
transmit.exe was written by Scott Baily
usage: transmit
www.eeworm.com/read/160516/10522904
m setident.m
%SETIDENT Set object identifiers
%
% A = SETIDENT(A,IDENT,J)
%
% INPUT
% A Dataset
% IDENT Object identifiers
% J Vector of indices of objects to be updated (optional; default: all)
www.eeworm.com/read/352445/10551960
m est_tf.m
function [t, f] = est_tf(x, c, d, M, decf)
% est_tf -- Estimate the location in time and frequency of the chirp.
%
% Usage
% [t f] = est_tf(x, c, d, M, decf)
%
% Inputs
% x signal vector
%
www.eeworm.com/read/352445/10552188
m stft2.m
function [tfd, t, f] = stft2(x, fs, nfreq, decf, w, how)
% stft2 -- Compute samples of the type II short-time Fourier transform.
%
% Usage
% [tfd, t, f] = stft2(x, fs, nfreq, decf, w, how)
%
% In
www.eeworm.com/read/278155/10561354
bas misc.bas
Attribute VB_Name = "misc"
Option Explicit
Public Declare Sub Sleep Lib "kernel32.dll" (ByVal dwMillSeconds As Long)
Public oComm As New clsComm, _
oIntelHex As New clsIntelHex, _
oLo
www.eeworm.com/read/278099/10572323
tst cfg.tst
; =============================================================
; Sample CS2QWK.cfg file with some usage comments.
;
; This one has been used during testing and reflects my setup.
;
; Each line c
www.eeworm.com/read/159427/10650472
m drawseg.m
% DRAWSEG - Draws a series of line segments stored in an Nx4 array.
%
% Usage: drawseg(seglist, figNo, lw, col);
%
% seglist - an Nx4 array storing line segments in
www.eeworm.com/read/466480/7035984
cls clscommondialog.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject