代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/135582/5884849
cc kflash.cc
//-----------------------------------------------------------------------------
//
// kbanner - Basic screen saver for KDE
//
// Copyright (c) Martin R. Jones 1996
//
// layout management added 1998/
www.eeworm.com/read/135582/5886094
cc mpeglayer3mktables.cc
00
// mpeglayer3mktables.cc
// (C) 1999 Nicolas Pitre
//
// This code generate the mpeglayer3tables.h file
//
// To compile: gcc -Wall -O2 -o mk mpeglayer3mktables.cc -lm
// To build th
www.eeworm.com/read/135153/5887412
c launcher.c
/*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of
www.eeworm.com/read/135153/5887659
c inet_common.c
/*
* stolen from net-tools-1.59 and stripped down for busybox by
* Erik Andersen
*
* Heavily modified by Manuel Novoa III Mar 12, 2001
*
* Versio
www.eeworm.com/read/135076/5890314
c replinc.c
#include
#include
#include
main(int argc, char** argv)
{
/* replace "include" by "!include" */
char buf[16][128];
FILE *file;
int n;
int i;
if (argc < 2
www.eeworm.com/read/134901/5891543
m tune_ocr.m
% TUNE_OCR Tunes SVM classifier for OCR problem.
%
% Description:
% The following steps are performed:
% - Training set is created from data in directory ExamplesDir.
% - Multi-class SVM is
www.eeworm.com/read/134901/5891544
m train_ocr.m
% TRAIN_OCR Training of OCR classifier based on multiclass SVM.
%
% Description:
% The following steps are performed:
% - Training set is created from data in directory ExamplesDir.
% - Mult
www.eeworm.com/read/134479/5892597
cpp ppmimage.cpp
/* $Id: ppmImage.cpp,v 1.1 2004/03/23 20:39:03 danielrh Exp $ */
#include "ppmImage.h"
#include
ppmImage::ppmImage( int img_width, int img_height ){
width = img_width;
height = img_hei
www.eeworm.com/read/134009/5895921
xs dll.xs
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#define INCL_BASE
#define INCL_REXXSAA
#include
static RXSTRING * strs;
static int nstrs;
static char * trace;
static void
nee
www.eeworm.com/read/134009/5896006
c util.c
#include
#ifdef SDBM
#include "sdbm.h"
#else
#include "ndbm.h"
#endif
void
oops(register char *s1, register char *s2)
{
extern int errno, sys_nerr;
extern char *sys_errlist[];
extern cha