代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/302091/13842453
m ex4_2.m
% 输入文本文件名
qname=input('Enter file containing questions : ','s');
ip=fopen(qname,'rt'); % 打开该文本文件
if (ip
www.eeworm.com/read/301795/13848411
m xnoisesig.m
% generate test data for fixed-point DA FFT
n=16; % n samples in test vector
ar=0.98; % peak amplitude of test data - real
ai=0.9; % peak amplitude of test data - imag
state = 1.0e+009 *
www.eeworm.com/read/301447/13859130
c setup.c
/* creates pw.h for the server */
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/301300/13860676
c analyse.c
#include
#include
#include
#include
#include
#include
#include
#include
#define sqr(x) ((x) * (x))
//#define DE
www.eeworm.com/read/301268/13862232
c svecsubs.c
/*************************************************************************
* *
* ROUTINES IN THIS FILE:
www.eeworm.com/read/301268/13862244
c fvecsubs.c
/*************************************************************************
* *
* ROUTINES IN THIS FILE:
www.eeworm.com/read/301235/13863146
c testscan.c
#include
#include
#include
#include
//下面定义保留,为简化程序,使用字符指针数组保存所有保留字。
//如果想增加保留字,可继续添加,并修改保留字数目
#define keywordSum 8
char *keyword[keywordSum]={ "if","els
www.eeworm.com/read/301198/13863826
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/301198/13864087
c no_redir.c
#include
#include
void main (void)
{
union REGS inregs, outregs;
// check the stdin handle first
inregs.x.ax = 0x4400;
inregs.x.bx = 0; // stdin
www.eeworm.com/read/238634/13870807
asv wf2.asv
% wf2.m
%
P = aadata122;
T = eye(6);
[S,Q] = size(T);
lr = 0.9*maxlinlr (P);
W0 = [ 1.9978 -0.5959 -0.3517; 1.5543 0.05331 1.3660; % 初始权值
1.0672 0.3645 -0.9227; -0.7747 1.3839 -0.3384];