代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/343491/11944484

m matlabjader.m

function B = jadeR(X,m) % Blind separation of real signals with JADE. Version 1.5 Dec. 1997. % % Usage: % * If X is an nxT data matrix (n sensors, T samples) then % B=jadeR(X) is a nxn separa
www.eeworm.com/read/152737/12089949

m toyfdtd1.m

function toyFDTD1(interactive) %toyFDTD1(interactive) % nargin==0 : run without using sliceomatic. % interactive=0 : stop at every saved time step and run sliceomatic.m for viewing the ez field. %
www.eeworm.com/read/255152/12099198

c toyfdtd1.c

// ToyFDTD1, version 1.03 // The if-I-can-do-it-you-can-do-it FDTD! // Copyright (C) 1998,1999 Laurie E. Miller, Paul Hayes, Matthew O'Keefe // This program is free software; you can redistri
www.eeworm.com/read/152148/12135704

m toyfdtd1.m

function toyFDTD1(interactive) %toyFDTD1(interactive) % nargin==0 : run without using sliceomatic. % interactive=0 : stop at every saved time step and run sliceomatic.m for viewing the ez field. %
www.eeworm.com/read/253950/12173506

m demard.m

%DEMARD Automatic relevance determination using the MLP. % % Description % This script demonstrates the technique of automatic relevance % determination (ARD) using a synthetic problem having three in
www.eeworm.com/read/339665/12211469

m demard.m

%DEMARD Automatic relevance determination using the MLP. % % Description % This script demonstrates the technique of automatic relevance % determination (ARD) using a synthetic problem having three in
www.eeworm.com/read/151304/12221466

m f_d1.m

% f_d1: Not available fprintf('Not available.\n')
www.eeworm.com/read/151304/12221485

m f_d2.m

% f_d2: Not available fprintf('Not available.\n')
www.eeworm.com/read/150905/12250437

m demard.m

%DEMARD Automatic relevance determination using the MLP. % % Description % This script demonstrates the technique of automatic relevance % determination (ARD) using a synthetic problem having three in
www.eeworm.com/read/128477/14294472

m test_sample.m

a = 2; b = [6 4]; fprintf('Before sample: a = %f, b = %f %f\n',a,b); out = sample(a,b); fprintf('After sample: a = %f, b = %f %f\n',a,b); fprintf('After sample: out = %f\n',out);