代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/143653/12854638
c show.c
/*
========================================================================
DEVise Data Visualization Software
(c) Copyright 1992-1996
By the DEVise Development Group
Madison, Wisconsin
Al
www.eeworm.com/read/244538/12857389
m deletenow.m
clear
clc
load
test=sym(1:18600);
new=[];
fid=fopen('text1.txt','w');
for ii=1:length(test)
if(test(ii)=='1' | test(ii)=='0'),
fprintf(fid,test(ii));
end
end
fclose(
www.eeworm.com/read/143595/12857412
c lnewmap.c
/* ----------------------------------------------------------- */
/* */
/* ___ */
/*
www.eeworm.com/read/330961/12858924
c portmap.c
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted p
www.eeworm.com/read/330872/12862842
cpp coach.cpp
// Coach.cpp: implementation of the CCoach class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Coach.h"
#include "BasicAction.h"
#inc
www.eeworm.com/read/330869/12863287
m demo_tcd.m
function demo_tcd()
% demo_tcd -- demo of time-chirp distributions (tcd.m)
%
% Usage
% demo_tcd
%
% Compute some examples that demonstrate some properties of the time-chirp
% distribution.
% Copy
www.eeworm.com/read/143516/12868643
c pppdump.c
/*
* PPPDUMP.C
*
*/
#include
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#include "internet.h"
#include "ppp.h"
#include "trace.h"
#ifdef TURBOC_SWITCH_BUG
#pra
www.eeworm.com/read/143516/12868787
c arcdump.c
/* ARCNET trace routines
*/
#include
#include "global.h"
#include "mbuf.h"
#include "arcnet.h"
#include "trace.h"
void
arc_dump(fp,bpp,check)
FILE *fp;
struct mbuf **bpp;
int
www.eeworm.com/read/143516/12868855
c ipdump.c
/* IP header tracing routines
*/
#include
#include "global.h"
#include "mbuf.h"
#include "internet.h"
#include "iface.h"
#include "ip.h"
#include "trace.h"
#include "netuser.h"
#i
www.eeworm.com/read/143516/12868867
c kissdump.c
/* Tracing routines for KISS TNC
*/
#include "global.h"
#include "mbuf.h"
#include "kiss.h"
#include "devparam.h"
#include "ax25.h"
#include "trace.h"
void
ki_dump(fp,bpp,check)
FILE *fp