代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/100762/15864921

ec svrf312.ec

#include "../incl/serverpub.h" $include sqlca; #define MAXLEN 3 //Date:2003/03/12 /**修改记录 */ SvrF312(int argc,char *argv[]) { char cTemp[80],cRetCode[4],cFileName[80]; $char e_cSq
www.eeworm.com/read/100301/15877510

c utility.c

int StringComp(LPSTR lpstr1, LPSTR lpstr2) { int len; if(*lpstr1 =='-' && *lpstr2 !='-') return -1; if(*lpstr1 !='-' && *lpstr2 =='-') return 1; len =strlen(lpstr1) -strlen(lpstr2); if(*lpst
www.eeworm.com/read/100301/15877585

c utility.c

int StringComp(LPSTR lpstr1, LPSTR lpstr2) { int len; if(*lpstr1 =='-' && *lpstr2 !='-') return -1; if(*lpstr1 !='-' && *lpstr2 =='-') return 1; len =strlen(lpstr1) -strlen(lpstr2); if(*lpst
www.eeworm.com/read/100301/15877623

c utility.c

int StringComp(LPSTR lpstr1, LPSTR lpstr2) { int len; if(*lpstr1 =='-' && *lpstr2 !='-') return -1; if(*lpstr1 !='-' && *lpstr2 =='-') return 1; len =strlen(lpstr1) -strlen(lpstr2); if(*lpst
www.eeworm.com/read/100072/15886601

c danpage.c

/* danpage v0.6 Copyright (c) 1997 by Dan Baker (5/26/1997) A program to send alphanumeric pages. Tested on: Linux 2.0.28, Linux 2.0.30 To compile and install: Edit Makefile if necessary make or
www.eeworm.com/read/222917/4816480

phpt bug23894.phpt

--TEST-- Bug #23894 (sprintf() decimal specifiers problem) --FILE--
www.eeworm.com/read/422060/2044568

phpt bug23894.phpt

--TEST-- Bug #23894 (sprintf() decimal specifiers problem) --FILE--
www.eeworm.com/read/426155/10279660

m xml2seg.m

tt=cputime; for filenum = 23 : 23 % if filenum=10)&&(filenum
www.eeworm.com/read/426155/10279705

asv xml2seg.asv

tt=cputime; for filenum = 23 : 23 % if filenum=10)&&(filenum
www.eeworm.com/read/361630/10043173

m exam6_2_post.m

if exist( 'exam6_2.mat' ) == 0 disp( sprintf( '错误:文件 %s 不存在', file_in ) ) disp( sprintf( '请先用exam6_2.m计算生成exam6_2.mat' ) ) ; disp( sprintf( '程序终止' ) ) return ;