代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/147766/5725551
c skproc.c
/******************************************************************************
*
* Name: skproc.c
* Project: GEnesis, PCI Gigabit Ethernet Adapter
* Version: $Revision: 1.3 $
* Date: $Date
www.eeworm.com/read/147422/5729293
m f_load.m
%
% Callback function for Load button of main_file window
% Author : Minkyu Lee
% Date : 29-Sep-1994
%
% Modified by Karthik on 05/07/97 .
% Modified by D. G. Childers
cwd=pwd;
[fname p
www.eeworm.com/read/147422/5729295
m e_ins.m
%
% Callback function for "Insert file" button in main_edit window
% Author : Minkyu Lee
% Date : 2-FEB-1995
% Modified by Karthik on 05/25/97
% Modified by D. G. Childers
PV=[269 236 519 300
www.eeworm.com/read/147422/5729375
m mgif_sas_old.m
%
% Callback function for Save As.. button of mgif window
% Author : Minkyu Lee
% Date : 28-Oct-1994
%
cwd=pwd;
S=sprintf('%s.out',name);
[ofname opathname]=uiputfile(S,'Save MGIF output');
www.eeworm.com/read/147422/5729565
m f_load.m
%
% Callback function for Load button of main_file window
%
%
%
% Modified by D. G. Childers August, 1998
cwd=pwd;
[fname pathname]=uigetfile('*.dat','Load input file(ASCII)');
S
www.eeworm.com/read/147422/5729578
m gci_ed.m
% gci_ed file to save the new variables
% D. G. Childers 2/12/98
%
disp(' ');
disp('SCRIPT: gci_ed.m ***********************************');
gci_ed=gci0;
gci=gci_safe;
s=sprintf('save
www.eeworm.com/read/147422/5729630
m m1_w5.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% m1_w5.m
%
% jmw
% 6/17/94
% 6/09/94
%
% User-Defined mapping windowS.
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/147422/5729672
m s_det3a.m
disp(' ');
disp('SCRIPT: s_det3a.m ***********************************************');
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% jmw
% 11/22/93
% Wein
www.eeworm.com/read/147422/5729774
m save_mk.m
% save_mk.m
% modified by D. G. Childers 7/14/98
cwd=pwd;
cd data;
[fmname pathname]=uiputfile('*fmrk.mrk','Save mark file');
if fmname ~= 0
S=sprintf('Saving data into %s%s',pathname,fmnam
www.eeworm.com/read/143791/5754428
c skproc.c
/******************************************************************************
*
* Name: skproc.c
* Project: GEnesis, PCI Gigabit Ethernet Adapter
* Version: $Revision: 1.4 $
* Date: $Date