代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/465956/7049297
c filedisk.c
///////////////////////////////////////////////////////
//该版本的ARG PARSER部分存在问题
//在带有5个参数,但是缺少文件名的状况没有办法进行解析
//BUG一个
////////////////////////////////////////////////////////
#include
www.eeworm.com/read/465478/7055410
c mapper.c
/*
* mapper.c -- simple file that mmap()s a file region and prints it
*
* Tested with 1.2 on the x86
* Tested with 2.0 on the x86, Sparc and Alpha
*
* Actually, it should run with any Unix
*/
www.eeworm.com/read/465478/7055414
c heartbeat.c
/*
* heatbeat.c -- flash NumLock in an hearthbeat fashion
*
* Tested with 1.2 on the x86
* Tested with 2.0 on the x86, Alpha, Sparc
*/
#include
#include
#include
#
www.eeworm.com/read/465478/7055461
c mapper.c
/*
* mapper.c -- simple file that mmap()s a file region and prints it
*
* Tested with 1.2 on the x86
* Tested with 2.0 on the x86, Sparc and Alpha
*
* Actually, it should run with any Unix
*/
www.eeworm.com/read/465478/7055465
c heartbeat.c
/*
* heatbeat.c -- flash NumLock in an hearthbeat fashion
*
* Tested with 1.2 on the x86
* Tested with 2.0 on the x86, Alpha, Sparc
*/
#include
#include
#include
#
www.eeworm.com/read/465502/7055750
c huff.c
// 霍夫曼树_01051312杨富强.cpp : Defines the entry point for the console application.
#include
#include
#include
#define MAX_BUFFER 1024 //字符串最大长度
#define MAX_LEN
www.eeworm.com/read/464609/7066365
cc statistics.cc
// -*- C++ -*-
// Copyright (C) 2003 Leherstuh f黵 Betrieb System/ Verteilte System,
// Universitaet Dortmund
//
// This program is free software; you can redistribute it and/or
// modify it under
www.eeworm.com/read/273801/7071234
c crcv2.c
#include
typedef unsigned char uchar;
typedef unsigned int uint;
uchar crcbuff[]={0x00,0x00,0x00,0x00,0x06,0x0d,0xd2,0xe3};
uint crc;
uint crc16(uchar *ptr,uchar len)
{
uchar i;
w
www.eeworm.com/read/187373/7072792
c io.c
/************************************************************************
*文件IO
************************************************************************/
#include"sim.h"
/***********************
www.eeworm.com/read/221007/7074581
m ex4_2.m
% 输入文本文件名
qname=input('Enter file containing questions : ','s');
ip=fopen(qname,'rt'); % 打开该文本文件
if (ip