代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/209404/15220612
m piveli.m
function X=piveli(A,b,delta)
% input A is an N*N matrix;
% b is an N*1 matrix;
% output X is the solution of AX=b
n=length(b);
augA=[A,b];
t=zeros(1,n+1);
for k=1:n-1
[N,j]=max(abs(au
www.eeworm.com/read/209404/15220614
asv piveli.asv
function X=piveli(A,b,delta)
% input A is an N*N matrix;
% b is an N*1 matrix;
% output X is the solution of AX=b
n=length(b);
augA=[A,b];
t=zeros(1,n+1);
for k=1:n-1
[N,j]=max(abs(au
www.eeworm.com/read/472964/6860824
cc classifier-base.cc
/* This software was originally developed at Alcatel USA
* and subsequently modified at Washington State University, Pullman, WA
* through research work which was supported by a gift from Alcatel, I
www.eeworm.com/read/471453/6892686
m differentialevolution.m
function varargout = differentialevolution(DEParams, paramDefCell, ...
objFctHandle, objFctSettings, objFctParams, emailParams, optimInfo)
%DIFFERENTIALEVOLUTION Start Differential Evolution optim
www.eeworm.com/read/194440/8193435
m figgif.m
% figgif - Save a figure into a GIF file
% figgif by itself saves the current figure into a file
% called 'Figure No. 1.gif'
%
% figgif('beep') saves the current figure into a file called 'bee
www.eeworm.com/read/294911/8193829
ulp renumber-sch.ulp
#usage "Renumber the parts of a schematic\n"
""
"Author: support@cadsoft.de"
// THIS PROGRAM IS PROVIDED AS IS AND WITHOUT WARRANTY OF ANY KIND, EXPRESSED
www.eeworm.com/read/194440/8194071
m writegma.m
function flag=writegma(filename,logname,z,samps,units,kb,topnames,...
ztops)
% flag=writegma(filename,logname,z,samps,units,kb,topnames,...
% ztops)
%
% Write a log to disk in GMA format
% filen
www.eeworm.com/read/393871/8257263
m exakt.m
% EXAKT.M - Exact linearization for SISO systems
% (this m-file is a part of NelinSys, see details below)
%
% The application carries out computations of state-coordinates
% transforma
www.eeworm.com/read/393871/8257269
m exaktmimo.m
% EXAKTMIMO.M - Exact linearization for MIMO systems with the same number of inputs and outputs
% (this m-file is a part of NelinSys, see details below)
%
% The application carries o
www.eeworm.com/read/393518/8280879
m readsfs.m
function [y,fs,hd,ffx]=readsfs(ff,ty,sub,mode,nmax,nskip,xpath)
%readsfs Read a .SFS format sound file [Y,FS,HD,FFX]=(FF,TY,SUB,MODE,NMAX,NSKIP,XPATH)
%
% The SFS (Speech Filing System) is a packa