代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/281401/9158012

c main.c

/*#define DEBUG 1*/ #include #include #include "88.h" #include "macro.h" #include "var.h" /*#include */ #include #include #include /*
www.eeworm.com/read/281401/9158303

c mains.c

/*#define DEBUG 1*/ #include #include #include "88.h" #include "macro.h" #include "var.h" /*#include */ #include #include #include /*
www.eeworm.com/read/281401/9158316

c main.c

/*#define DEBUG 1*/ #include #include #include "88.h" #include "macro.h" #include "var.h" /*#include */ #include #include #include /*
www.eeworm.com/read/183272/9172405

c ctlstr.c

#include "calld.h" /* * Make a printable string of the character "c", which may be a * control character. Works only with ASCII. */ char * ctl_str(unsigned char c) { static char tempstr[6]; /*
www.eeworm.com/read/183272/9172417

c request.c

#include "calld.h" int /* return 0 if OK, -1 on error */ request(Client *cliptr) { pid_t pid; /* * Position where this client left off last (or rewind). */ errmsg[0] = 0; sys_posn(clip
www.eeworm.com/read/183220/9175242

cpp card.cpp

// Card.cpp: implementation of the Card class. // ////////////////////////////////////////////////////////////////////// #include "Card.h" #include #include #include
www.eeworm.com/read/183163/9176529

m outagecapacityvssnr.m

clear all; type1=['k' 'b' 'r' 'g']; type2=['-' ':' '--' '-.']; it=input('Input the number of arrangement up to four >> '); Coutage=input('Input your Outage Capacity >>'); SNRdB=input('Input SNR
www.eeworm.com/read/182900/9186747

m axislabels.m

function s = axisLabels(range,incr) %function s = axisLabels(range,incr) range(abs(range)
www.eeworm.com/read/182776/9191498

m testdtw.m

disp('正在计算参考模板的参数...') for i=1:10 fname = sprintf('..\\ch6\\%da.wav',i-1); x = wavread(fname); [x1 x2] = vad(x); m = mfcc(x); m = m(x1-2:x2-2,:); ref(i).mfcc = m; end disp('正在计算测试模板的参
www.eeworm.com/read/182776/9191513

m recog.m

for i=1:10 fname = sprintf('..\\..\\ch6\\%db.wav',i-1); x = wavread(fname); [x1 x2] = vad(x); m = mfcc(x); m = m(x1-2:x2-2,:); for j=1:10 pout(j) = viterbi(hmm{j}, m); end [d,n] = m