代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/147422/5729371
m mgif_as_save.m
cwd=pwd;
[fname pathname]=uiputfile('*.dat','Save file (ASCII)');
S=sprintf('cd %s',cwd);
eval(S);
if fname ~= 0
S=sprintf('Saving data into %s (ASCII format)',fname);
disp(S);
S=s
www.eeworm.com/read/147422/5729661
m ms_s4st.m
disp(' ');
disp('SCRIPT: mstr_seg4st.m ***********************************************');
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% mstr_seg4st.m
%
% jmw
www.eeworm.com/read/147422/5729773
m mk_done.m
% mk_done.m
% modified by D. G. Childers 7/14/98
[totfno,n]=size(eval('%s',mkname));
form_tar=zeros(totfno,4);
for ii=1:totfno
for j=1:4
s=sprintf('form_tar(%d,%d)=%s(%s(%d,1)+1,%d);',
www.eeworm.com/read/136849/5844055
pl convertanim.pl
#!perl
$nb=$ARGV[0];
$name=$ARGV[1];
for($i=0;$i
www.eeworm.com/read/136812/5860218
c cycle_proc.c
#ifndef lint
static char sccsid[] = "@(#)cycle_proc.c 1.1 92/07/30 SMI";
#endif not lint
/*
* Copyright (c) 1989 by Sun Microsystems, Inc.
*/
#include
#include
#incl
www.eeworm.com/read/136812/5861428
c update_parts.c
#ifndef lint
#ifdef SunB1
static char mls_sccsid[] = "@(#)update_parts.c 1.1 92/07/30 SMI; SunOS MLS";
#else
static char sccsid[] = "@(#)update_parts.c 1.1 92/07/30 SMI";
#endif /* SunB1 */
#endif l
www.eeworm.com/read/136786/5862696
c palinfo.c
/*
* palinfo.c
*
* Prints processor specific information reported by PAL.
* This code is based on specification of PAL as of the
* Intel IA-64 Architecture Software Developer's Manual v1.0.
*
*
www.eeworm.com/read/136786/5864897
c miropcm20-rds.c
/* MiroSOUND PCM20 radio rds interface driver
* (c) 2001 Robert Siemer
* Thanks to Fred Seidel. See miropcm20-rds-core.c for further information.
*/
/* Revision history:
*
www.eeworm.com/read/136786/5865468
c ftape-proc.c
/*
* Copyright (C) 1997 Claus-Justus Heine
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free
www.eeworm.com/read/128531/5984303
c palinfo.c
/*
* palinfo.c
*
* Prints processor specific information reported by PAL.
* This code is based on specification of PAL as of the
* Intel IA-64 Architecture Software Developer's Manual v1.0.
*
*