代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/248485/12557095

m low_mul_quan.m

function Bq=Low_Mul_quan(a,Bi,Fs,Pha_Sub,Ds,f,i) % Low_Mul_quan.m 量化a1和Bi % $date 11/10/2005 % % 作者:赵泽平 % vf1983cs@163.com % % % References: % Miroslav D. Lutovac, Dejan
www.eeworm.com/read/134086/14009623

php pointscp.php

www.eeworm.com/read/204000/15347914

m rossi_vad_wav.m

function rossi_vad_wav(i) fname = sprintf('rossi_%d.wav',i); x = wavread(fname); [x1 x2] = vad_figure(x);
www.eeworm.com/read/201928/15392525

_c ouput._c

#ifdef debug tx_string(debugport,"\r\n\0"); tx_string(debugport,"FAT info:\r\n\0"); sprintf(&text[0],"Boot Track Name = %s\r\n\0",&Boot.name[0]); tx_string(debugport,&text[0]); sprintf(&text[0],"
www.eeworm.com/read/201913/15392917

c ddns.c

#include #include #include #include #include #include "PRO_file.h" #include "PRO_GetStr.h" #include "PRO_SetStr.h" #include "PRO_SetMultiIt
www.eeworm.com/read/113031/15471939

c atm_svr_serial.c

/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" * by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/113031/15471947

c asrt.c

/* asrt.c * * Created by Brad Nichols, 10/20/93 * * Multi-Threaded Server program for the Automated Teller Machine (ATM) * example program. * Maintains a database of bank accounts accepting req
www.eeworm.com/read/113031/15471951

c asr.c

/* asr.c * * Created by Brad Nichols, 9/1/93 * * Server program for the Automated Teller Machine (ATM) example program. * Maintains a database of bank accounts accepting requests from * client p
www.eeworm.com/read/113031/15471961

c asrst.c

/* asr.c * * Created by Brad Nichols, 9/1/93 * * Server program for the Automated Teller Machine (ATM) example program. * Maintains a database of bank accounts accepting requests from * client p
www.eeworm.com/read/113031/15472007

c atm_svr_broken.c

/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" * by Brad nichols, Dick Buttlar, Jacki