代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/470685/6905888
cpp 1.cpp
#include
#include
#include
/*******************************************
初始化函数
********************************************/
void init()
{
char
www.eeworm.com/read/470699/6906084
m ex4_2.m
% 输入文本文件名
qname=input('Enter file containing questions : ','s');
ip=fopen(qname,'rt'); % 打开该文本文件
if (ip
www.eeworm.com/read/470782/6908263
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/470782/6908265
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/470782/6908270
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/470782/6908280
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/470782/6908286
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/470782/6908292
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/470782/6908294
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/470790/6908312
cpp oraquery.cpp
/* Result Sets Interface */
#ifndef SQL_CRSR
# define SQL_CRSR
struct sql_cursor
{
unsigned int curocn;
void *ptr1;
void *ptr2;
unsigned long magic;
};
typedef str