代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/277779/10605292

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/159601/10634899

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/159601/10636422

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/421953/10675187

cpp getdir.cpp

// GetDir.cpp : Defines the entry point for the console application. // #include #include #include #include #include bool GetDirList(cha
www.eeworm.com/read/159161/10687859

c httpmin.c

#include #include #include "httppil.h" #include "httpapi.h" int MyUrlHandler(UrlHandlerParam* param); int MyUrlHandlerInit(HttpParam* hp, int uninit); //URL handler list UrlHand
www.eeworm.com/read/351013/10687938

m dispmat.m

function dispMat(M,name,form) % Matrix data display method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/software for informa
www.eeworm.com/read/351013/10687955

m dispeh.m

function dispEh(Eh) % Eh matrix display method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/software for information on SA T
www.eeworm.com/read/351013/10687977

m dispet.m

function dispEt(Tt,Et,Etarget,ert,Kt,Ebsft) % Et data display method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/software f
www.eeworm.com/read/276983/10690248

cpp p3-169.cpp

#include #include #include //main()函数 void main( void ) { //声明变量和数组 char buffer[200], s[] = "computer", c = 'l'; int i = 35, j; float fp =
www.eeworm.com/read/350890/10700175

cpp query.cpp

//-< QUERY.CPP >-----------------------------------------------------*--------* // FastDB Version 1.0 (c) 1999 GARRET * ? * // (Main Memory Database Management Syst