代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/165117/10075804

c comm_pvm.c

#include #include #include #include #include #include #include #include "fastDNAml_types.h" #include "fastDNAml_
www.eeworm.com/read/165117/10075818

c write_tree_string.c

#include #include #include #include #include "fastDNAml_types.h" #include "fastDNAml_funcs.h" extern char likelihood_key[]; extern char ntaxa_key[]; ext
www.eeworm.com/read/165117/10075825

c cmon.c

/* cmon.c */ #define MAIN #include #include #include #include #include #include #include #include #
www.eeworm.com/read/360770/10079161

m chkvec.m

function chkvec (x,k,f) %---------------------------------------------------------------- % Usage: chkvec (x,k,f) % % Description: check argument x to see that it is a column vector. %
www.eeworm.com/read/360770/10079287

m nlibpath.m

%---------------------------------------------------------------------- % Usage: nlibpath % Description: This command adds the NLIB toolbox to the Matlab path. %------------------------------
www.eeworm.com/read/360565/10087121

m arx2.m

function [A B] = arx2(y, u, na, nb, nk, error, pop, mutation, no_of_generations) %% This function estimates the ARX model parameters % [A B o] = arx2(y, u, na, nb, nk) % y is the output, u is t
www.eeworm.com/read/164629/10099561

m demo1.m

P = [1 2; 2 2; 1 1]'; Tc = [1 2 3]; plot(P(1,:),P(2,:),'.','markersize',30) for i=1:3, text(P(1,i)+0.1,P(2,i),sprintf('class %g',Tc(i))), end axis([0 3 0 3]) title('Three vectors and their classe
www.eeworm.com/read/164329/10118130

c sh307.c

#include #include #include #include #define uchar unsigned char #define uint unsigned int sbit P1_0=P1^0; void INITIAL(void);
www.eeworm.com/read/164328/10118179

c keystate.c

#include #include #include /* define variable type */ #define uchar unsigned char void INITIAL(void); /*液晶显示初始化*/ void CLEAR(void);
www.eeworm.com/read/164272/10120225

m conpred.m

function m = conpred(b,w,p,q,lv) [mq,nq] = size(q); [mw,nw] = size(w); if nw ~= lv if lv > nw s = sprintf('Original model has a maximum of %g LVs',nw); disp(' '), disp(s) s = spri