代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/333698/12664671

m testdtw.m

disp('1窜拌:' ) disp('澜己牢侥饶焊客 矫氰侩 澜己俊 措茄 傈贸府') for i=1:5 fname = sprintf('%dr.wav',i); x = wavread(fname); x = filter([1 -0.9375], 1, x); m = melcepst(x,16000,'M',12,24,256,80); ref(i).mfcc
www.eeworm.com/read/146107/12671124

c miniweb.c

///////////////////////////////////////////////////////////////////////////// // // miniweb.c // // MiniWeb start-up code // ///////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/333524/12677458

m axislabels.m

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

h uhci-debug.h

/* * UHCI-specific debugging code. Invaluable when something * goes wrong, but don't get in my face. * * Kernel visible pointers are surrounded in []'s and bus * visible pointers are surrounded i
www.eeworm.com/read/333085/12703417

m my_spec_cut.m

function [cRe] = my_spec_cut(W,k,para) %recursive do 2-way partition on W by some spectral method if nargin
www.eeworm.com/read/333085/12703443

asv my_spec_cut.asv

function [cRe] = my_spec_cut(W,k,para) %recursive do 2-way partition on W by some spectral method if nargin
www.eeworm.com/read/145715/12706469

m saveinr.m

%SAVEINR Write an INRIMAGE format file % % SAVEINR(filename, im) % % Saves the specified image array in a INRIA image format file. % % SEE ALSO: loadinr % % Copyright (c) Peter Corke, 1999 Ma
www.eeworm.com/read/332098/12779559

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/332098/12779579

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/331922/12800509

txt total amount.txt

#include #include #include int main() { long n,i,flag,t; double sum,g; char s[100]; while(scanf("%ld",&n)) { if(n==0)break; sum=0; getchar();