代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/141346/13018382
c jfcli.c
#include
#include
#include
#include "atmi.h"
#include "fml32.h"
#include "userlog.h"
#include "gen_jfcli.h"
#include "ynfld.h"
int main(int argc, char *argv[])
www.eeworm.com/read/141346/13018424
c simprcl.c
/* (c) 2003 BEA Systems, Inc. All Rights Reserved. */
/* Copyright (c) 1997 BEA Systems, Inc.
All rights reserved
THIS IS UNPUBLISHED PROPRIETARY
SOURCE CODE OF BEA Systems, Inc.
The copy
www.eeworm.com/read/141346/13018625
c simpcl.c
/* (c) 2003 BEA Systems, Inc. All Rights Reserved. */
/* Copyright (c) 1997 BEA Systems, Inc.
All rights reserved
THIS IS UNPUBLISHED PROPRIETARY
SOURCE CODE OF BEA Systems, Inc.
The copy
www.eeworm.com/read/328436/13026800
h ugstdemo.h
/* ------------------------------------------------------------------------- */
/* File: UGSTDEMO.H version 2.2 22-Jan-1999 (18:00) */
/* -------------------------------------
www.eeworm.com/read/141202/13034042
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/328267/13037159
cpp xml.cpp
//-< XML.CPP >-------------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Sy
www.eeworm.com/read/328216/13040310
c error.c
#include "global.h"
error(m) /*生成所有的出错信息*/
char *m;
{
fprintf(stderr,"line %d: %s\n",lineno,m);
exit(1); /*非正常退出*/
}
www.eeworm.com/read/328078/13047176
m display.m
function display(f)
%LOGDA/DISPLAY Display LOGDA object.
% Copyright (c) 1999 Michael Kiefte.
% $Log$
beta = f.coefs;
g = size(beta, 1) + 1;
p = size(beta, 2) - 1;
fprintf('\n%s =\n\n', inputna
www.eeworm.com/read/328078/13047182
m disp.m
function disp(f)
%LOGDA/DISP Display LOGDA object.
% Copyright (c) 1999 Michael Kiefte.
% $Log$
fprintf(' coefs: [%dx%d double]\n', size(f.coefs));
disp(f.classifier)
www.eeworm.com/read/328078/13047190
m display.m
function display(f)
%CLASSIFIER/DISPLAY Display CLASSIFIER object.
% Copyright (c) 1999 Michael Kiefte.
% $Log$
p = size(f.range, 2);
g = length(f.counts);
fprintf('\n%s =\n\n', inputname(1));