代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/197241/8010009
m sa8_2.m
% File: SA8_2.M
clear;
CNdB = 16.03;
LfadedB = 4.0;
fprintf('\n(C/N)db=%g dB ',CNdB)
fprintf(' LfadedB=%g db',LfadedB)
CNfadedB = CNdB - LfadedB;
fprintf('\n(C/N)fadedB=%g dB '
www.eeworm.com/read/197241/8010134
m plot_pr.m
function y = plot_pr(m)
% File: PLOT_PR.M
% CALL: plot_pr(m)
% This file informs the user that "m" plots will be generated
% and that the SPACEBAR key must be depressed to advance to the
% next p
www.eeworm.com/read/197241/8010154
m sa8_1.m
% File: SA8_1.M
clear;
d = 3.7E7;
F = 1.15;
Te = (F-1)*290;
lamda = 3E8/12.45E9;
Tar = 20;
fprintf('\nd=%g meters ',d)
fprintf('F=%g ',F)
fprintf(' lamda=%g meters ',lamd
www.eeworm.com/read/397984/8011765
c asfpga.c
/*
asfpga version 1.00e
====================
asfpga is an assembler written for use in FPGA design. It can be easily modified
for your instruction set. The ultimate goal of this software is to all
www.eeworm.com/read/397761/8023659
m example41_figure.m
%% svm1: input
%% XOR problem
clc
x1=[1,-1];
x2=[-1,1];
x3=[-1,-1];
x4=[1,1];
x=[x1;x2;x3;x4];
y=[1;1;-1;-1];
l = size(x,1);
% display data
% fprintf(1,'displaying data...
www.eeworm.com/read/397761/8023847
m example55_test.m
%hf6_test
%==============
%==============
%to observe other point
num=str2num(num);
P=rands(5,num);
for k=1:40
disp('Hitto see the output after one cycle.');
%pause,disp('')
www.eeworm.com/read/197108/8028866
m kineticsest_ident1.m
function KineticsEst_Ident1
% 对例7-4的模型进行参数估计,并判断该模型是否适定
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shanghai, PRC
www.eeworm.com/read/197108/8028872
m kineticsest2.m
function KineticsEst2
% 动力学参数估计
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shanghai, PRC
% $Revision: 1.0 $
www.eeworm.com/read/197108/8028895
m kineticsest4.m
function KineticsEst4
% 一氧化氮催化还原反应的动力学参数估计
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shanghai, PRC
% $Revisi