代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/269691/11082981

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/415086/11084399

m runme.m

% Number of points N = 300; % Number of mixture components K = 3; % Number of dimensions D = 2; % Generate random points from a mixture [x, pTrue, mTrue, sigmaTrue, classTrue] = makeClust
www.eeworm.com/read/268798/11121055

c outtools.c

/* outtools.c: The higher-level output functions. * * Copyright (C) 1999-2001 by Brian Raiter, under the GNU General * Public License. No warranty. See COPYING for details. */ #include
www.eeworm.com/read/414229/11123958

c miniweb.c

///////////////////////////////////////////////////////////////////////////// // // miniweb.c // // MiniWeb start-up code // /////////////////////////////////////////////////////////////////////
www.eeworm.com/read/413912/11137602

m svm_learn.m

function status = svm_learn(options, examples, model) % SVM_LEARN - Interface to SVM light, learning module % % STATUS = SVM_LEARN(OPTIONS, EXAMPLES, MODEL) % Call the training program 'svm_learn
www.eeworm.com/read/413912/11137610

m svmlwrite.m

function svmlwrite(fname, X, Y, floatformat) % SVMLWRITE - Write matrix into data file for SVM light % % SVMLWRITE(FNAME, X) writes out matrix X into file FNAME, in the format % needed for SVM li
www.eeworm.com/read/268115/11153874

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/268073/11155339

m gaussjordanelim.m

%Gauss-Jordan Elimination %Description: This procedure is used to calculate the matrix inverse of a %given square matrix using Gauss-Jordan Elimination algorithm. %This algorithm first augments the
www.eeworm.com/read/267782/11162771

cpp salewin2.cpp

/* 模块:多单模块。 */ #include #include #include #include "sysinfo.h" #include "def.h" #include "salewin.h" void SaleWin::ClearGrid() { if(sys->SalSW == L_YES)
www.eeworm.com/read/413179/11163915

m plottruss.m

function plottruss; include_flags; % check if truss plot is requested if strcmpi(plot_truss,'yes')==1; for i = 1:nel XX = [x(IEN(1,i)) x(IEN(2,i)) x(IEN(1,i)) ]; YY = [y(