代码搜索:optional
找到约 6,947 项符合「optional」的源代码
代码结果 6,947
www.eeworm.com/read/311447/13630918
m qup.m
function y = qup(x, type, phase)
% QUP Quincunx Upsampling五株上采样
%
% y = qup(x, [type], [phase])
%
% Input:
% x: input image
% type: [optional] one of {'1r', '1c', '2r', '2c'} (default is '1r
www.eeworm.com/read/140582/5785561
5 ipsec.conf.5
.TH IPSEC.CONF 5 "26 Nov 2001"
.\" RCSID $Id: ipsec.conf.5,v 1.108 2004/11/01 22:40:05 ken Exp $
.SH NAME
ipsec.conf \- IPsec configuration and connections
.SH DESCRIPTION
The optional
.I ipsec.conf
f
www.eeworm.com/read/137691/5819914
control
Package: spy-tool
Installed-Size: 196k
Filename: ./spy-tool_1.0-1_arm.ipk
Version: 1.0-1
Depends: qpe-base (1.5.0) jeode
Priority: optional
Section: qpe
Maintainer: David Gay
www.eeworm.com/read/261198/11659621
m plotgauss2d.m
function h=plotgauss2d(mu, Sigma, plot_cross)
% PLOTGAUSS2D Plot a 2D Gaussian as an ellipse with optional cross hairs
% h=plotgauss2(mu, Sigma)
%
% h=plotgauss2(mu, Sigma, 1) also plots the major an
www.eeworm.com/read/122453/14689599
control
Source: swfdec
Priority: optional
Maintainer: David Schleef
Build-Depends: debhelper (>> 3.0.0), libgtk2.0-dev, mozilla-dev, libart-2.0-dev, zlib1g-dev, libmad0-dev, libsdl1.2-dev
Sta
www.eeworm.com/read/13871/284329
m plotgauss2d_old.m
function h=plotgauss2d_old(mu, Sigma, plot_cross)
% PLOTGAUSS2D Plot a 2D Gaussian as an ellipse with optional cross hairs
% h=plotgauss2(mu, Sigma)
%
% h=plotgauss2(mu, Sigma, 1) also plots the
www.eeworm.com/read/472916/1402961
control qpe-i18n-no.control
Files: i18n/no/.directory i18n/no/*.qm etc/dict/dawg.no
Priority: optional
Section: qpe/i18n
Maintainer: Trolltech (www.trolltech.com)
Architecture: $CPU_ARCH
Arch: $DEVICE_ARCH
Version: $QPE_VERSION-
www.eeworm.com/read/229812/4750353
gml rfsbde.gml
:H2.Examples and Figures
:H3.Example
:I1.examples
:I1.xmp
:I1.depth
:FIG place=inline frame=box.
&gml.XMP depth = 'vert-space-unit'.
(depth is optional)
paragraph elements
basic do
www.eeworm.com/read/180500/5283143
java createuniqueuris.java
package org.w3c.rdf.examples;
import org.xml.sax.SAXException;
import org.w3c.rdf.model.*;
import org.w3c.rdf.util.*;
/**
* A simple demo program that create a unique URI. An optional argument is t
www.eeworm.com/read/311226/3682384
rq q-union3.rq
PREFIX foaf:
PREFIX vCard:
SELECT ?name1 ?name2
WHERE
{
?x a foaf:Person
OPTIONAL { ?x foaf:name ?name1 }