代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/445406/7595809

c week3.c

/* Program Name: week3.c */ /* Program to keep track of names and phone numbers. */ /* Information is written to a disk file specified */ /* with a command-line para
www.eeworm.com/read/445252/7597187

c webserv.c

#include #include #include #include #include #include void read_til_crnl(FILE *fp); void process_rq(char *rq, int fd); void header
www.eeworm.com/read/445249/7597425

c dpt.c

/** @file dpt.c * * @author marco corvi * @date feb 2003 * * \brief Read disk partition table * */ #include // printf #include // exit #in
www.eeworm.com/read/445249/7597441

c mem_read.c

/** @file mem_read.c * * @author marco corvi * @date mar 2003 * * \brief read test for the mem_tty driver * */ #include // printf #include
www.eeworm.com/read/445230/7597753

c ferror.c

#include #include void main (int argc, char *argv[]) { FILE *fp; char line[256]; if (fp = fopen(argv[1], "r")) { while (fgets(line, sizeof(lin
www.eeworm.com/read/444931/7602570

m mysave.m

function [t, xt] = MySave(A, f,p,dt,N); %MySave产生一个指定幅值和频率的正弦信号,并将产生正弦信号的数据写入数据文件MySin.txt. % MySave(A, f)返回一个时间t数组和一个幅值xt数组,并将数据写入当前工作目录. % A:幅值, f:频率,p:相位, dt:时间间隔, N:数据点数 %在命令行及其他函数调用时输入[t, xt]
www.eeworm.com/read/444860/7604135

m oqpsk.m

% Program 3-11 % oqpsk.m % % Simulation program to realize OQPSK transmission system % % Programmed by H.Harada and T.Yamamura % %******************** Preparation part ***********************
www.eeworm.com/read/444860/7604137

m msk_fading.m

% Program 3-14 % msk_fading.m % % Simulation program to realize MSK transmission system % (under one path fading) % % Programmed by H.Harada and T.Yamamura % %******************** preparatio
www.eeworm.com/read/444860/7604141

m msk.m

% Program 3-13 % msk.m % % Simulation program to realize MSK transmission system % % Programmed by H.Harada and T.Yamamura % %******************** preparation part ***************************
www.eeworm.com/read/444860/7604149

m qam16.m

% Program 3-21 % qam16 % % Simulation program to realize 16QAM transmission system % % Programmed by H.Harada and R.Funada % %******************** preparation part ***************************