代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/468948/6982537
m lzw_example.m
lzwInput = uint8('/WED/WE/WEE/WEB/WET');
[lzwOutput, lzwTable] = norm2lzw(lzwInput);
fprintf('\n');
fprintf('Input: ');
fprintf('%02x ', lzwInput);
fprintf('\n');
fprintf('Output: ');
fprint
www.eeworm.com/read/479496/6687617
m lineflow.m
SLT = 0;
fprintf('\n')
fprintf(' Line Flow and Losses \n\n')
fprintf(' --Line-- Power at bus & line flow --Line loss-- Transformer\n')
fprintf(' from to
www.eeworm.com/read/461848/1549602
m sin_cos_table.m
fprintf(' Table of Cosines and Sines\n\n');
fprintf(' theta cos(theta) sin(theta)\n');
fprintf(' ===== ========== ==========\n');
for ii = 0:0.1:1
theta = pi * ii;
fprintf('%7
www.eeworm.com/read/321972/13391574
m sin_cos_table.m
fprintf(' Table of Cosines and Sines\n\n');
fprintf(' theta cos(theta) sin(theta)\n');
fprintf(' ===== ========== ==========\n');
for ii = 0:0.1:1
theta = pi * ii;
fprintf('%7.
www.eeworm.com/read/133952/5896809
m sin_cos_table.m
fprintf(' Table of Cosines and Sines\n\n');
fprintf(' theta cos(theta) sin(theta)\n');
fprintf(' ===== ========== ==========\n');
for ii = 0:0.1:1
theta = pi * ii;
fprintf('%7.
www.eeworm.com/read/263959/11335563
m sin_cos_table.m
fprintf(' Table of Cosines and Sines\n\n');
fprintf(' theta cos(theta) sin(theta)\n');
fprintf(' ===== ========== ==========\n');
for ii = 0:0.1:1
theta = pi * ii;
fprintf('%7.
www.eeworm.com/read/128477/14294565
m sin_cos_table.m
fprintf(' Table of Cosines and Sines\n\n');
fprintf(' theta cos(theta) sin(theta)\n');
fprintf(' ===== ========== ==========\n');
for ii = 0:0.1:1
theta = pi * ii;
fprintf('%7.
www.eeworm.com/read/370048/9621261
m debug4.m
% debug4.m
fprintf(dbgfile, '%84s\n',...
' ------------------after dspace :--------------- ');
fprintf(dbgfile, ' inputs : \n');
fprintf(dbgfile,...
www.eeworm.com/read/370048/9621337
m debug1.m
% debug1.m
fprintf(dbgfile, '%84s\n',...
' ------------------after dpper : ---------------- ');
fprintf(dbgfile, ' inputs : \n');
fprintf(dbgfile,...