代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/441245/7672698
m disperror.m
%DISPERROR Display error matrix with information on classifiers and datasets
%
% DISPERROR(DATA,CLASSF,ERROR,STD,FID)
%
% INPUT
% DATA Cell array of M datasets or dataset names (strings)
% CLAS
www.eeworm.com/read/441132/7675329
c ssh.c
/*
* Author: Tatu Ylonen
* Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
* All rights reserved
* Ssh client program. This program can be used t
www.eeworm.com/read/441132/7675503
c ssh-keygen.c
/*
* Author: Tatu Ylonen
* Copyright (c) 1994 Tatu Ylonen , Espoo, Finland
* All rights reserved
* Identity and host key generation and maintenanc
www.eeworm.com/read/440842/7680270
m prt_reg.m
function prt_reg(results,vnames,fid)
% PURPOSE: Prints output using regression results structures
%---------------------------------------------------
% USAGE: prt_reg(results,vnames,fid)
% Where:
www.eeworm.com/read/440842/7680279
m phaussman.m
function phaussman(result1, result2,fid)
% PURPOSE: prints haussman test, use for testing the specification of the fixed or
% random effects model.
% -----------------------------------------
www.eeworm.com/read/440842/7680284
m prt_multilogit.m
function prt_multilogit(results,vnames,cnames,fid)
% PURPOSE: Prints output from multilogit function
%----------------------------------------------------------------%
% USAGE: prt_multilogit(resul
www.eeworm.com/read/440842/7680301
m prt_gibbs.m
function prt_gibbs(results,vnames,fid)
% PURPOSE: Prints output from Gibbs sampler regression models
%---------------------------------------------------
% USAGE: prt_gibbs(results,vnames,fid)
% W
www.eeworm.com/read/440842/7680309
m prt_panel.m
function prt_panel(result,vnames,fid)
% PURPOSE: Prints Panel models output
%----------------------------------------------------------------------------------------
% USAGE: prt_panel(result,vnam
www.eeworm.com/read/440842/7680329
m prt_felogit.m
function prt_felogit(results,vnames,fid)
% PURPOSE: Prints output from felogit function
%----------------------------------------------------------------%
% USAGE: prt_felogit(results,vnames,fid)
www.eeworm.com/read/440725/7682747
c savepart.c
#include
#include
#include
#include
#include
void helpmsg(void); /*自定义函数原型说明,用来显示提示信息*/
int main(int argc,char * argv[])
{