代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/463779/7175587

c cjpeg.c

/* * cjpeg.c * * Copyright (C) 1991-1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file.
www.eeworm.com/read/463779/7175652

c~ cjpeg.c~

/* * cjpeg.c * * Copyright (C) 1991-1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file.
www.eeworm.com/read/463454/7180618

c mpx.c

/*---------------------------------------------------------------------- File : mpx.c Contents: multivariate polynomial regression execution Author : Christian Borgelt History : 2007.04.12
www.eeworm.com/read/463454/7180619

c mpr.c

/*---------------------------------------------------------------------- File : mpr.c Contents: multivariate polynomial regression Author : Christian Borgelt History : 2001.10.13 file crea
www.eeworm.com/read/463151/7187190

m hpsooptions.m

function options=hPSOoptions(varargin) %Syntax: options=hPSOoptions(varargin) %_____________________________________ % % Options definition for PSO. % % options is the options struct: %
www.eeworm.com/read/463000/7190741

m main.m

% Program 6-1 % main.m % % Packet communication system % % MATLAB version % Programmed by M.Okita % Checked by H.Harada % clear; % definit
www.eeworm.com/read/462702/7197732

m sima1.m

function [nw,a1,i] = sima1(w,p,lr,rho,pf) %SIMA1 ART1 simulation function. % Each input vector is presented to the network one at a time. % (See COMPET, HARDLIM) % % [NW,A1,
www.eeworm.com/read/462042/7211825

txt 代码17-3.txt

% 这个程序实现了对二值图像的数学形态学操作 % 第一部分:输入图像到MATLAB fprintf('\n This program performs morphological operations on binary image') fprintf('\n Entering the image for MATLAB...') fprintf('\n Note that if Yo
www.eeworm.com/read/461658/7222739

m steepestdescent.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Developed by Bapi Chatterjee, IIT Delhi, India % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/461376/7228550

m demsvml1.m

function demsvml1() % DEMSVML1 - Demo program for Matlab SVMlight wrapper % % This program shows how Thorsten Joachims SVMlight test examples can % be executed using the Matlab SVMlight wrapper