代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/362246/10009863
m usps2mat.m
% USPS2MAT converts USPS database to Matlab data file (MAT).
%
% Description:
% It creates MAT-file containing training and testing part
% of the USPS database of handwritten numerals.
%
% Input:
www.eeworm.com/read/362246/10010326
m~ train_ocr.m~
% TRAIN_OCR Training of OCR classifier based on multiclass SVM.
%
% Description:
% The following steps are performed:
% - Training set is created from data in directory ExamplesDir.
% - Mult
www.eeworm.com/read/362246/10010330
m tune_ocr.m
% TUNE_OCR Tunes SVM classifier for OCR problem.
%
% Description:
% The following steps are performed:
% - Training set is created from data in directory ExamplesDir.
% - Multi-class SVM is
www.eeworm.com/read/362246/10010333
m train_ocr.m
% TRAIN_OCR Training of OCR classifier based on multiclass SVM.
%
% Description:
% The following steps are performed:
% - Training set is created from data in directory ExamplesDir.
% - Mult
www.eeworm.com/read/166513/10017223
m pcamat.m
function [E, D] = pcamat(vectors, firstEig, lastEig, s_interactive, ...
s_verbose);
%PCAMAT - Calculates the pca for data
%
% [E, D] = pcamat(vectors, firstEig, lastEig, ...
% int
www.eeworm.com/read/166455/10019842
bat compile.bat
cc86 ABS.C
masm ABS.mac\;
rm ABS.mac
cc86 ATOI.C
masm ATOI.mac\;
rm ATOI.mac
cc86 ATOIB.C
masm ATOIB.mac\;
rm ATOIB.mac
cc86 AVAIL.C
masm AVAIL.mac\;
rm AVAIL.mac
cc86 CALLOC.C
masm
www.eeworm.com/read/362013/10023701
m exampleusps.m
% Example on how to use LDS on the Uspst dataset
load uspst;
ks = unique( y );
k = length( ks );
for i=1:10
Xl = X(idxLabs(i,:),:)';
Xu = X(idxUnls(i,:),:)';
Yl = y(idxLabs(i,:));
Yu = y(i
www.eeworm.com/read/166143/10032017
txt a.txt
#include
#include
#include
void init()
{
char *key[]={" ","auto","break","case","char","const","continue","default","do","double",
"else","enum","ext
www.eeworm.com/read/361768/10036582
m ucsd_garch_demo.m
% function []=ucsd_garch_demo();
clear all;
%The function give a quick demonstration fo some of the features of the UCSD_GARCH toolbox. Enjoy.
%
%
% Written by: Kevin Sheppard 18-March-2001