代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/292218/3954545
cpp hello.cpp
#include
#include
#include "hello.h"
char *hello(char *name) {
char *value = new char [9+strlen(name)];
sprintf(value,"hello,%s.",name);
return value;
}
#include
www.eeworm.com/read/447892/1694113
c printk.c
#include
#include
#include
int printk(const char *fmt,...);
int sprintf(char * buf, const char *fmt, ...);
static int vsprintf(char *, const char *, va_lis
www.eeworm.com/read/392548/2495274
c printk.c
#include
#include
#include
int printk(const char *fmt,...);
int sprintf(char * buf, const char *fmt, ...);
static int vsprintf(char *, const char *, va_lis
www.eeworm.com/read/392137/2515906
cpp hello.cpp
#include
#include
#include "hello.h"
char *hello(char *name) {
char *value = new char [9+strlen(name)];
sprintf(value,"hello,%s.",name);
return value;
}
#include
www.eeworm.com/read/359563/2975004
c ser1.c
#include
int main(int argc, char *argv[])
{
int i = 0;
char szBuf[1024];
if (argc != 4) return;
while (1) /* 循环提取 */
{
sprintf(szBuf, "%d:%s", i++, argv[1]); /* 组包 */
SendMsgByUd
www.eeworm.com/read/358128/2999755
pm microsoft.pm
package HTTP::Cookies::Microsoft;
use strict;
use vars qw(@ISA $VERSION);
$VERSION = sprintf("%d.%02d", q$Revision: 1.7 $ =~ /(\d+)\.(\d+)/);
require HTTP::Cookies;
@ISA=qw(HTTP::Cookies);
sub lo
www.eeworm.com/read/358128/2999756
pm netscape.pm
package HTTP::Cookies::Netscape;
use strict;
use vars qw(@ISA $VERSION);
$VERSION = sprintf("%d.%02d", q$Revision: 1.26 $ =~ /(\d+)\.(\d+)/);
require HTTP::Cookies;
@ISA=qw(HTTP::Cookies);
sub loa
www.eeworm.com/read/358128/3000553
pm alias.pm
package Encode::Alias;
use strict;
use warnings;
no warnings 'redefine';
use Encode;
our $VERSION = do { my @r = ( q$Revision: 2.7 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
sub DEBUG () { 0 }
www.eeworm.com/read/358128/3000556
pm config.pm
#
# Demand-load module list
#
package Encode::Config;
our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
use strict;
use warnings;
our %ExtModule = (
www.eeworm.com/read/358128/3001601
pm debug.pm
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*-
package CPAN::Debug;
use strict;
use vars qw($VERSION);
$VERSION = sprintf "%.6f", substr(q$Rev: 2212 $,4)/1000000 + 5.4;
# module is inter