代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/429717/1946461
awk thruput.awk
BEGIN {
s = "";
}
{
if ($1 != "(0,0)->(3,0)") {
sum += $6;
s = sprintf("%s %d", s, $6);
}
}
END {
printf "%s %d", s, sum;
}
www.eeworm.com/read/409299/2234791
svn-base getdefaultlsregressor.m.svn-base
function lsRegressor = getDefaultLSRegressor
%Return default LSR params
if (nargin ~= 0)
fprintf('%s\n', help(sprintf('%s', mfilename)));
error('Incorrect number of inputs - see above u
www.eeworm.com/read/409299/2234835
svn-base correlation.m.svn-base
function corr = correlation(X, Y, ranking)
%Compute the correlations between columns of matrices
if (nargin < 2)
fprintf('%s\n', help(sprintf('%s', mfilename)));
error('Incorrect numbe
www.eeworm.com/read/409299/2234942
svn-base getdefaultgkpca.m.svn-base
function GKPCA = getDefaultGKPCA
%Return defualt KPLS parameters
if (nargin ~= 0)
fprintf('%s\n', help(sprintf('%s', mfilename)));
error('Incorrect number of inputs - see above usage in
www.eeworm.com/read/409299/2235026
svn-base getdefaultsparsecca.m.svn-base
function sparseCCA = getDefaultSparseCCA
%Return defualt SMA parameters
if (nargin ~= 0)
fprintf('%s\n', help(sprintf('%s', mfilename)));
error('Incorrect number of inputs - see above u
www.eeworm.com/read/389028/2545041
awk thruput.awk
BEGIN {
s = "";
}
{
if ($1 != "(0,0)->(3,0)") {
sum += $6;
s = sprintf("%s %d", s, $6);
}
}
END {
printf "%s %d", s, sum;
}
www.eeworm.com/read/380709/2653082
awk thruput.awk
BEGIN {
s = "";
}
{
if ($1 != "(0,0)->(3,0)") {
sum += $6;
s = sprintf("%s %d", s, $6);
}
}
END {
printf "%s %d", s, sum;
}
www.eeworm.com/read/281401/9157801
$ stringpr.$
! System calls and system subroutines
_EXIT = 1
_READ = 3
_WRITE = 4
_OPEN = 5
_CLOSE = 6
_CREAT = 8
_LSEEK = 19
_GETCHAR = 117
_SPRINTF = 121
_PUTCHAR = 122
www.eeworm.com/read/281401/9157823
$ linumber.$
! System calls AND system subroutines
_EXIT = 1
_READ = 3
_WRITE = 4
_OPEN = 5
_CLOSE = 6
_CREAT = 8
_LSEEK = 19
_GETCHAR = 117
_SPRINTF = 121
_PUTCHAR = 122
www.eeworm.com/read/281401/9158143
$ stringpr.$
! System calls and system subroutines
_EXIT = 1
_READ = 3
_WRITE = 4
_OPEN = 5
_CLOSE = 6
_CREAT = 8
_LSEEK = 19
_GETCHAR = 117
_SPRINTF = 121
_PUTCHAR = 122