代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/151133/5685866
c 读写文本文件.c
#include "stdio.h"
void main()
{
FILE *funny,*printer,*fp;
char c;
funny = fopen("TENLINES.TXT","r"); /*打开文本文件 */
printer = fopen("PRN","w"); /*开启打印机*/
fp = fopen("weew.
www.eeworm.com/read/151104/5686286
c hack-coff.c
/*
* BK Id: SCCS/s.hack-coff.c 1.8 05/18/01 06:20:29 patch
*/
/*
* hack-coff.c - hack the header of an xcoff file to fill in
* a few fields needed by the Open Firmware xcoff loader on
* Power Mac
www.eeworm.com/read/151104/5686290
c piggyback.c
/*
* BK Id: SCCS/s.piggyback.c 1.7 05/18/01 15:17:23 cort
*/
#include
#include
extern long ce_exec_config[];
int main(int argc, char *argv[])
{
int i, cnt, pos, len;
unsigne
www.eeworm.com/read/150876/5688641
cpp h1.cpp
/////////////////////Mex头文件////////////////////////////////////////////
#include "mex.h"
////////////////////用户Cpp程序 /////////////////////////////////////////////
double OutPut(int n,double *rP)
{
www.eeworm.com/read/150763/5689161
c listtrees.c
#include "mex.h"
#include
#include
#include
#include
#include
#include
#include
#include
#define squar
www.eeworm.com/read/150221/5694134
m writeascii.m
function status = writeascii(filename, l)
% status = writeascii(filename, l)
% write each line of list l into an ASCII file filename
status = 0;
fid = fopen(filename, 'w');
if fid ~= -1
for i=1:l
www.eeworm.com/read/149795/5697350
c contact_ops.c
/*
* mangler module
*
* $Id: contact_ops.c,v 1.13.2.1 2005/07/20 17:11:51 andrei Exp $
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of ser, a free SIP server.
*
* ser is free s
www.eeworm.com/read/149476/5698755
cpp lzmabench.cpp
// LzmaBench.cpp
#include "StdAfx.h"
#include "LzmaBench.h"
#ifndef _WIN32
#include
#endif
#include "../../../Common/CRC.h"
#include "../LZMA/LZMADecoder.h"
#include "../LZMA/
www.eeworm.com/read/148721/5709227
c bbexit.c
#include
#include
struct callsite {
char *file, *name;
union coordinate {
struct { unsigned int index:6,x:10,y:16; } be;
struct { unsigned int y:16,x:10,index:6; }
www.eeworm.com/read/148359/5714561
c wmf2x.c
/* libwmf (convert/wmf2gd.c): library for wmf conversion
Copyright (C) 2000 - various; see CREDITS, ChangeLog, and sources
The libwmf Library is free software; you can redistribute it and/or