代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/296774/7114033
h gas.h
/* Definitions for Intel 386 running system V with gnu tools
Copyright (C) 1988, 1993, 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribu
www.eeworm.com/read/296774/7114043
h att.h
/* Definitions for AT&T assembler syntax for the Intel 80386.
Copyright (C) 1988 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/o
www.eeworm.com/read/274556/7126909
m e0805.m
clear;
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/464109/7169575
m m3.m
% MATLAB script file m3.m for Project 3 on linearized analysis
% of a synchronous generator in Chapter 7.
% m3.m does the following:
% (a) loads parameters and rating of the synchronous machi
www.eeworm.com/read/464109/7169599
m m1.m
% MATLAB M-file m1.m for Project 1 on
% transient model in Chapter 10.
% m1.m is to be used in conjunction with the
% SIMULINK file s1eig.m
% m1.m does the following:
% (a) loads par
www.eeworm.com/read/439651/7704116
m fopen01.m
[fid, message] = fopen('no_such_file', 'r');
fprintf('fid = %d\n', fid);
fprintf('message = %s\n', message);
www.eeworm.com/read/439651/7704226
m if03.m
y = [3 4 5 9 2];
for i = 1:length(y)
if rem(y(i),3)==0
fprintf('y(%g)=%g is 3n.\n', i, y(i));
elseif rem(y(i), 3)==1
fprintf('y(%g)=%g is 3n+1.\n', i , y(i));
else
fprintf('y(%g)=%g is
www.eeworm.com/read/433368/7936878
m e0805.m
clear;
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/397761/8023822
m display.m
function display(ker)
%
fprintf(1,'\nlinear kernel\n\n');
www.eeworm.com/read/297233/8038347
h vax.h
/* Definitions of target machine for GNU compiler. Vax version.
Copyright (C) 1987, 88, 91, 93-96, 1997 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you c