代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/424538/10440119

m eigs2.m

function varargout = eigs2(varargin) % % Slightly modified version from matlab eigs, Timothee Cour, 2004 % % EIGS Find a few eigenvalues and eigenvectors of a matrix using ARPACK. % D = EIG
www.eeworm.com/read/279380/10442826

m invmainn.m

function [xc,d,MTX,para] = InvMainN(MTX,para,x0) % [xc,d,MTX] = InvMainN(MTX,para,x0) % %% Approximate Unconstrained Gauss-Newton with Armijo rule line search % % Input: MTX = Structure of glob
www.eeworm.com/read/423896/10527717

m ex45.m

%《MATLAB及其在理工课程中的应用指南》第四章第五节演示程序 % 西安电子科技大学出版社出版 陈怀琛编著 1999年10月初版,2004年11月第二版 % echo on s='abyzABYZ0189' size(s) abs(s) setstr(abs(s)) dec2hex(abs(s)) s1=[' welcome ',s] s2 =['a=5 ' ; 'b
www.eeworm.com/read/278507/10529797

c snprintf.c

/* * Throughout the book I use snprintf() because it's safer than sprintf(). * But as of the time of this writing, not all systems provide this * function. The function below should only be built
www.eeworm.com/read/278099/10570927

c hexdump.c

/* +++Date last modified: 05-Jul-1997 */ /* ** HEXDUMP.C - Dump a file. ** ** Originally written By Paul Edwards ** Released to the public domain ** ** Modified for SNIPPETS by Bob Stout
www.eeworm.com/read/422934/10600614

cpp utility.cpp

/*----------------------------------------------------------------------------*/ /* Copyright (c) FIRST 2008. All Rights Reserved. */ /* Open Source Software - may be modified and shared by
www.eeworm.com/read/277779/10605156

m abnet.m

function [w,win,cwin,D] = abnet(ag,eps,comp,alfa,beta,pc,pm), % % Ph.D. Thesis % Leandro Nunes de Castro % June, 1999 % Pattern Recognition in the Immune System using a Growing SOM % Bipolar S
www.eeworm.com/read/277779/10605200

m ainet_rbf.m

function [M,D] = ainet(Ag,ts,n,N,gen,qi,tp,mi,sc) % % Ph.D. Thesis % Leandro Nunes de Castro % February, 2000 % Artificial Immune Network (aiNet) - Description in aiNet.doc % Secondary Functio
www.eeworm.com/read/277779/10605217

m ainet.m

function [M,D] = ainet(Ag,ts,n,N,gen,qi,tp) % % Ph.D. Thesis % Leandro Nunes de Castro % February, 2000 % Artificial Immune Network (aiNet) - Description in aiNet.doc % Data normalization over
www.eeworm.com/read/277779/10605254

m ainet_sig2.m

function [M,S,sig] = ainet_sig2(Ag,ts,n,N,gen,qi,tp,mi,sc) % % Ph.D. Thesis % Leandro Nunes de Castro % February, 2000 % Artificial Immune Network (aiNet) - Description in aiNet.doc % Secondar