代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/147422/5729590
m pkpk_1b.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% pkpk_1b.m
%
% jmw and Dr. Hu
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/147422/5729617
m sa_ascii.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
% save_ascii.m
%
% jmw
% 6/30/94
%
% save ascii format file. This has two different modes:
% mode 1: display
www.eeworm.com/read/147422/5729737
m mk_load.m
% mk_load.m
% modified by D. G. Childers 7/14/98
%top=ceil(max(max((temp(:,4)+1000)/1000)));
top=ceil(max(max((temp(:,4))/1000)));
val=get(m3_2_h,'Value');
if val==1
cwd=pwd;
cd
www.eeworm.com/read/147422/5729748
m fm_load.m
% fm_load.m
% modified by D. G. Childers 7/14/98
if exist('fname') == 1
s=sprintf('clear %s',fname);
eval(s);
end
if exist('mkname') == 1
s=sprintf('clear %s',mkname);
eval(s);
en
www.eeworm.com/read/147422/5729765
m loadfant_old.m
% load Fant's area file
% loadfant.m
% modified by D. G. Childers 7/14/98
cwd=pwd;
cd data;
[fname pathname]=uigetfile('*.fan','Load arti_area file');
if fname ~= 0
S=sprintf('Loading da
www.eeworm.com/read/145991/5741727
h printf.h
#ifdef __EMX__
int puts(char *s);
int printf(const char *fmt,...);
int sprintf(char * buf, const char *fmt, ...);
#else
#include
#endif
www.eeworm.com/read/145471/5746116
c proc.c
/*
* UNIX An implementation of the AF_UNIX network domain for the
* LINUX operating system. UNIX is implemented using the
* BSD Socket interface as the means of communication with
* the user
www.eeworm.com/read/144216/5752477
sv
sv.c
warn(warn_uninit);
warn(warn_uninit);
warn(warn_uninit);
warn(warn_uninit);
not_a_number(sv);
not_a_number(sv);
warn(warn_uninit);
not_a_number(sv);
warn(warn_uninit
www.eeworm.com/read/144216/5752494
t overload.t
#!./perl
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
}
package Oscalar;
use overload (
# Anonymous subroutines:
'+' => sub {new Oscalar $ {$_[0]}+$_[1]},
'-' => sub {new Oscalar
www.eeworm.com/read/144216/5752538
t 64bitint.t
#./perl
BEGIN {
eval { my $q = pack "q", 0 };
if ($@) {
print "1..0\n# Skip: no 64-bit types\n";
exit(0);
}
chdir 't' if -d 't';
@INC = '../lib';
}
# This could use many more tests.
# so t