代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/102759/15759576

c addsaf.c

/*============================================================= 功能: 添加 saf 表 作者: 王永忠: 2001/3/26: 规范程序设计 王永忠: 2001/4/03: 修改.c为.ec 2001/11/30:wyz:添加对冲正交易未找到原交易的处理 2002/04/15:wyz:添加在冲正记流水不成功时,记自
www.eeworm.com/read/102756/15759955

c stati.c

/******************************************************** * 交易分析 stati() * 根据联行行号, 特约单位, EDC 号统计交易笔数 * * 最后修改: 周国祥 2001/08/17 *******************************************************/ #inc
www.eeworm.com/read/102756/15759964

c addsaf.c

/*============================================================= 功能: 添加 saf 表 作者: 王永忠: 2001/3/26: 规范程序设计 王永忠: 2001/4/03: 修改.c为.ec 2001/11/30:wyz:添加对冲正交易未找到原交易的处理 2002/04/15:wyz:添加在冲正记流水不成功时,记自
www.eeworm.com/read/101557/15826931

c v34recv.c

/* * V34trans A SIMULINK example for v34 transmission * * Syntax: [sys, x0] = v34recv(t,x,u,flag,rate,ShMp) * * rate is a 12 element vector, which contains: * rate = [rate_s, rate_r, rate
www.eeworm.com/read/100077/15886169

c ecutime.c

/*+------------------------------------------------------------------------- ecutime.c -- ecu time-related functions wht@n4hgf.Mt-Park.GA.US Defined functions: epoch_secs_to_str(epoch_secs,type,
www.eeworm.com/read/457053/1600983

awk process.awk

#!/usr/local/bin/gawk -f BEGIN { erriter = -1; } { iter = $1; if (iter == erriter) next; s = ""; i = 2; while (index($i,"-")) { s = sprintf("%s %s", s, $i); i++; } s = sprintf("%s %s
www.eeworm.com/read/455269/1624859

awk process.awk

#!/usr/local/bin/gawk -f BEGIN { erriter = -1; } { iter = $1; if (iter == erriter) next; s = ""; i = 2; while (index($i,"-")) { s = sprintf("%s %s", s, $i); i++; } s = sprintf("%s %s
www.eeworm.com/read/249482/4450753

dat funtc267.dat

函数名称: sprintf 函数原型: int sprintf (char *buffer, const char *format, … ) 函数功能: buffer写入的缓冲区 函数返回: 函数说明: 所属文件:
www.eeworm.com/read/240162/4588731

c 20030626-2.c

char buf[40]; extern int sprintf (char*, const char*, ...); extern void abort (void); int main() { int i = 0; int l = sprintf (buf, "%s", i++ ? "string" : "other string"); if (l != sizeof ("ot
www.eeworm.com/read/233448/4682733

c 20030626-2.c

char buf[40]; extern int sprintf (char*, const char*, ...); extern void abort (void); int main() { int i = 0; int l = sprintf (buf, "%s", i++ ? "string" : "other string"); if (l != sizeof ("ot