代码搜索:sprintf

找到约 7,065 项符合「sprintf」的源代码

代码结果 7,065
www.eeworm.com/read/321483/3535355

pm encoder.pm

# # $Id: Encoder.pm,v 2.1 2006/05/03 18:24:10 dankogai Exp $ # package Encode::Encoder; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.1 $ =~ /\d+/g ); sprintf "%d." . "%02d" x
www.eeworm.com/read/306178/3748492

c callouts.c

// callouts.c inherit F_CLEAN_UP; int main(object me, string arg) { mixed *info; int i; string output; output = sprintf("%-30s %-20s %5s %s\n", "物件", "函数", "延迟时间", "参数");
www.eeworm.com/read/305566/3772822

c ccc.c

#include main() { char cmd[2048]; sprintf(cmd,"/u76/admin/SunOS5.6_sun4/bin/top | grep kzmig | grep stgpzli > /home/stgpzli/denton.list \n"); system(cmd); /* system("/u76/admin/Sun
www.eeworm.com/read/422060/2044553

phpt bug22207.phpt

--TEST-- Bug #22207 (missing 0 when using the e notation in *printf functions) --FILE-- --EXPECT-- 1.1000e+0 string(11) " 1.100
www.eeworm.com/read/358128/2999765

pm message.pm

package HTTP::Message; # $Id: Message.pm,v 1.57 2005/02/18 20:29:01 gisle Exp $ use strict; use vars qw($VERSION $AUTOLOAD); $VERSION = sprintf("%d.%02d", q$Revision: 1.57 $ =~ /(\d+)\.(\d+)/); req
www.eeworm.com/read/358128/3000040

pm anydbm_file.pm

# $Id: AnyDBM_File.pm,v 1.11 2003/10/23 19:11:33 uid39246 Exp $ package WWW::RobotRules::AnyDBM_File; require WWW::RobotRules; @ISA = qw(WWW::RobotRules); $VERSION = sprintf("%d.%02d", q$Revision:
www.eeworm.com/read/358128/3000087

pm lwp.pm

package Bundle::LWP; $VERSION = sprintf("%d.%02d", q$Revision: 1.11 $ =~ /(\d+)\.(\d+)/); 1; __END__ =head1 NAME Bundle::LWP - install all libwww-perl related modules =head1 SYNOPSIS perl -MCP
www.eeworm.com/read/358128/3000203

pm encode.pm

# # $Id: Encode.pm,v 2.23 2007/05/29 18:15:32 dankogai Exp dankogai $ # package Encode; use strict; use warnings; our $VERSION = sprintf "%d.%02d", q$Revision: 2.23 $ =~ /(\d+)/g; sub DEBUG () { 0 } u
www.eeworm.com/read/358128/3000566

pm encoder.pm

# # $Id: Encoder.pm,v 2.1 2006/05/03 18:24:10 dankogai Exp $ # package Encode::Encoder; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.1 $ =~ /\d+/g ); sprintf "%d." . "%02d" x
www.eeworm.com/read/374042/9422955

m gocompile.m

cppFiles=dir('*.cpp'); for i=1:length(cppFiles) mainName=cppFiles(i).name(1:end-4); cmd=sprintf('mex %s.cpp d:/users/jang/c/lib/audio.cpp d:/users/jang/c/lib/utility.cpp -output %s', mainName, ma