代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/360251/10105749
c status.c
/* status.c - status */
#include
#include
#include
#include
extern char doecho, sndbinary, rcvbinary; /* telnet options */
extern char *host, s
www.eeworm.com/read/360251/10105752
c dcon.c
/* dcon.c - dcon */
#include
#include
#include
#include "local.h"
/*------------------------------------------------------------------------
* dcon - disconnect fr
www.eeworm.com/read/360251/10105795
c sonotsup.c
/* sonotsup.c - sonotsup */
#include
/*------------------------------------------------------------------------
* sonotsup - an unsupported escape command
*------------------------------
www.eeworm.com/read/360251/10105798
c unscript.c
/* unscript.c - unscript */
#include
#include
#include
#include "local.h"
/*------------------------------------------------------------------------
* unscrip
www.eeworm.com/read/360206/10106437
c ferror.c
#include
#include
void main (int argc, char *argv[])
{
FILE *fp;
char line[256];
if (fp = fopen(argv[1], "r"))
{
while (fgets(line, sizeof(lin
www.eeworm.com/read/360137/10108653
c randwalk.c
/******************************************************************************
* File Name: randwalk.c
* Purpose: random walk mobility model
* Author: Jeff Boleng
* Date Created:
*
* Copyri
www.eeworm.com/read/360137/10108658
c col-line.c
/******************************************************************************
* File Name: col-line.c
* Purpose: column mobility model (nodes move parallel to direction of travel)
* Author: Je
www.eeworm.com/read/360137/10108663
c mobgen.c
/******************************************************************************
* File Name: mobgen.c
* Purpose: Random Waypoint mobility model generator.
* Author: Jeff Boleng
* Date Created:
www.eeworm.com/read/360137/10108675
c col-perp.c
/******************************************************************************
* File Name: col-perp.c
* Purpose: column mobility model (nodes move perpendicular to direction of
tra
www.eeworm.com/read/360137/10108682
c torus2.c
/******************************************************************************
* File Name: torus2.c
* Purpose: an implementation of the boundless simulation area as described
by Haa