代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/321972/13391520
m test_sample.m
a = 2; b = [6 4];
fprintf('Before sample: a = %f, b = %f %f\n',a,b);
out = sample(a,b);
fprintf('After sample: a = %f, b = %f %f\n',a,b);
fprintf('After sample: out = %f\n',out);
www.eeworm.com/read/321972/13391634
m nested_1.m
for ii = 1:3
for jj = 1:3
product = ii * jj;
fprintf('%d * %d = %d\n',ii,jj,product);
end
end
www.eeworm.com/read/321972/13391642
m nested_1.m
for ii = 1:3
for jj = 1:3
product = ii * jj;
fprintf('%d * %d = %d\n',ii,jj,product);
end
end
www.eeworm.com/read/304147/13799740
m toyfdtd3o.m
function toyFDTD1(interactive)
%toyFDTD1(interactive)
% nargin==0 : run without using sliceomatic.
% interactive=0 : stop at every saved time step and run sliceomatic.m for viewing the ez field.
%
www.eeworm.com/read/133952/5896762
m test_sample.m
a = 2; b = [6 4];
fprintf('Before sample: a = %f, b = %f %f\n',a,b);
out = sample(a,b);
fprintf('After sample: a = %f, b = %f %f\n',a,b);
fprintf('After sample: out = %f\n',out);
www.eeworm.com/read/133952/5896861
m nested_1.m
for ii = 1:3
for jj = 1:3
product = ii * jj;
fprintf('%d * %d = %d\n',ii,jj,product);
end
end
www.eeworm.com/read/133952/5896868
m nested_1.m
for ii = 1:3
for jj = 1:3
product = ii * jj;
fprintf('%d * %d = %d\n',ii,jj,product);
end
end
www.eeworm.com/read/131315/5936191
h svr4.h
/* svr4.h -- operating system specific defines to be used when
targeting GCC for some generic System V Release 4 system.
Copyright (C) 1991 Free Software Foundation, Inc.
Written by Ron Gu
www.eeworm.com/read/131315/5936298
h we32k.h
/* Definitions of target machine for GNU compiler. AT&T we32000 version.
Contributed by John Wehle (john@feith1.uucp)
Copyright (C) 1991-1992 Free Software Foundation, Inc.
This file is part o
www.eeworm.com/read/131315/5936470
h elxsi.h
/* Definitions of target machine for GNU compiler. Elxsi version.
Copyright (C) 1987, 1988, 1992 Free Software Foundation, Inc.
This port, done by Mike Stump in 1988, and is th