代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/409299/2234892
svn-base getdefaultsma.m.svn-base
function SMA = getDefaultSMA
%Return defualt SMA parameters
if (nargin ~= 0)
fprintf('%s\n', help(sprintf('%s', mfilename)));
error('Incorrect number of inputs - see above usage instruc
www.eeworm.com/read/409299/2234959
svn-base getdefaultkpls.m.svn-base
function KPLS = getDefaultKPLS
%Return defualt KPLS parameters
if (nargin ~= 0)
fprintf('%s\n', help(sprintf('%s', mfilename)));
error('Incorrect number of inputs - see above usage inst
www.eeworm.com/read/409299/2235048
svn-base getdefaultkpca.m.svn-base
function KPCA = getDefaultKPCA
%Return defualt KPCA parameters
if (nargin ~= 0)
fprintf('%s\n', help(sprintf('%s', mfilename)));
error('Incorrect number of inputs - see above usage inst
www.eeworm.com/read/366702/2878023
x 920501-8.x
# sprintf() does not support %f on m6811/m6812 target.
if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
return 1
}
return 0
www.eeworm.com/read/366702/2878581
x 930513-1.x
# sprintf() does not support %f on m6811/m6812 target.
if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
return 1
}
return 0
www.eeworm.com/read/267293/4268071
c sio.c
/*
** FILE
** sio.c
**
** DESCRIPTION
** Local standard string formatting function.
**
** NOTE:
** provide psprintf, an analog of sprintf.
*/
#include
/*
** TABLE
** radix_
www.eeworm.com/read/156531/5611492
cc_harness
use Config;
$libdir = $ENV{PERL_SRC} || "$Config{installarchlib}/CORE";
if (!grep(/^-[cS]$/, @ARGV)) {
$linkargs = sprintf("%s $libdir/$Config{libperl} %s",
@Config{qw(ldflags libs)});
www.eeworm.com/read/439468/7708170
m libsvm.m
function [Y_compute, Y_prob] = libSVM(para, X_train, Y_train, X_test, Y_test)
global temp_train_file temp_test_file temp_output_file temp_model_file libSVM_dir;
num_class = 2;
p = str2num(
www.eeworm.com/read/143706/12850076
m libsvm.m
function [Y_compute, Y_prob] = libSVM(para, X_train, Y_train, X_test, Y_test, num_class)
global temp_train_file temp_test_file temp_output_file temp_model_file libSVM_dir;
class_set = GetClas