代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/238830/13322179

m tutorial.m

function [] = tutorial % % Function TUTORIAL Demonstration % Runs a Demo for the following immune tools: % 1) SAND (Simulated Annealing Model of Diversity - unpublished) % 2) ABNET (Growing Boole
www.eeworm.com/read/238830/13322197

m saml.m

function [ab,vE,E] = saml(N); % % Ph.D. Thesis % Leandro Nunes de Castro % October, 1999. % Function generates n-bit binary strings antibody most uniformly % distributed over the search space
www.eeworm.com/read/238830/13322208

m sareal.m

function [ab,vE,vRb,E,Rb] = sareal(ab,niter); % % Ph.D. Thesis % Leandro Nunes de Castro % October, 1999. % Function generates n-bit binary strings antibody most uniformly % distributed over th
www.eeworm.com/read/238830/13322211

m ga3d.m

function [x,y,fx,vx,vmfit,P] = ga3d(v,ger,pc,pm); % % Ph.D. Thesis % Leandro Nunes de Castro % November, 1999. % ENHANCED GENETIC ALGORITHM - Bi-classist Selection % % Secondary functions: DECODE &
www.eeworm.com/read/137229/13337885

bak setup.bak

/* * GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette * This program may be freely copied for educational * and research purposes. All other rights reserved. * * file: setup.
www.eeworm.com/read/137229/13338885

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
www.eeworm.com/read/137068/13346984

c isr.c

/*********************************************************************** * MODULE: isr.c * Description: Interrupt utility codes in C * Runtime Env: ARM7TDMI * Company:
www.eeworm.com/read/136959/13351249

c palndrom.c

/**/char q='"',*a="*//**/char q='%c',*a=%c%s%c*/};)b(stup;]d[b=]d-472[b)--d(elihw;)q,a,q,q,2+a,b(ftnirps;)b(stup{)(niam;731=d tni;]572[b," ,b[275];int d=137;main(){puts(b);sprintf(b,a+2,q,q,a,q);while
www.eeworm.com/read/136685/13366161

m callcheck.m

function callcheck(htext,str1,z,vchk1,vchk2) cla,set(htext,'string',[str1,sprintf('%1.4g\',z)]); % dt=0.1;t=0:dt:15;N=length(t);y=step(1,[1 2*z 1],t);plot(t,y); if vchk1 %
www.eeworm.com/read/136685/13366585

m exm041422_1.m

G=6.672e-11;ME=5.97e24;vy0=4000; x0=-4.2e7;t0=0;tf=60*60*24*9; tspan=[t0,tf];Y0=[x0;0;0;vy0]; [t,YY,Te,Ye,Ie]=ode45('DYDt3',[],[],[],G,ME,tspan,Y0); % X=YY(:,1);Y=YY(:,2); plot(X,Y,'b','Linew