代码搜索:fprintf

找到约 10,000 项符合「fprintf」的源代码

代码结果 10,000
www.eeworm.com/read/303779/13808919

m tffilter.m

function y = tffilter(tfr,x,t,trace); %TFFILTER Time frequency filtering of a signal. % Y=TFFILTER(TFR,X,T,TRACE) filters the signal X % with a non stationary filter. % % % X : input sign
www.eeworm.com/read/303580/13812169

c mapper.c

/* * mapper.c -- simple file that mmap()s a file region and prints it * * Tested with 1.2 on the x86 * Tested with 2.0 on the x86, Sparc and Alpha * * Actually, it should run with any Unix */
www.eeworm.com/read/303580/13812173

c heartbeat.c

/* * heatbeat.c -- flash NumLock in an hearthbeat fashion * * Tested with 1.2 on the x86 * Tested with 2.0 on the x86, Alpha, Sparc */ #include #include #include #
www.eeworm.com/read/303580/13812220

c mapper.c

/* * mapper.c -- simple file that mmap()s a file region and prints it * * Tested with 1.2 on the x86 * Tested with 2.0 on the x86, Sparc and Alpha * * Actually, it should run with any Unix */
www.eeworm.com/read/303580/13812224

c heartbeat.c

/* * heatbeat.c -- flash NumLock in an hearthbeat fashion * * Tested with 1.2 on the x86 * Tested with 2.0 on the x86, Alpha, Sparc */ #include #include #include #
www.eeworm.com/read/303513/13813785

m display.m

function display(V) %DISPLAY Display a VECTOR object. % Copyright 2001-04-14, B. Rasmus Anthin. [x y z xs ys zs]=vars(V); fprintf('\n Vector functions:\n') if isempty(V.xval), V.xval=x;e
www.eeworm.com/read/303498/13814500

m e0335.m

fid=fopen('cfs.dat','w'); ii=1:10; square=ii.^2; cube=ii.^3; A=[square;cube]; count=fprintf(fid,'%f',A); fclose(fid);
www.eeworm.com/read/303498/13814512

m e0336.m

n=input('Please input the number of student?'); fid=fopen('ss.txt','w'); for i=1:n n=input('name=?','s'); s=input('score=?'); fprintf(fid,'%8s%6.1f\n',n,s); end fclose(fid);
www.eeworm.com/read/303496/13814531

m ucaesprit_0123.m

% UCA ESPRIT % Two dimensional DOA estimation through Uniform Circular Array % UCA ESPRIT proposed by Cherian P. Mathews and Michael D. Zoltowski, % REFERENCE: % C. P. Mathews and M. D. Zoltowsk
www.eeworm.com/read/303147/13820990

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