代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/298041/7977037
c test2.c
#include
#include
#include
#include
#include
#include
#include
#define HELLOWORLD "Hello world!\n"
#define GOODMORNING "Goo
www.eeworm.com/read/298041/7977040
c test12.c
#include
#include
#include
void foo(int sig);
int main(int argc, char **argv)
{
signal(SIGINT, foo);
signal(SIGTERM, foo);
//signal(9, foo);
for (;;)
{
www.eeworm.com/read/298012/7977550
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/298012/7977554
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/298012/7977564
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/298012/7977582
m qam16.m
% Program 3-21
% qam16
%
% Simulation program to realize 16QAM transmission system
%
% Programmed by H.Harada and R.Funada
%
%******************** preparation part ***************************
www.eeworm.com/read/298012/7977593
m msk2.m
% Program 3-15
% msk2.m
%
% Simulation program to realize MSK transmission system
%
% Programmed by R.Sawai and H.Harada
%
%******************** Preparation part *****************************
www.eeworm.com/read/298012/7977609
m qpsk.m
% Program 3-5
% qpsk.m
%
% Simulation program to realize QPSK transmission system
%
% Programmed by H.Harada and T.Yamamura
%
%******************** Preparation part **************************
www.eeworm.com/read/298012/7977612
m msk2_fading.m
% Program 3-16
% msk2_fading.m
%
% Simulation program to realize MSK transmission system
% (under one path fading)
%
% Programmed by R.Sawai and H.Harada
%
%******************** Preparation
www.eeworm.com/read/297969/7983068
c io.c
/************************************************************************
*文件IO
************************************************************************/
#include"sim.h"
/***********************