代码搜索:optional
找到约 6,947 项符合「optional」的源代码
代码结果 6,947
www.eeworm.com/read/261161/11663425
c w32syscall.c
/*
* w32syscall.c
*
* Copyright (C) 2006 Insigme Co., Ltd
*
* Authors:
* - Decao Mao, Chenzhan Hu, Lixing Chu, Limin Jin, Liwei Zhou, Zhiqiang Jiao
*
* This software has been developed while
www.eeworm.com/read/157384/11713713
conf realm.conf
#################################################################################
# realm.list - List of Diablo II Realms #
#---------------------------------------------------------------------
www.eeworm.com/read/157345/11718326
m colplot.m
function colplot(x,s,v);
% The function:
%
% colplot(x,s,v);
%
% plots the columns of according
% to the optional line shape given by
% (see PLOT, here default is ='.').
%
www.eeworm.com/read/157345/11718330
m arrow3.m
function arrow3(point1,point2,S,rlength,rwidth)
% The function:
%
% arrow(point1,point2,S,rlength,rwidth)
%
% draws an arrow from point to point
% in the 3-dimensional
www.eeworm.com/read/157345/11718359
m draxis.m
function draxis(translation)
% The function:
%
% draxis(translation)
%
% draws Cartesian axis with 2 arrows
% in the current 2-dimensional axis.
% Optional arg allows
www.eeworm.com/read/155347/11884023
asn iso-9506-mms-1.asn
ISO-9506-MMS-1 { iso standard 9506 part(2) mms-abstract-syntax-version1(1) }
DEFINITIONS ::= BEGIN
EXPORTS AlternateAccess,
AttachToEventCondition,
AttachToSemaphore,
Confi
www.eeworm.com/read/343743/11930956
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/256196/12013538
bas basmessagebox.bas
Attribute VB_Name = "basMessageBox"
Declare Function MessageBoxEx Lib "user32" Alias "MessageBoxExA" (ByVal hwnd As Long, ByVal lpText As String, ByVal lpCaption As String, ByVal uType As Long, ByVal
www.eeworm.com/read/256196/12013546
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/255755/12057295
m gridsize.m
%GRIDSIZE Set gridsize used in the plot commands
%
% O = GRIDSIZE(N)
%
% INPUT
% N New grid size (optional, default: display current gridsize)
%
% OUTPUT
% O New grid size (optional)
%