代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/169504/9853889
c mktable.c
/* Copyright 1996, ESS Technology, Inc. */
/* SCCSID @(#)mktable.c 1.107 2/24/98 */
/*
* $Log$
*/
/* Automatically generate:
const.h : all micro define and pointer define
const.dat: tab
www.eeworm.com/read/169504/9853904
c debug.c
/* SCCSID @(#)debug.c 1.49 12/12/97 */
/*
* $Log$
*/
#include
#include
#include
#include "mvd.h"
#include "common.h"
#include "debug.h"
#include "vp.h"
#include "bu
www.eeworm.com/read/169504/9854038
c genprof.c
/* Copyright 1996, ESS Technology, Inc. */
/* SCCSID @(#)genprof.c 1.36 11/29/97 */
/*
* $Log$
*/
/*
* This is modified from version 2.4 of genprof.c
*/
/*
* This program generate the nec
www.eeworm.com/read/365522/9859033
h file.h
#include "data.h"
#include "stdio.h"
void Save()
{
FILE *fp;
int i=0;
if((fp=fopen("Olympic.txt","wb"))==NULL)
{
printf("cannot open this file\n");
exit(0);
}
for(i=0;i
www.eeworm.com/read/365507/9860245
h output.h
float **ArrayCopy(float **sA,int DimensionX,int DimensionY)
{
float **p;
p=(float **)malloc(DimensionX*sizeof(float *));
for(int i=0;i
www.eeworm.com/read/365502/9860792
c segyfileread.c
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
union Data{float a; char dat[4];};
union SI{unsigned short a; char s[2];};
union SP{unsigned short i; char s[2];};
main()
{
short Tn
www.eeworm.com/read/365487/9861352
asv wf2.asv
% wf2.m
%
P = aadata122;
T = eye(6);
[S,Q] = size(T);
lr = 0.9*maxlinlr (P);
W0 = [ 1.9978 -0.5959 -0.3517; 1.5543 0.05331 1.3660; % 初始权值
1.0672 0.3645 -0.9227; -0.7747 1.3839 -0.3384];
www.eeworm.com/read/365487/9861438
m percep3.m
% percep3.m
%
P = [-0.5 -0.5 0.3 0 -0.8;-0.5 0.5 -0.5 1 0];
T = [1 1 0 0 0];
V = [-2 2 -2 2];
net = newp(minmax(P),1,'hardlim','learnp'); % 创建一个感知器网络
net.inputweights{1,1}.initFcn = 'rands';
www.eeworm.com/read/365450/9863087
c writefile.c
#include "TypeDef.h"
#include
void WriteFile(BookDbFile *bf, BnoIdxFile *bif, BnameIdxFile *bnif, BauthorIdxFile *baif, BpressIdxFile *bpif, ReaderFile *rf, BborrowFile *bbf)
{
FILE *