代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/315169/13549577
c webserv.c
#include
#include
#include
#include
#include
#include
void read_til_crnl(FILE *fp);
void process_rq(char *rq, int fd);
void header
www.eeworm.com/read/315067/13552950
txt wordanalysis.txt
//#include "stdafx.h"
#include "stdio.h"
#include "ctype.h"
#include "string.h"
#define wordlen 40 /*单词最大长度*/
/*保留字数量*/
#define keywordSum 6
char *keyword[keywordSum]={"else","if","int","ret
www.eeworm.com/read/315010/13554116
c cstrncmp.c
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/315010/13554248
c genrccmp.c
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/315010/13554309
c tmpltcmp.c
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/315010/13554385
c rulecmp.c
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/314903/13556019
c util.c
/****************************************************/
/* File: util.c */
/* Utility function implementation */
/* for the TINY compiler
www.eeworm.com/read/314830/13557954
c tmp.c
#include
#include
#define RandomInRange(u) ((int)(drand48()*((double)(u))))
#define SWAP(a, b, tmp) \
do {(tmp) = (a); (a) = (b); (b) = (tmp);} while(0)
www.eeworm.com/read/314830/13557959
c add-blank.c
#include
void main( int argc, char **argv) {
FILE *fin, *fout;
int i, csize;
float val;
if (argc != 4) {
printf("Usage: %s \n", ar
www.eeworm.com/read/314830/13557969
c genplots.c
#include
#include
#define RandomInRange(u) ((int)(drand48()*((double)(u))))
#define SWAP(a, b, tmp) \
do {(tmp) = (a); (a) = (b); (b) = (tmp);} while(0)