代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/101082/6247265
3s printf.3s
." SCCSID: @(#)printf.3s 2.4 8/12/87
.\" Last modified by DAH on 11-Sept-88 1900.
.\"
.TH printf 3s
.SH Name
printf, fprintf, sprintf \- formatted output conversion
.SH Syntax
.B #include
.P
www.eeworm.com/read/234296/14116751
m pcode.m
%pcode period = 2^m-1
%pcode period number = n
function y=pcode(m,n)
close all;
clc;
b=0;
a1=0;
a2=0;
if((m22))==1
yy=sprintf('%s','The current programe is unvalid for your need!!
www.eeworm.com/read/222728/14678379
c over_tcp.c
#include "over_tcp.h"
int receive_over_tcp(CLIENT_DATA *cd, int nsize, struct sockaddr_in sa){
int data_start;
char tmp[1024];
int sent, rest;
sprintf(tmp, "%s: %d; %d\n", overTCP, cd->
www.eeworm.com/read/217087/14978786
c disp.c
#include
#include "card.h"
main ( int argc, char **argv )
{
char cmdline[20], info1[8], info2[8], amount [ 15 ];
int len, len1;
sprintf ( amount, "%03ld", atol ( argv[1] ) );
www.eeworm.com/read/222917/4816471
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/216802/4880513
h eswt0.h
/* operand halt (0) */
case 0:
sprintf (buf, "VM: halt%s", JS_HOST_LINE_BREAK);
DbgPrint("%s\n", buf);
#if 0
js_iostream_write (vm->s_stderr, buf, strlen (buf));
js_iostream_flush (vm->s
www.eeworm.com/read/216802/4880596
h ejumps.h
/* operand halt (0) */
op_halt:
OPERAND (0);
sprintf (buf, "VM: halt%s", JS_HOST_LINE_BREAK);
js_iostream_write (vm->s_stderr, buf, strlen (buf));
js_iostream_flush (vm->s_stderr);
www.eeworm.com/read/216802/4880598
h eswitch.h
/* operand halt (0) */
case 0:
sprintf (buf, "VM: halt%s", JS_HOST_LINE_BREAK);
js_iostream_write (vm->s_stderr, buf, strlen (buf));
js_iostream_flush (vm->s_stderr);
while (1)
s
www.eeworm.com/read/216802/4880623
h eswt0.h
/* operand halt (0) */
case 0:
sprintf (buf, "VM: halt%s", JS_HOST_LINE_BREAK);
js_iostream_write (vm->s_stderr, buf, strlen (buf));
js_iostream_flush (vm->s_stderr);
while (1)
s
www.eeworm.com/read/216502/4891274
c systat.c
#include "uucp.h"
#include
#define STATNAME(f, n) sprintf(f, "%s/%s.%.7s", Spool, "STST", n)
#define S_SIZE 100
/*******
* systat(name, type, text) make system status entry
* char *n