代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/13871/284412
m~ bipartitematchingdemoplot.m~
function optimalMatchingDemoPlot(sources, detections, a)
hold on
p1 = size(sources,2);
p2 = size(detections,2);
for i=1:p1
text(sources(1,i), sources(2,i), sprintf('s%d', i));
end
for i=1:p2
text
www.eeworm.com/read/13911/286423
m ch.m
for i=1:15
for j=1:11
filename=sprintf('D:\\zzh\\work\\zzh\\baseline_V8\\matlab\\Yale_5G\\yale\\face\\%d_s%d_a.bmp',i,j);
I=imread(filename);
[Tmp]=bilinear(I,80,80);
www.eeworm.com/read/484868/1265999
m makeplot.m
hold off
for i=100:100:500
range = [24:24:10000];
sr = getSR(range,900,1,100,i,1,1);
tit = sprintf(";V = 900, maxEpochDur = %d;", i);
plot (range/(24 * 7), sr(2,:), tit);
hold on
#sr = getSR([24:24:80
www.eeworm.com/read/472167/1418726
pm listing.pm
#
# $Id: Listing.pm,v 1.1 1999/07/21 19:12:24 kraven Exp $
package File::Listing;
sub Version { $VERSION; }
$VERSION = sprintf("%d.%02d", q$Revision: 1.1 $ =~ /(\d+)\.(\d+)/);
=head1 NAME
parse_di
www.eeworm.com/read/250243/4433464
pl bootlogo.pl
$_ = join("", );
s/(0x[0-9a-f]{2})/sprintf("0x%.2x",ord(pack("b8",unpack("B8",chr(hex($1))))))/gei;
s/^ / .byte /gm;
s/[,};]+$//gm;
s/^static.*//gm;
print $_;
www.eeworm.com/read/229812/4751026
gml seevprtf.gml
.* printf FAMILY
.seelist &*1 _bprintf cprintf fprintf printf sprintf term_printf
.if "&'substr(&*1,1,1)" eq "v" .do begin
.seelist &*1 va_arg va_end va_start
.do end
.if "&'substr(&*1,1,2)" eq "
www.eeworm.com/read/209559/4960406
pl bootlogo.pl
$_ = join("", );
s/(0x[0-9a-f]{2})/sprintf("0x%.2x",ord(pack("b8",unpack("B8",chr(hex($1))))))/gei;
s/^ / .byte /gm;
s/[,};]+$//gm;
s/^static.*//gm;
print $_;
www.eeworm.com/read/196036/5104742
pl peng.pl
$_ = join("", );
s/(0x[0-9a-f]{2})/sprintf("0x%.2x",ord(pack("b8",unpack("B8",chr(hex($1))))))/gei;
s/^ / .byte /gm;
s/[,};]+$//gm;
s/^static.*//gm;
print $_;
www.eeworm.com/read/196036/5104769
pl peng.pl
$_ = join("", );
s/(0x[0-9a-f]{2})/sprintf("0x%.2x",ord(pack("b8",unpack("B8",chr(hex($1))))))/gei;
s/^ / .byte /gm;
s/[,};]+$//gm;
s/^static.*//gm;
print $_;
www.eeworm.com/read/337546/3329934
pl bootlogo.pl
$_ = join("", );
s/(0x[0-9a-f]{2})/sprintf("0x%.2x",ord(pack("b8",unpack("B8",chr(hex($1))))))/gei;
s/^ / .byte /gm;
s/[,};]+$//gm;
s/^static.*//gm;
print $_;