代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/304673/13789378
m set_up.m
% script file to set up a vehicle run for subsequent
% filtering and localisation algorithms
% HDW 28/04/00
globals; % define global variables
ginit; % set global variables
% first step i
www.eeworm.com/read/304673/13789385
m set_up_old.m
% script file to set up a vehicle run for subsequent
% filtering and localisation algorithms
% HDW 28/04/00
globals; % define global variables
ginit; % set global variables
% first step i
www.eeworm.com/read/304670/13789684
m set_up.m
% script file to set up a vehicle run for subsequent
% filtering and localisation algorithms
% HDW 28/04/00
globals; % define global variables
ginit; % set global variables
% first step i
www.eeworm.com/read/304670/13789691
m set_up_old.m
% script file to set up a vehicle run for subsequent
% filtering and localisation algorithms
% HDW 28/04/00
globals; % define global variables
ginit; % set global variables
% first step i
www.eeworm.com/read/303048/13823234
m som_stats_table.m
function [sTstats,csThist] = som_stats_table(csS,histlabel)
%SOM_STATS_TABLE Statistics table.
%
% [sTstats,csThist] = som_stats_table(csS)
%
% sTstats = som_stats_table(csS);
% som_table_pri
www.eeworm.com/read/302845/13826401
c uhci-debug.c
/*
* UHCI-specific debugging code. Invaluable when something
* goes wrong, but don't get in my face.
*
* Kernel visible pointers are surrounded in []s and bus
* visible pointers are surrounded in
www.eeworm.com/read/302727/13828193
m vararginmodifydefaults.m
function VararginModifyDefaults( varargin )
%example usage
% cellsAcross = 180;
% doDisplayLoop = 1;
% VararginModifyDefaults( varargin{:} );
if ( mod(length( varargin),2) == 1 ), error('ne
www.eeworm.com/read/302615/13831287
txt ch1_0.txt
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/302615/13831336
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 %假如峰值