代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/452710/7435201
c,v stacktrace.c,v
head 1.1;
access;
symbols;
locks
dls:1.1; strict;
comment @ * @;
1.1
date 97.09.21.19.29.30; author dls; state Dist;
branches;
next ;
desc
@@
1.1
log
@pre-3e code
@
text
www.eeworm.com/read/452710/7435354
y,v config.y,v
head 1.2;
access;
symbols;
locks
dls:1.2; strict;
comment @ * @;
1.2
date 97.09.21.19.24.14; author dls; state Dist;
branches;
next 1.1;
1.1
date 94.05.08.19.13.31; author dls; state
www.eeworm.com/read/452710/7435360
y config.y
%token DEFBRK COLON OCTAL INTEGER IDENT CSR IVEC OVEC IRQ IINT OINT
INIT OPEN CLOSE READ WRITE SEEK CNTL IS ON GETC PUTC
%{
#include
#define NIL (dvptr)0
#define CONFIGC "conf.c"
www.eeworm.com/read/452476/7439551
c ef18_sp3.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* */
/* EF18_SP3
www.eeworm.com/read/452264/7443648
m frlineflow.m
% File : lineflow for loadflow
% Program latihan penggunaan MATLAB dalam sistem tenaga listrik
% This program is used in conjunction with lfgauss or lf Newton
% for the computation of line fl
www.eeworm.com/read/452222/7444734
m report.m
function report(fname,chr,a,time)
aprint(a);
[n m]=size(chr);
if (n==1)
print('Generation 1',fname,chr,a);
else
fid=fopen(strcat(fname,'.html'),'w');
fprintf(fid,'
www.eeworm.com/read/452222/7444744
m export.m
function export(chr,fname)
% EXPORT - export the data from the GA to file
% Exports the data in the GA in a tab separated fashion i.e.
% des_name
% id
% gen_name_001 gen_name_002 etc
%
www.eeworm.com/read/452217/7444961
bak setup.bak
/*
* 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: setup.
www.eeworm.com/read/452217/7444980
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/452217/7445044
c main.c
/*******************************************/
/* Simple Genetic Algorithm - SGA */
/* Haploid Version */
/* (c) David Edward Goldberg 1986 */
/*