代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/376060/2714849

svn-base gettime.cec.svn-base

#include #include char sec[50]; struct tm *timep; time_t c; c=time(0); timep=localtime(&c); sprintf(sec,"sec=%d",timep->tm_sec); ce_showmessage(sec); if (timep->tm
www.eeworm.com/read/359369/2978610

m~ cancer_test.m~

load /proj/finnwell/spatial/data/cancer2007/testdata/lungcancer_female_10years.mat name = sprintf('c%d_lungcancer_FIC_3exp_.mat',run); [n, nin] = size(xx); % $$$ gpcf1 = gpcf_st_exp('init',2,1,
www.eeworm.com/read/359369/2978611

m cancer_test.m

load /proj/finnwell/spatial/data/cancer2007/testdata/lungcancer_female_10years.mat %name = sprintf('c%d_lungcancer_FIC_3exp_.mat',run); [n, nin] = size(xx); % $$$ gpcf1 = gpcf_st_exp('init',2,1,
www.eeworm.com/read/358128/2999760

pm daemon.pm

package HTTP::Daemon; # $Id: Daemon.pm,v 1.39 2007/07/19 21:24:31 gisle Exp $ use strict; use vars qw($VERSION @ISA $PROTO $DEBUG); $VERSION = sprintf("%d.%02d", q$Revision: 1.39 $ =~ /(\d+)\.(\d+)
www.eeworm.com/read/358128/3000084

pm form.pm

package HTML::Form; # $Id: Form.pm,v 1.54 2005/12/07 14:32:27 gisle Exp $ use strict; use URI; use Carp (); use vars qw($VERSION); $VERSION = sprintf("%d.%03d", q$Revision: 1.54 $ =~ /(\d+)\.(\d+)/
www.eeworm.com/read/358128/3000539

pm encoding.pm

# $Id: encoding.pm,v 2.6 2007/04/22 14:56:12 dankogai Exp $ package encoding; our $VERSION = do { my @r = ( q$Revision: 2.6 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode; use strict;
www.eeworm.com/read/358128/3000545

pm jis7.pm

package Encode::JP::JIS7; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); for my $name ( '7bit-j
www.eeworm.com/read/100018/15889608

pl records-lib.pl

# date_serial() # Returns a string like YYYYMMDD sub date_serial { local $now = time(); local @tm = localtime($now); return sprintf "%4.4d%2.2d%2.2d", $tm[5]+1900, $tm[4]+1, $tm[3]; } # get_zone_def
www.eeworm.com/read/391748/8381676

m4 stdio_h.m4

# stdio_h.m4 serial 9 dnl Copyright (C) 2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dn
www.eeworm.com/read/380710/9134228

c 3.c

#include //1602显示模块 四位数据线P1高四位 用sprintf显示浮点变量过于占用资源 #include #include "stdio.h" /********************************************************************/ #define L