代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/262059/11608478
m jacobi.m
function Jacobi(A,b,n,x0,E,N)
k=1
x=zeros(n,1);
fprintf('\n**********start**************\n',k);
for k=1:N
fprintf('%d\t',k);
for i=1:n
x(i)=b(i)/A(i,i);
for j=1:n
www.eeworm.com/read/347704/11648711
cpp cjpeg.cpp
/*
* cjpeg.c
*
* Copyright (C) 1991-1995, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README
www.eeworm.com/read/261265/11656554
m ogwe.m
function w=ogwe(x,m,wkur,wxi)
[n,T]=size(x);
verbose=0; %信息显示控制变量
%-----------判断输入参数个数---------------------
switch(nargin)
case 1
wxi=3/7;
wkur=0;
m=n;
case 2
if m-floo
www.eeworm.com/read/157691/11671465
c spp_defrag.c
/*
** Copyright (C) 1998,1999,2000,2001 Martin Roesch
** Copyright (C) 2000,2001 Dragos Ruiu
**
** This program is free software; you can redistrib
www.eeworm.com/read/157515/11697719
c ivorbisfile_example.c
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis 'TREMOR' CODEC SOURCE
www.eeworm.com/read/346949/11711626
cpp cjpeg.cpp
/*
* cjpeg.c
*
* Copyright (C) 1991-1995, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README
www.eeworm.com/read/260625/11716688
m svmstat.m
function [fracSV, normW, nbSV, nbBoundSV, posSV, negSV, posBound, negBound] = svmstat(net, doDisplay)
% SVMSTAT - Support Vector Machine statistics
%
% [FRACSV,NORMW,NBSV,NBBOUNDSV,NBPOSSV,NBNEGSV,
www.eeworm.com/read/157345/11718353
m sv.m
function sv(in,filename)
% The function:
%
% sv(in,filename)
%
% saves the variable in the file .
%
% The optional string contains the name (and the path)
% o
www.eeworm.com/read/346675/11733210
c fpgrowth.c
/*----------------------------------------------------------------------
File : fpgrowth.c
Contents: fpgrowth algorithm for finding frequent item sets
Author : Christian Borgelt
History :
www.eeworm.com/read/156956/11750466
m gausspf.m
function [V, converged, i] = gausspf(Ybus, Sbus, V0, ref, pv, pq, mpopt)
%GAUSSPF Solves the power flow using a Gauss-Seidel method.
% [V, converged, i] = gausspf(Ybus, Sbus, V0, ref, pv, pq, mpopt