代码搜索:positional
找到约 115 项符合「positional」的源代码
代码结果 115
www.eeworm.com/read/339483/12231453
sh ex19.sh
#!/bin/bash
# Using 'shift' to step through all the positional parameters.
# Name this script something like shft,
#+ and invoke it with some parameters, for example
# ./shft a b c def 23 s
www.eeworm.com/read/132649/5914700
cpp test_ncbiargs_sample.cpp
/*
* ===========================================================================
* PRODUCTION $Log: test_ncbiargs_sample.cpp,v $
* PRODUCTION Revision 1000.1 2004/06/01 19:09:57 gouriano
* PRODU
www.eeworm.com/read/132649/5915975
cpp basic_sample.cpp
/*
* ===========================================================================
* PRODUCTION $Log: basic_sample.cpp,v $
* PRODUCTION Revision 1000.1 2004/06/01 18:31:43 gouriano
* PRODUCTION PR
www.eeworm.com/read/414114/11126894
cpp main.cpp
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by all C
www.eeworm.com/read/289774/8527953
m blendingcoeff.m
%%input values:
%% thetai: initial positional value
%% thetaf: final positional value
%% acci: initial acceleration
%% tf: final time
%% omega: cruise velocity
%% intermediate (boolean):1 it
www.eeworm.com/read/316420/13523048
m blendingcoeff.m
%%input values:
%% thetai: initial positional value
%% thetaf: final positional value
%% acci: initial acceleration
%% tf: final time
%% omega: cruise velocity
%% intermediate (boolean):1 it
www.eeworm.com/read/438832/7725743
sh ex34.sh
#!/bin/bash
# script "set-test"
# 使用3个命令行参数来调用这个脚本,
# 比如, "./set-test one two three".
echo
echo "Positional parameters before set \`uname -a\` :"
echo "Command-line argument #1 = $1"
echo "Command
www.eeworm.com/read/107557/15605088
cpp test3.cpp
// command line test program
// John M. Dlugosz
#include "usual.h"
#include "cmdl.h"
#include
// these can be static globals, spread in several modules even.
typedef cmdl_flag fl
www.eeworm.com/read/458682/7291506
sh ex34.sh
#!/bin/bash
# script "set-test"
# Invoke this script with three command line parameters,
# for example, "./set-test one two three".
echo
echo "Positional parameters before set \`uname -a\` :"
echo
www.eeworm.com/read/339483/12230856
sh ex34.sh
#!/bin/bash
# script "set-test"
# Invoke this script with three command line parameters,
# for example, "./set-test one two three".
echo
echo "Positional parameters before set \`uname -a\` :"
echo