代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/159601/10634957
c schema.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: schema
www.eeworm.com/read/159601/10635199
c main.c
/*******************************************/
/* Simple Genetic Algorithm - SGA */
/* Haploid Version */
/* (c) David Edward Goldberg 1986 */
/*
www.eeworm.com/read/159601/10635209
c report.c
/*----------------------------------------------------------------------------*/
/* report.c - generation report files */
/*----------------------------------
www.eeworm.com/read/159601/10635231
c initial.c
/*----------------------------------------------------------------------------*/
/* initial.c - functions to get things set up and initialized */
/*----------------------------------
www.eeworm.com/read/422466/10635536
c ntp.c
#include
#include
#include
#include
#include
#include
#define PATH "/config/www/"
main()
{
char test[150];
int n;
int i;
int count
www.eeworm.com/read/277284/10649513
c tout.c
/*
** tout - a personal timeout program
**
** Andrew Rudoff, University of Colorado, Boulder
**
** usage: tout minutes
**
** This is a voluntary timeout program. A timeout occurs when the user
**
www.eeworm.com/read/277263/10650037
c socktool.c
#include "stdio.h"
#include "netdb.h"
#include "signal.h"
#include "errno.h"
#include "sys/types.h"
#include "sys/socket.h"
#include "netinet/in.h"
#define HEADLEN 4
#define MAX_DATA_LEN 9999
struc
www.eeworm.com/read/351320/10658184
m jobgeneration.m
function jobGeneration(jobNumber)
index =0;
jobInfo=zeros(jobNumber,4); % four columns: p, d, w', w''
filePath=strcat('E:\Pros\PSO\jobInfo_',num2str(jobNumber),'.dat');
fid = fopen(filePath,'wt');
www.eeworm.com/read/351296/10661397
cpp file.cpp
#include
using namespace std;
char s[5]="abcd";
int i=967;
float f=3.1415926;
char c='x';
void main()
{
FILE *file=fopen("aa.txt","wt+");
fprintf(file,"str1=%s",s); //%s表示在这个位
www.eeworm.com/read/351277/10663741
bak main.h.bak
#ifndef _MAIN_H_
#define _MAIN_H_
#include
#include
#include
#include
#include
#include
#include
#include