代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/180303/9313135
m demsvml1.m
function demsvml1()
% DEMSVML1 - Demo program for Matlab SVMlight wrapper
%
% This program shows how Thorsten Joachims SVMlight test examples can
% be executed using the Matlab SVMlight wrapper
www.eeworm.com/read/376425/9317654
m output.m
% Output.m
% 供程序KineticsEst5.m调用
fprintf('\tk1 = %.4f ± %.4f\n',k(1),ci(1,2)-k(1))
fprintf('\tk2 = %.4f ± %.4f\n',k(2),ci(2,2)-k(2))
fprintf('\tk3 = %.4f ± %.4f\n',k(3),ci(3,2)-k(3))
fprintf('\
www.eeworm.com/read/180072/9321211
c cjpeg.c
/*
* cjpeg.c
*
* Copyright (C) 1991-1998, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
www.eeworm.com/read/179943/9330303
c dumpasn1.c
/* ASN.1 object dumping code, copyright Peter Gutmann
, based on ASN.1 dump program by David Kemp
, with contributions from various people inc
www.eeworm.com/read/376053/9334399
m svmstat.m
function [fracSV, normW, nbSV, nbBoundSV, posSV, negSV, posBound, negBound] = svmstat(net, doDisplay)
% SVMSTAT - Support Vector Machine statistics
%
% [FRACSV,NORMW,NBSV,NBBOUNDSV,NBPOSSV,NBNEGS
www.eeworm.com/read/375075/9373464
m printpost.m
function printPost(f)
% SYNTAX: printPost(f)
% This function does not output anything, but simply prints out all
% of the classes (A^mu, a^mu) to which the function f
% belongs. It uses isAmu an
www.eeworm.com/read/178917/9382291
m svmstat.m
function [fracSV, normW, nbSV, nbBoundSV, posSV, negSV, posBound, negBound] = svmstat(net, doDisplay)
% SVMSTAT - Support Vector Machine statistics
%
% [FRACSV,NORMW,NBSV,NBBOUNDSV,NBPOSSV,NBNEGSV,
www.eeworm.com/read/374163/9419113
c write.c
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Jef Poskanzer and Craig Lere
www.eeworm.com/read/374163/9419190
c wall.c
/*
* Copyright (c) 1988, 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/177853/9430318
c hplistc.c
/*$TITLE=Program to list C source files on an HP Laserjet printer*/
/*
*********************************************************************************************************
*