代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/416320/11033322

m wd_golay23.m

% File: WD_Golay23.m % Description: % Compute the weight distribution of the binary Golay (32,12,7) code. % NOTE: It is also possible to modify the C program golay23.c in the % website of the text
www.eeworm.com/read/416320/11033338

m egcodepol.m

% File: egcodepol.m % Description: % Determine the generator polynomial of a binary EG code % % Copyright (c) 2006. Robert Morelos-Zaragoza. All rights reserved. clear all warning off all O
www.eeworm.com/read/416320/11033381

m awgn_conv_r12_k3_hard.m

% Name: AWGN_conv_R12_K3_hard.m % Description: % Simulation of rate-1/2 convolutional coding over an AWGN channel. % % Copyright (c) 2006. Robert Morelos-Zaragoza. All rights reserved. clear al
www.eeworm.com/read/416320/11033383

m awgn_conv_r13_k3.m

% Name: AWGN_conv_R13_K3.m % Date: November 21, 2007 % Description: % Simulation of rate-1/3 convolutional coding over an AWGN channel. % % Copyright (c) 2007. Robert Morelos-Zaragoza. All rights
www.eeworm.com/read/416320/11033401

m awgn_conv_r12_k2.m

% Name: AWGN_conv_R12_K2.m % Date: November 19, 2007 % Description: % Simulation of rate-1/2 convolutional coding over an AWGN channel. % % Copyright (c) 2007. Robert Morelos-Zaragoza. All rights
www.eeworm.com/read/416320/11033406

m awgn_conv_r12_k3.m

% Name: AWGN_conv_R12_K3.m % Date: July 19, 2005 % Description: % Simulation of rate-1/2 convolutional coding over an AWGN channel. % % Copyright (c) 2005. Robert Morelos-Zaragoza. All rights res
www.eeworm.com/read/416249/11036540

c sgen.c

#include #include #define pi 3.14159265 main() { int i,n; double x; FILE *fp; fp=fopen("rom.dat","w"); if(fp==NULL) { printf("File creating error.\n");
www.eeworm.com/read/416247/11036590

m fullwave.m

%This programme solves various formulaes for single phase full wave rectifier %This function runs independently as well as with "power_electronics" %In order to execute this function type ''fullwave
www.eeworm.com/read/416247/11036609

m tphase.m

%This programme solves various formulaes for three phase half wave star rectifier %This function runs independently as well as with "power_electronics" %In order to execute this function type ''tpha
www.eeworm.com/read/416247/11036617

m bridge.m

%This programme solves various formulaes for single phase bridge wave rectifier %This function runs independently as well as with "power_electronics" %In order to execute this function type ''bridge