代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/140255/13093954
c huffman.c
/*
(c) Copyright 1998, 1999 - Tord Jansson
=======================================
This file is part of the BladeEnc MP3 Encoder, based on
ISO's reference code for MPEG Layer 3 compres
www.eeworm.com/read/140254/13094065
c bw.c
#define SCENE
#define noDITHER 1
#define noDUMPSTAT 1
/*------------------------------------------------------------------------
$Workfile: BW.C $
$Date: 2/03/97 10:23a $
$Revision: 18 $
* Pu
www.eeworm.com/read/140245/13094782
c disksim_logorg.c
/*
* DiskSim Storage Subsystem Simulation Environment (Version 3.0)
* Revision Authors: John Bucy, Greg Ganger
* Contributors: John Griffin, Jiri Schindler, Steve Schlosser
*
* Copyright (c) of C
www.eeworm.com/read/140245/13094838
c disksim_bus.c
/*
* DiskSim Storage Subsystem Simulation Environment (Version 3.0)
* Revision Authors: John Bucy, Greg Ganger
* Contributors: John Griffin, Jiri Schindler, Steve Schlosser
*
* Copyright (c) of C
www.eeworm.com/read/140245/13094971
c disksim_stat.c
/*
* DiskSim Storage Subsystem Simulation Environment (Version 3.0)
* Revision Authors: John Bucy, Greg Ganger
* Contributors: John Griffin, Jiri Schindler, Steve Schlosser
*
* Copyright (c) of C
www.eeworm.com/read/140206/13096339
m pcamat.m
function [E, D] = pcamat(vectors, firstEig, lastEig, s_interactive, ...
s_verbose);
%PCAMAT - Calculates the pca for data
%
% [E, D] = pcamat(vectors, firstEig, lastEig, ...
% int
www.eeworm.com/read/326893/13110322
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/326893/13111007
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/241846/13111586
asv calpos.asv
function [x,y,z]= CalPos(PRN,time)
global EphDat
t1=TimetoJD(time(1),time(2),time(3),time(4),time(5),time(6));
t2=TimetoJD(time(1),time(2),time(3),0,0,0);
if isempty(EphDat)
EphDat=ReadGp
www.eeworm.com/read/241846/13111877
m calpos.m
function [x,y,z]= CalPos(PRN,time)
global EphDat
t1=TimetoJD(time(1),time(2),time(3),time(4),time(5),time(6));
t2=TimetoJD(time(1),time(2),time(3),0,0,0);
if isempty(EphDat)
EphDat=ReadGp