代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/225935/14510301
m projector_marker.m
if active_images(i),
%fprintf(1,'Loading image %d...\n',i);
if ~type_numbering,
number_ext = num2str(image_numbers(i));
else
number_ext = sprintf(['%.'
www.eeworm.com/read/477111/1364270
m magic.m
fid=fopen(‘magic.m’,’r’);
count=0;
while `feof(fid)
line=fgetl(fid);
if isempty(line)|strncmp(line,’%’,1)
continue
end
count=count+1;
end
disp(sprintf(‘%d lines’,count
www.eeworm.com/read/472167/1418747
pm filter.pm
package HTML::Filter;
require HTML::Parser;
@ISA=qw(HTML::Parser);
$VERSION = sprintf("%d.%02d", q$Revision: 1.1 $ =~ /(\d+)\.(\d+)/);
sub declaration { $_[0]->output("") }
sub comment
www.eeworm.com/read/466484/1510935
m magic.m
fid=fopen(‘magic.m’,’r’);
count=0;
while `feof(fid)
line=fgetl(fid);
if isempty(line)|strncmp(line,’%’,1)
continue
end
count=count+1;
end
disp(sprintf(‘%d lines’,count
www.eeworm.com/read/460691/1558420
pm auth.pm
package HTTP::Headers::Auth;
use strict;
use vars qw($VERSION);
$VERSION = sprintf("%d.%02d", q$Revision: 1.2 $ =~ /(\d+)\.(\d+)/);
require HTTP::Headers;
package HTTP::Headers;
BEGIN {
www.eeworm.com/read/218114/4864513
m magic.m
fid=fopen(‘magic.m’,’r’);
count=0;
while `feof(fid)
line=fgetl(fid);
if isempty(line)|strncmp(line,’%’,1)
continue
end
count=count+1;
end
disp(sprintf(‘%d lines’,count
www.eeworm.com/read/216450/4895237
3 printf.3
.\" @(#)printf.3s 6.3 (Berkeley) 6/5/86
.\"
.TH PRINTF 3 "June 5, 1986"
.AT 3
.SH NAME
printf, fprintf, sprintf, snprintf, vprintf, vfprintf, vsprintf, vsnprintf \- formatted output conversion
.SH SYN
www.eeworm.com/read/179153/5309811
pm nullp.pm
{
package DBD::NullP;
require DBI;
require Carp;
@EXPORT = qw(); # Do NOT @EXPORT anything.
$VERSION = sprintf("%d.%02d", q$Revision: 11.4 $ =~ /(\d+)\.(\d+)/o);
# $Id: NullP.
www.eeworm.com/read/321483/3534413
t 01_about_verbose.t
#!/usr/bin/perl -Tw
require 5;
use strict;
use Test::More tests => 1;
BEGIN {
use_ok( 'Locale::Maketext' );
}
my @out;
push @out,
"\n\nPerl v",
defined($^V) ? sprintf('%vd', $^V) : $]
www.eeworm.com/read/313224/3645059
pm nullp.pm
{
package DBD::NullP;
require DBI;
require Carp;
@EXPORT = qw(); # Do NOT @EXPORT anything.
$VERSION = sprintf("%d.%02d", q$Revision: 11.4 $ =~ /(\d+)\.(\d+)/o);
# $Id: NullP.