代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/438437/7731387
c foo.c
#include
#include
#include
#include
int main(int argc, char *argv[]) {
int i = 0;
printf("%s: ckpt test program (pid = %d)\n",
argv[0], getpid());
www.eeworm.com/read/438150/7735347
c ser_avrdoper.c
/*
* avrdude - A Downloader/Uploader for AVR device programmers
* Copyright (C) 2003-2004 Theodore A. Roth
* Copyright (C) 2006 Joerg Wunsch
* Copyright
www.eeworm.com/read/438101/7736656
cpp main.cpp
//#define TEST 1
#include
#include
#include
#include"dbInterface.hpp"
#include
#include "SendSms.hpp"
#include
int main()
{
fprintf(stderr
www.eeworm.com/read/437762/7741748
m datacheck.m
fid = fopen('datatrain.txt');
A = fscanf(fid,'%f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f',[18 inf]); % It has eighteen rows now.
A = A';
fclose(fid);
b = [A(:,1:17)];
c = [A(:,18:18
www.eeworm.com/read/437758/7741752
m ffaltacross.m
fid = fopen('altrainset.txt');
A = fscanf(fid,'%f %f %f %f',[4 inf]); % It has four rows now.
A = A';
fclose(fid);
b = [A(:,1:3)];
c = [A(:,4:4)];
d=c';
p = b';
t = d;
fid1 = fope
www.eeworm.com/read/437757/7741753
m ffalta.m
fid = fopen('alfold3_3.txt');
A = fscanf(fid,'%f %f %f %f',[4 inf]) % It has four rows now.
A = A'
fclose(fid)
b = [A(:,1:3)]
c = [A(:,4:4)]
d=c'
p = b'
t = d
net=newff(minmax(p),[
www.eeworm.com/read/437619/7744651
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
www.eeworm.com/read/437619/7744715
c arcdump.c
/* ARCNET trace routines
*/
#include
#include "global.h"
#include "mbuf.h"
#include "arcnet.h"
#include "trace.h"
void
arc_dump(fp,bpp,check)
FILE *fp;
struct mbuf **bpp;
int
www.eeworm.com/read/437619/7744735
c ipdump.c
/* IP header tracing routines
*/
#include
#include "global.h"
#include "mbuf.h"
#include "internet.h"
#include "iface.h"
#include "ip.h"
#include "trace.h"
#include "netuser.h"
#i
www.eeworm.com/read/437619/7744738
c kissdump.c
/* Tracing routines for KISS TNC
*/
#include "global.h"
#include "mbuf.h"
#include "kiss.h"
#include "devparam.h"
#include "ax25.h"
#include "trace.h"
void
ki_dump(fp,bpp,check)
FILE *fp