代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/140797/7147045
c perror.c
/*
* perror.c
*/
#include
#include
#include
void perror(const char *s)
{
fprintf(stderr, "%s: error %d\n", s, errno);
}
www.eeworm.com/read/161898/7153373
m psk.m
% bpsk.m
% Simulation program to build BPSK modulation singal
%************************ Preparation part *****************************
NUM = 1024; % The number of FFT point
sr=1000000.0
www.eeworm.com/read/161898/7153374
asv bpsk.asv
% bpsk.m
%
% Simulation program to build BPSK modulation singal
%************************ Preparation part *****************************
NUM = 1024; % The number of FFT point
sr=10
www.eeworm.com/read/161898/7153375
asv psk.asv
% bpsk.m
% Simulation program to build BPSK modulation singal
%************************ Preparation part *****************************
NUM = 1024; % The number of FFT point
sr=1000000.0
www.eeworm.com/read/161898/7153377
asv ask.asv
% bpsk.m
% Simulation program to build BPSK modulation singal
%************************ Preparation part *****************************
NUM = 1024; % The number of FFT point
sr=1000000.0
www.eeworm.com/read/161898/7153379
m fsk.m
% 2fsk.m
%
% Simulation program to build 2FSK
% All of the programs had been built successfully in MATLAB 6.5
%************************ Preparation part *****************************
NUM = 5
www.eeworm.com/read/161898/7153381
asv fsk.asv
% 2fsk.m
% Simulation program to build 2FSK
% All of the programs had been built successfully in MATLAB 6.5
%************************ Preparation part *****************************
NUM = 1024;
www.eeworm.com/read/161898/7153383
asv bpsk.asv
% bpsk.m
%
% Simulation program to build BPSK modulation singal
%************************ Preparation part *****************************
NUM = 1024; % The number of FFT point
sr=10
www.eeworm.com/read/161898/7153384
m ask.m
% ask.m
% Simulation program to build BPSK modulation singal
%************************ Preparation part *****************************
NUM = 1024; % The number of FFT point
sr=1000000.0;
www.eeworm.com/read/161898/7153386
asv ask.asv
% bpsk.m
% Simulation program to build BPSK modulation singal
%************************ Preparation part *****************************
NUM = 1024; % The number of FFT point
sr=1000000.0