代码搜索:positional
找到约 115 项符合「positional」的源代码
代码结果 115
www.eeworm.com/read/116739/14956354
args
#!/bin/ksh
# Script name: args
# Example 10.80
# Script to test command line arguments
if [ $# == 0 ] ; then
print \
"Usage: $(basename $0) arg1 arg2 ... argn" \
1>&2
exit 1
fi
print T
www.eeworm.com/read/189063/8492483
m psplit.m
function [tx,ty,vx,vy]=pslit(x,y,p)
%
% Positional percentage split
%
% p defines the position to split the data
% 0-p (%) = training
% p-100 (%) = validation
%
[D L]=size(x);
tsiz
www.eeworm.com/read/388439/8609093
m psplit.m
function [tx,ty,vx,vy]=pslit(x,y,p)
%
% Positional percentage split
%
% p defines the position to split the data
% 0-p (%) = training
% p-100 (%) = validation
%
[D L]=size(x);
tsiz
www.eeworm.com/read/288527/8626170
m psplit.m
function [tx,ty,vx,vy]=pslit(x,y,p)
%
% Positional percentage split
%
% p defines the position to split the data
% 0-p (%) = training
% p-100 (%) = validation
%
[D L]=size(x);
tsiz
www.eeworm.com/read/177981/9424904
m psplit.m
function [tx,ty,vx,vy]=pslit(x,y,p)
%
% Positional percentage split
%
% p defines the position to split the data
% 0-p (%) = training
% p-100 (%) = validation
%
[D L]=size(x);
tsiz
www.eeworm.com/read/167987/9942758
dater
#!/bin/sh
# Script name: dater
# Purpose: set positional parameters with the set command
# and shift through the parameters.
set `date`
while [ $# -gt 0 ]
do
echo $1
shift
done
www.eeworm.com/read/167987/9942767
greetings
#!/bin/sh
# Script name: greetings
echo "This script is called $0."
echo "$0 $1 and $2"
echo "The number of positional parameters is $#"
www.eeworm.com/read/164272/10120034
m psplit.m
function [tx,ty,vx,vy]=pslit(x,y,p)
%
% Positional percentage split
%
% p defines the position to split the data
% 0-p (%) = training
% p-100 (%) = validation
%
[D L]=size(x);
tsiz
www.eeworm.com/read/159601/10635824
m psplit.m
function [tx,ty,vx,vy]=pslit(x,y,p)
%
% Positional percentage split
%
% p defines the position to split the data
% 0-p (%) = training
% p-100 (%) = validation
%
[D L]=size(x);
tsiz
www.eeworm.com/read/349916/10782752
m psplit.m
function [tx,ty,vx,vy]=pslit(x,y,p)
%
% Positional percentage split
%
% p defines the position to split the data
% 0-p (%) = training
% p-100 (%) = validation
%
[D L]=size(x);
tsiz