代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/271040/11010988
c ga.c
#include
#include
#include
#include
#include
#include
#include
#define NAME_MAX 80
void
ga(char *datFile)
{
/* r
www.eeworm.com/read/416866/11011312
m secretgenerator.m
clear;
fid = fopen('secret.txt', 'w')
imgWidth = 256*4;
colLen = imgWidth * imgWidth;
DR = 8;
dryRate = DR/10;
secLen = round(colLen*dryRate);
se = round(rand(secLen,1));
fprintf(fid,'%g',se
www.eeworm.com/read/271029/11011673
c mem.c
/* ---------------------------------
mem.c
memory management routines for qhull
This is a standalon
www.eeworm.com/read/271029/11011739
c rbox.c
/* ---------------------------------
rbox.c
Generate input points for qhull.
notes:
50
www.eeworm.com/read/271029/11011786
h qhull_a.h
/* ---------------------------------
qhull_a.h
all header files for compiling qhull
see qh-c
www.eeworm.com/read/270995/11013180
c report.c
#include
#include "petrol.h"
#include "utils.h"
static FILE *outfile;
static void ReportPopulation(Population *p);
static void ReportIndividual(Individual *i);
void ReportSetup(Settings
www.eeworm.com/read/270995/11013190
c petrol.c
#include
#include
#include
#include
#include "petrol.h"
#include "utils.h"
char *appName;
static void Initialize(int argc, char **argv, Settings *s, Populat
www.eeworm.com/read/270994/11013468
cpp povray.cpp
/***************************************************************************
povray.cpp - description
-------------------
begin
www.eeworm.com/read/416440/11025165
m lmtrain.m
%此为BP网络训练程序
function retstr = LmTrain(ModelNo,NetPara,TrainPara,InputFun,OutputFun,DataDir)
NNTWARN OFF
retstr=-1;
%%%% 输入参数赋值开始 %%%%%%%%%%%%%%%%%%%%%%%
% 这部分代码主要是方便用户调试用
ModelNo='1';
NetPara
www.eeworm.com/read/270669/11030123
c pppdump.c
/*
* PPPDUMP.C
*
*/
#include
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#include "internet.h"
#include "ppp.h"
#include "trace.h"
#ifdef TURBOC_SWITCH_BUG
#pra