代码搜索:fprintf

找到约 10,000 项符合「fprintf」的源代码

代码结果 10,000
www.eeworm.com/read/162028/10343999

c tmp.c

#include #include #define RandomInRange(u) ((int)(drand48()*((double)(u)))) #define SWAP(a, b, tmp) \ do {(tmp) = (a); (a) = (b); (b) = (tmp);} while(0)
www.eeworm.com/read/162028/10344016

c add-blank.c

#include void main( int argc, char **argv) { FILE *fin, *fout; int i, csize; float val; if (argc != 4) { printf("Usage: %s \n", ar
www.eeworm.com/read/162028/10344057

c genplots.c

#include #include #define RandomInRange(u) ((int)(drand48()*((double)(u)))) #define SWAP(a, b, tmp) \ do {(tmp) = (a); (a) = (b); (b) = (tmp);} while(0)
www.eeworm.com/read/162028/10344061

c genplots-noise.c

#include #include #define RandomInRange(u) ((int)(drand48()*((double)(u)))) #define SWAP(a, b, tmp) \ do {(tmp) = (a); (a) = (b); (b) = (tmp);} while(0)
www.eeworm.com/read/161900/10358098

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/161900/10358132

asv fsk.asv

% 2fsk.m % % Simulation program to build 2FSK % All of the programs had been built successfully in MATLAB 6.0 %************************ Preparation part ***************************** NUM = 1
www.eeworm.com/read/161900/10358163

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/161900/10358167

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/161900/10358174

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/161900/10358183

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;