代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/174881/9570858

c vdmx.c

/* vdmx.c -- Vertical Device Metrics * Copyright (C) 1996 Li-Da Lho, All right reserved */ #include #include #include "config.h" #include "ttf.h" #include "ttfutil.h" #ifdef M
www.eeworm.com/read/174881/9570860

c os2.c

#include #include #include #include "config.h" #include "ttf.h" #include "ttfutil.h" #define __TTF_OS2 #include "os2_P.h" #ifdef MEMCHECK #include #endif
www.eeworm.com/read/174881/9570862

c pclt.c

/* pclt.c -- PCL5 Table * Copyright (C) 1997 Li-Da Lho, All right reserved */ #include #include #include "config.h" #include "ttf.h" #include "ttfutil.h" #ifdef MEMCHECK #inc
www.eeworm.com/read/174881/9570863

c ltsh.c

/* ltsh.c -- Linear Threshold table * Copyright (C) 1996 Li-Da Lho, All right reserved */ #include #include #include "config.h" #include "ttf.h" #include "ttfutil.h" #ifdef ME
www.eeworm.com/read/174877/9570936

c symtab.c

/****************************************************/ /* File: symtab.c */ /* Symbol table implementation */ /* for the C_Minus compiler */ /*********
www.eeworm.com/read/174877/9570954

c util.c

/****************************************************/ /* File: util.c */ /* Utility function implementation */ /* for the C_Minus compiler
www.eeworm.com/read/174793/9574097

htm ch2_6_2.htm

输出格式
www.eeworm.com/read/174605/9580142

cpp p1-95.cpp

#include #include #include int main(void) { //声明变量 char ch; char str[20]; int n; float x; //用stdin从键盘上输入数据 fprintf(stdout,"ch
www.eeworm.com/read/366687/9803808

c solve.c

#include #include "lpkit.h" #include "lpglob.h" #include "debug.h" /* Globals used by solver */ static short JustInverted; static short Status; static short Doiter; static short DoInvert;
www.eeworm.com/read/366687/9803862

c lpkit.c

#include "lpkit.h" #include "lpglob.h" #include #include #include #include #define HASHSIZE 10007 /* Globals */ int Rows; int Columns; int Sum;