代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/318725/13473443
c ibgsave.c
/* last edit: Ilja Schmelzer -------------- 20-OCT-1994 11:16:12.44 */
/************************************************************************/
/*
www.eeworm.com/read/318488/13477552
m table.m
function [y,failures] = table(tab,x0)
%TABLE Table look-up.
%
% y = table(TAB,X0)
%
% returns a table of linearly interpolated rows from
% table TAB, looking up X0 in the first column of
www.eeworm.com/read/317899/13493374
m ekfdemo2.m
% PURPOSE : Sequential Tracking of Options Prices with an MLP model.
% The model is estimated both with a plain extended Kalman filter
% (EKF) and an EKF where the process noise covarian
www.eeworm.com/read/317896/13493919
m ekfdemo1.m
% PURPOSE : To estimate the input-output mapping with inputs x
% and outputs y generated by the following nonlinear,
% nonstationary state space model:
%
% x(t+1) = 0.5
www.eeworm.com/read/317707/13499209
m jam_eff.m
% jam_eff
%
% Calculates the effect of jamming. Takes inputs from both
% the self-screening and stand-off jamming processes
%
%
% if SSJ, account for that with aax factor
%
if SSJ==1
aax
www.eeworm.com/read/317502/13504128
c djpg.c
/*
*********************************************************************
* File name: djpg.c
* Version: 5.0(release v1.0) Date: Jan 12, 2006
* Author: xiezm Email: xiezm@wxi
www.eeworm.com/read/317374/13505545
bat compile.bat
cc86 ABS.C
masm ABS.mac\;
rm ABS.mac
cc86 ATOI.C
masm ATOI.mac\;
rm ATOI.mac
cc86 ATOIB.C
masm ATOIB.mac\;
rm ATOIB.mac
cc86 AVAIL.C
masm AVAIL.mac\;
rm AVAIL.mac
cc86 CALLOC.C
masm
www.eeworm.com/read/317021/13512188
cpp javascanner.cpp
#include
#include
#define max_inbuf 20
#define max_strbuf 100
#define max_filename 30
char strbuf[max_strbuf],inbuf[2][max_inbuf],filename[max_filename];
int buffers,bufcoun
www.eeworm.com/read/316980/13513252
cpp haircut.cpp
#include "common.h"
#include "Linklist.h"
#include "Queue.h"
#include "simulation.h"
char ch,begin;
int t=0;
float discount[4]={1.0,1.0,1.0,1.0};
int opentime;
int CurrentTime,a,b;
void G
www.eeworm.com/read/316923/13514324
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