代码搜索:fprintf

找到约 10,000 项符合「fprintf」的源代码

代码结果 10,000
www.eeworm.com/read/439570/7705993

c curvefit.c

// curvefit.c 曲线拟合 #include #include "engine.h" #include "mutil.h" #define BUFFERLEN 1024 mxArray *CalculateFcn(mxArray *x,mxArray *y) { Engine *ep; mxArray *equation; char
www.eeworm.com/read/439490/7707616

c noifile.c

#include void main() { FILE *fp1, *fp2, *fpout; char sf1[50], sf2[50], sfout[50]; int c; printf("\nNhap ten tap tin thu nhat : "); scanf("%s", &sf1); prin
www.eeworm.com/read/439490/7707639

c demkytu.c

#include #include void main() { FILE *fp; char sf[50], c; long count = 0; printf("\nNhap vao ten tap tin : "); scanf("%s", sf); if ((fp = fopen(sf, "r")) =
www.eeworm.com/read/439490/7707961

c zerodisk.c

#include #include #include #include #include #define BLOCKSIZE ((unsigned int)1024) static char tmpfn[] = "zerodisk.tmp"; int main(int ar
www.eeworm.com/read/439490/7708018

c dumpprn.c

/* Bai tap 4_31 - Dump noi dung tap tin ra may in theo dang hex */ #include #include #include #define MAX 256 long fsize(FILE *stream); unsigned char buffer[MAX
www.eeworm.com/read/439468/7708214

m outputret.m

function OutputRet(filename, bags, threshold) fid = fopen(filename, 'w'); for i=1:length(bags) scores = bags(i).inst_prob; for j=1:length(scores) if scores(j) > threshold
www.eeworm.com/read/439441/7708819

c hcl.tab.c

/* A Bison parser, made from hcl.y by GNU Bison version 1.28 */ #define YYBISON 1 /* Identify Bison output. */ #define QUOTE 257 #define BOOLARG 258 #define BOOL 259 #define INTARG 260 #def
www.eeworm.com/read/439395/7710474

cc bcast.cc

/******************************************************************* Copyright (C) 2004 Thomas Kunz, CRC Canada, BCAST for IPv4. DISTRIBUTED WITH NO WARRANTY, EXPRESS OR IMPLIED. See the GNU Librar
www.eeworm.com/read/439360/7711581

c bin2ppm.c

#include #include #include #include #include #include "alloc.h" #include "datadef.h" #define max(x,y) (((x)>(y))?(x):(y)) #define min(x,y)
www.eeworm.com/read/439360/7711589

c karman.c

#include #include #include #include #include #include "alloc.h" #include "boundary.h" #include "datadef.h" #include "init.h" #include "sim