代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/349902/10786480
m ltriasc.m
function lta = ltriasc(m, p)
% ltriasc - ASCII form of a lower triangle matrix (for Mx)
%
% FORMAT: lta = ltriasc(m [, p])
%
% Input fields:
%
% m MxM square, double matr
www.eeworm.com/read/349902/10786817
m srf_saveasjvx.m
function hfile = srf_SaveAsJVX(hfile, jvxfile)
% SRF::SaveAsJVX - save SRF to a JavaView JVX file
%
% FORMAT: srf.SaveAsJVX(jvxfile);
%
% Input fields:
%
% jvxfile filename of
www.eeworm.com/read/275728/10799322
m callcheck.m
function callcheck(htext,str1,z,vchk1,vchk2)
cla,set(htext,'string',[str1,sprintf('%1.4g\',z)]); %更新静态文本框内容
dt=0.1;t=0:dt:15;N=length(t);y=step(1,[1 2*z 1],t);plot(t,y);
if vchk1 %假如峰值
www.eeworm.com/read/420350/10800918
m preparepiedata.m
% Create mat/Data%d.mat data from '../../../../imagedb/PIE'
function PreparePieData(Experiment)
nClass = 68; % PIE database
root = '../../../../imagedb/PIE';
if ~exist('Experiment', 'var')
www.eeworm.com/read/420350/10800933
m evaleigenfisherface.m
% Experimental comparison of Eigenface and Fisherface
% requires mat/Data%d.mat, see PreparePieData
function EvalEigenFisherFace(Experiment,M)
if ~exist('Experiment', 'var'), Experiment = 1; end;
www.eeworm.com/read/275287/10825378
c ca91c042.c
//------------------------------------------------------------------------------
//title: Tundra Universe PCI-VME Kernel Driver
//version: Linux 1.1
//date: March 1999
www.eeworm.com/read/419824/10834890
m readfeatures.m
function fvTrain = readFeatures(par)
fvTrain = [];
path = sprintf('%s*.jpg',par.directoriImatges);
images = dir(path);
used = zeros(1,size(images,1));
for j=1:par.nPosImages
www.eeworm.com/read/419824/10834932
m do_sift_file.m
function CSift4CC(par,image)
%convertir a ppm
s=sprintf('%s%s',par.directoriImatges,image);
I = imread(s);
if par.BW==0 && size(I,3)==3, I = rgb2gray(I); end
if size(I,3)==3 && par.BW=
www.eeworm.com/read/275068/10837267
c pl0asm.c
/*******************************************************************
Program : Recursive Descent Compiler for PL/0
Module : PL0ASM - Code generator: intermediate (postfix) code
www.eeworm.com/read/349231/10839902
c text2.c
#include
#include
#include
char count=0;
unsigned int period;
sbit p32=P3^2;
char buff[30];
void Int0() interrupt 0
{
TR0=0; //停止计数
period=TH0*255