代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/163751/10147402
m recognition.m
%
% 文本文件sDataFile必须为以下格式:
% Database D:\kk.h\study\人脸库\ORL\92x112\
% TrainSet 1
% TestSet 2,3,4,5,6,7,8,9,10
%
% Database D:\kk.h\study\人脸库\ORL\92x112\
% TrainSet 1,2,3
% TestSet 4,5,6,7,8,
www.eeworm.com/read/359401/10147505
c vq_model.c
/*----------------------------------------------------------------*/
/* Main program to generate VQ codebooks. */
/*
www.eeworm.com/read/163674/10151131
m singermodel.m
function singermodel
%首先计算状态转移矩阵
a=0.01; %需要更改
e=2.718281828;
TS=0.001;
deltat=0.001;
F=[0 1 0
0 0 1
0 0 -a];
B=[0;0;1];
h=[1 0 0];
I=[1 0 0
0 1 0
0 0 1];
fi=I;
%%%%%%%%
www.eeworm.com/read/163557/10154035
c fvs_binarize.c
/*#############################################################################
* 文件名:fvs_binarize.c
* 功能: 指纹图像二值化
* modified by PRTsinghua@hotmail.com
###########################################
www.eeworm.com/read/163246/10168852
m twologons.m
% create a movie (or play it) showing the interferences
% between two logons
% F. Auger, oct 1999
% Copyright (c) CNRS - France 1999.
%
% ------------------- CONFIDENTIAL PROGRAM ------------
www.eeworm.com/read/163246/10168939
m moon.m
% create a movie (or play it) showing the interferences
% between a sinusoid, a logon and a rotating logon
% F. Auger, oct 1999
% Copyright (c) CNRS - France 1999.
%
% ------------------- CON
www.eeworm.com/read/163246/10168960
m pwvmovie.m
% create a movie (or play it) showing the trade-off
% for the pweudo Wigner-Ville Distribution
% F. Auger, oct 1999
% Copyright (c) CNRS - France 1999.
%
% ------------------- CONFIDENTIAL PR
www.eeworm.com/read/359013/10170934
c filedisk.c
/*
Control program for a virtual disk driver for Windows NT/2000/XP.
Copyright (C) 1999, 2000, 2001, 2002 Bo Brant閚.
This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/359005/10171534
m getfis.m
function out=getfis(fis,arg1,arg2,arg3,arg4,arg5)
%GETFIS Get fuzzy inference system properties.
% OUT = GETFIS(FIS) returns a list of general information about the
% fuzzy inference system FIS
www.eeworm.com/read/359005/10171840
m setfis.m
function out=setfis(fis,arg1,arg2,arg3,arg4,arg5,arg6)
%SETFIS Set fuzzy inference system properties.
% FIS2 = SETFIS(FIS1,'fisPropName',newPropValue) returns the FIS matrix
% FIS2 which is ide