代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/297233/8038182
h i370.h
/* Definitions of target machine for GNU compiler. System/370 version.
Copyright (C) 1989, 1993, 1995, 1996, 1997 Free Software Foundation, Inc.
Contributed by Jan Stein (jan@cd.chalmers.se).
www.eeworm.com/read/297233/8038371
h gmicro.h
/* Definitions of target machine for GNU compiler. Gmicro (TRON) version.
Copyright (C) 1987, 88, 89, 95, 96, 1997 Free Software Foundation, Inc.
Contributed by Masanobu Yuhara, Fujitsu Laborat
www.eeworm.com/read/297233/8038647
h sgs.h
/* Definitions of target machine for GNU compiler for m68k targets using
assemblers derived from AT&T "SGS" releases.
Copyright (C) 1991, 1993, 1996 Free Software Foundation, Inc.
Written by
www.eeworm.com/read/297233/8038867
h fx80.h
/* Definitions of target machine for GNU compiler. Alliant FX version.
Copyright (C) 1989, 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
Adapted from m68k.h by Paul Petersen (petersen@u
www.eeworm.com/read/297233/8039909
h unix.h
/* Definitions for Unix assembler syntax for the Intel 80386.
Copyright (C) 1988, 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it
www.eeworm.com/read/297233/8041156
c fix-header.c
/* fix-header.c - Make C header file suitable for C++.
Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/297233/8042527
c collect2.c
/* Collect static initialization info into data structures that can be
traversed by C++ initialization and finalization routines.
Copyright (C) 1992, 93, 94, 95, 96, 1997 Free Software Foundatio
www.eeworm.com/read/397363/8054466
m sima1.m
function [nw,a1,i] = sima1(w,p,lr,rho,pf)
%SIMA1 ART1 simulation function.
% Each input vector is presented to the network one at a time.
% (See COMPET, HARDLIM)
%
% [NW,A1,
www.eeworm.com/read/296669/8082916
cpp lexical.cpp
#include
#include
#include
#include
using namespace std;
const int MAX_BUFFER = 20; //定义保留字的最大字符数
const int MAX_RESERVE = 50; //定义保留字的最大数目
/*保留字数组*/
c
www.eeworm.com/read/296669/8082933
cpp lexical.cpp
#include
#include
#include
#include
using namespace std;
const int MAX_BUFFER = 20; //定义保留字的最大字符数
const int MAX_RESERVE = 50; //定义保留字的最大数目
/*保留字数组*/
c