代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/145312/12736224

m rlsident.m

%递推最小二乘法 %di'=[-y(i),-y(i+1),...,-y(i+n-1),u(i),...u(i+n-1)] %系数向量o'=[an,...a1,bn,...b1] %打开数据 %load('c:\\MATLAB701\\work\\data.mat'); %打开数据 data; %标量的输入 fprintf(1,'\n');%换行 n=input('input t
www.eeworm.com/read/145312/12736230

m rlsidentmom.m

%渐消记忆递推算法 %di'=[-y(i),-y(i+1),...,-y(i+n-1),u(i),...u(i+n-1)] %系数向量o'=[an,...a1,bn,...b1] %p代表遗忘因子 %打开数据 %load('c:\\MATLAB701\\work\\data.mat'); %打开数据 data; %标量的输入 fprintf(1,'\n');%换行 n=i
www.eeworm.com/read/145255/12742871

c util.c

/****************************************************/ /* File: util.c */ /* Utility function implementation */ /* for the TINY compiler
www.eeworm.com/read/145250/12743290

c util.c

/****************************************************/ /* File: util.c */ /* Utility function implementation */ /* for the TINY compiler
www.eeworm.com/read/145248/12743343

c scd.c

#include "global.h" #define QLEN 32 char * getoptarg = "im:p:"; char * ProgramName = "SCD"; char * version = "0.1"; int port = 7006; /*print the usage of scc*/ static void usage(char
www.eeworm.com/read/145248/12743364

c winio.c

#include #include #include #include #include #include "global.h" #define MAX_LINE 100 struct termios oldterm; /*The user's original ter
www.eeworm.com/read/246281/12743776

cpp bubblesort.cpp

//冒泡排序程序,非递减排序 //测试集为(0,100)浮点数 //n=10000 //冒泡排序时间:平均为1.859s,最坏3.015s #include #include #include #define MAXSIZE 10000 //最大数组长度 int flag; double sorttime;
www.eeworm.com/read/332647/12745505

c webserv.c

/* webserv.c - a minimal web server (version 0.2) * usage: ws portnumber * features: supports the GET command only * runs in the current directory * forks a new chil
www.eeworm.com/read/145183/12746315

c watson_metric_pgm.c

/* Computes perceptual error. The perceptual error is computed using the * Watson model which takes into account three factors: contrast * sensitivity, luminance masking and contrast masking. * For
www.eeworm.com/read/145158/12748146

m fourierdecold.m

%Fourierdec.m ==> Fourier series decomposition of periodic functions of identical periods % specify the column vector t and array f representing the signals over one complete period % for an illust