代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/119348/6085261

php fpdf.php

www.eeworm.com/read/101082/6242977

c printw.c

/* * printw and friends * * 1/26/81 (Berkeley) @(#)printw.c 1.1 */ # include "curses.ext" # include /* * This routine implements a printf on the standard screen. */ printw(fmt, va_
www.eeworm.com/read/101082/6243792

c convtime.c

#ifndef lint static char *sccsid = "@(#)convtime.c 4.1 (ULTRIX) 7/2/90"; #endif lint /************************************************************************ * * * Copyright (c) 1987 by
www.eeworm.com/read/101082/6248138

c getauth.c

#ifndef lint static char *sccsid = "@(#)getauth.c 4.1 (ULTRIX) %G"; #endif lint /************************************************************************ * * * Copyright (c) 1989 by *
www.eeworm.com/read/101082/6249694

c sprintb.c

/* sprintb.c - sprintf a %b string */ #include "../h/mh.h" #include char *sprintb (buffer, v, bits) register char *buffer, *bits; register unsigned v; { register i
www.eeworm.com/read/101082/6250211

c sprintb.c

/* sprintb.c - sprintf a %b string */ #include "../h/mh.h" #include char *sprintb (buffer, v, bits) register char *buffer, *bits; register unsigned v; { register i
www.eeworm.com/read/101082/6252402

c machdep.c

#ifndef lint static char *sccsid = "@(#)machdep.c 4.1 (ULTRIX) 7/2/90"; #endif lint /************************************************************************ * * * Copyright (c) 1984 by
www.eeworm.com/read/441153/6279629

m startmulticoremaster.m

function resultCell = startmulticoremaster(functionHandleCell, parameterCell, settings) %STARTMULTICOREMASTER Start multi-core processing master process. % RESULTCELL = STARTMULTICOREMASTER(FHAND
www.eeworm.com/read/146760/6324210

m runexp.m

%RunExp >> Automation function % Usage : RunExp(noRuns, ExitAction) %e.g. RunExp(25, 1); -> Runs each experminet for 25 trials and Exits matlab when doen. % Arguments : (optional) noRuns ->
www.eeworm.com/read/489153/6474364

cpp tcwiz2.cpp

// File : TcWiz2.Cpp // Implementation of the Translate Block function. // Implementation file of TcWizard.h // #include #include #include #include #incl