代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/255227/12094917

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/152475/12111232

c bzip2.c

/*-----------------------------------------------------------*/ /*--- A block-sorting, lossless compressor bzip2.c ---*/ /*-----------------------------------------------------------*/ /
www.eeworm.com/read/254801/12117714

c unit1.c

//--------------------------------------------------------------------------- #pragma hdrstop //--------------------------------------------------------------------------- #pragma argsused /
www.eeworm.com/read/340730/12137814

m pml_fullvector_leaky_mode.m

% This example illustrates how to use perfectly matched layers % at the edges of the computation window. The waveguide % considered here is the same as in 'basic_fullvector.m', with % the exception
www.eeworm.com/read/340730/12137824

m pml_semivectorial_leaky_mode.m

% This example illustrates how to use perfectly matched layers % at the edges of the computation window. The waveguide % considered here is the same as in 'basic_semivectorial.m', with % the except
www.eeworm.com/read/254206/12155634

c sqrs125.c

/* file: sqrs125.c G. Moody 27 October 1990 Last revised: 25 February 2006 ------------------------------------------------------------------------------- sqrs125: Single-channel QRS detector for
www.eeworm.com/read/254205/12155639

c sqrs.c

/* file: sqrs.c G. Moody 27 October 1990 Last revised: 25 February 2006 ------------------------------------------------------------------------------- sqrs: Single-channel QRS detector Copyrigh
www.eeworm.com/read/254202/12155723

c edr.c

/* file: edr.c G. Moody 13 February 1986 Last revised: 21 January 2004 ------------------------------------------------------------------------------- edr: Derive a respiration signal from an ECG
www.eeworm.com/read/339808/12203107

cpp cpp2.cpp

#include #include #include #include "stdlib.h" #include #include #include #define pi 3.1415926 int i,j,k,p,q,y; /* N :节点 L:支路数
www.eeworm.com/read/151304/12221026

m f_d3.m

% f_d3: Use L_d2 fprintf('Use L_d2\n')