代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/420541/10791317
c tcfdbex.c
#include
#include
#include
#include
#include
int main(int argc, char **argv){
TCFDB *fdb;
int ecode;
char *key, *value;
/* create the
www.eeworm.com/read/420541/10791322
c tcbdbex.c
#include
#include
#include
#include
#include
int main(int argc, char **argv){
TCBDB *bdb;
BDBCUR *cur;
int ecode;
char *key, *value;
www.eeworm.com/read/420498/10793141
cpp hzk16x.cpp
// Borland C++ 3.0- (C) Copyright 1991 by Borland International
/* HZK16X.CPP */
/*
-------------------------------------------------------------------
作成日期:
2003-09-14
程序作者:
zzwj5120
www.eeworm.com/read/420498/10793149
cpp hzk16d.cpp
// Borland C++ 3.0- (C) Copyright 1991 by Borland International
/* HZK16.CPP */
/*
-------------------------------------------------------------------
作成日期:
2003-09-14
程序作者:
zzwj5120
www.eeworm.com/read/349839/10797459
m tffilter.m
function y = tffilter(tfr,x,t,trace);
%TFFILTER Time frequency filtering of a signal.
% Y=TFFILTER(TFR,X,T,TRACE) filters the signal X
% with a non stationary filter.
%
%
% X : input sign
www.eeworm.com/read/420350/10800918
m preparepiedata.m
% Create mat/Data%d.mat data from '../../../../imagedb/PIE'
function PreparePieData(Experiment)
nClass = 68; % PIE database
root = '../../../../imagedb/PIE';
if ~exist('Experiment', 'var')
www.eeworm.com/read/420098/10817069
m cc.m
% CC clears all variables and closes figures
% $Revision: 1.4 $ $Date: 2001/09/28 14:24:30 $
% Bert Kampes, 1/03/00
%%% Remove really everything. Reset more, warning, etc.
echo off;
close all forc
www.eeworm.com/read/420098/10817084
m plotersdop.m
function plotersdop(rawdatafile,len,nlines,headerbytes,ave);
% function plotersdop(rawdatafile,len,nlines,headerbytes,ave);
%
% Function to estimate Doppler centroid using the average phase shift
%
www.eeworm.com/read/275314/10824375
c extract.c
/*---------------------------------------------------------------------------
extract.c
This file contains the high-level routines ("driver routines") for extrac-
ting and testing zipfile
www.eeworm.com/read/349479/10825027
m savecase.m
function fname_out = savecase(fname, p1, p2, p3, p4, p5, p6, p7)
%SAVECASE Saves a MATPOWER case file, given a filename and the data matrices.
%
% savecase(fname, baseMVA, bus, gen, branch)
% sav