代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/359349/10153905
m hi_butt_design_bi.m
% Name: hi_butt_design_bi
% This program is used to design the IIR digital highpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications o
www.eeworm.com/read/359349/10154089
m butt_design_bi.m
% Name: butt_design_bi
% This program is used to design the IIR digital lowpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications of th
www.eeworm.com/read/359349/10154221
m bp_butt_design_bi.m
% Name: bp_butt_design_bi
% This program is used to design the IIR digital highpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications o
www.eeworm.com/read/359349/10154235
m butt_design_im1.m
% Name: iir_butt_design
% This program is used to design the IIR digital lowpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications of t
www.eeworm.com/read/359349/10154242
m experiment_3.m
% Name: experiment_3.m
% This program is used to design the IIR digital lowpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications of th
www.eeworm.com/read/359349/10154244
m butt_design_im.m
% Name: butt_design_im.m
% This program is used to design the IIR digital lowpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications of
www.eeworm.com/read/358502/10186180
c errormsg.c
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/356815/10220927
cpp makedesc.cpp
#include
#include
#include
#include
#include
#include
#if (defined(__GNUC__) && (defined(__i386__) || defined(__i48
www.eeworm.com/read/356354/10230380
c jpegtran.c
////////////////////////////////////////////////////////////////////////
//
// Note : this file is included as part of the Smaller Animals Software
// JpegFile package. Though this file has not bee
www.eeworm.com/read/356318/10231960
m pufeng.m
function [pai,M]=pufeng(L,a,N)
if(L>=a)
fprintf('参数设置错误,无法计算!\n');
pai=0;M=0;
return;
end
M=0;
for k=1:N
x=a/2*rand(1);
p=pi*rand(1);
if x