代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/156874/11758011
txt 10-14.txt
%例10-14 for循环应用。
sum=0;
for i=1:10,
part=1;
for j=1:i,
part=part*j;
end
fprintf('part(%d)=%d.\n',i,part);
sum=sum+part;
end
fprintf('The total sum is %d.\n',sum)
www.eeworm.com/read/259727/11770823
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
www.eeworm.com/read/156528/11794879
m based_nag.m
function [y,PI] = based_nag()
%
%A natural gradient-based Algorithm for Blind Source Separation
%copyright 2005.4.14
%author:lucky zhang
%used to separate audio signal
%usage:[y,PI]=based_neg(x
www.eeworm.com/read/156528/11795209
m ogwe.m
function B = ogwe(x,m,wkur,wxi)
%
%B = ogwe(x,m,wkur,wxi)
%
%B=OGWE(x) is the optimized SICA BSS/ICA real algorithm
% returning B for mixtures in the rows of x using the
% SICA with paramete
www.eeworm.com/read/156528/11795247
m fasticapearson.m
function [y,A,W]=fasticapearson(mixedsig,epsilon,...
maxNumIterations,borderBase,borderSlope);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Pearson-ICA al
www.eeworm.com/read/345577/11808126
c pangen1.c
/***** spin: pangen1.c *****/
/* Copyright (c) 1989-2003 by Lucent Technologies, Bell Laboratories. */
/* All Rights Reserved. This software is for educational purposes only. */
/* No guarantee
www.eeworm.com/read/345569/11808508
cpp statistics.cpp
/********************************************************************************************
MiraXT -- Copyright (c) 2007, Tobias Schubert, Matthew Lewis, Natalia Kalinnik, Bernd Becker
Permission
www.eeworm.com/read/155767/11849356
c wnl.c
#include
#include
#include
#include
/*getch()所得值宏命名*/
#define CESC 1
#define CBACK 8
#define CSPACE 32
#define CENTER 13
#define CTAB 9
#define CSHIFT_P
www.eeworm.com/read/155627/11859823
m zxysf14.m
clear
i=1;
sum0=0;
a=[0 1 1 0 0 0 0 0 1 0 0 0 1 0
0 0 0 0 0 0 0 1 0 0 1 1 0 0
0 1 0 1 0 0 0 0 0 1 0 0 0 0
0 0 1 0 0 0 0 1 0 0 0 1 0 0
0 0 0 0 0 0 0 0 0 0 1 0 1 1
0 0 0 0 1 1 0 0 0 0 0 0 0 0
0
www.eeworm.com/read/155627/11859880
m zzxysf14.m
clear
i=1;
sum0=0;
a=[0 1 1 0 0 0 0 0 1 0 0 0 1 0
0 0 0 0 0 0 0 1 0 0 1 1 0 0
0 1 0 1 0 0 0 0 0 1 0 0 0 0
0 0 1 0 0 0 0 1 0 0 0 1 0 0
0 0 0 0 0 0 0 0 0 0 1 0 1 1
0 0 0 0 1 1 0 0 0 0 0 0 0 0
0