代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/263959/11335752

m test_break.m

for ii = 1:5 if ii == 3 break; end fprintf('ii = %d\n',ii); end disp(['End of loop!']);
www.eeworm.com/read/408235/11401096

c dftables.c

/************************************************* * Perl-Compatible Regular Expressions * *************************************************/ /* PCRE is a library of functions to support r
www.eeworm.com/read/406409/11442863

c gulp.c

/* * Sniff the network and optionally decapsulate as Cisco ERSPAN packets. * * Because of its improved buffering and scheduling strategy, Gulp * should out-perform traditional capture programs suc
www.eeworm.com/read/405053/11472740

c decoder_example.c

/******************************************************************** * * * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE
www.eeworm.com/read/403838/11508903

m gpsr_bb.m

function [x,x_debias,objective,times,debias_start,mses]= ... GPSR_BB(y,A,tau,varargin) % % GPSR_BB version 5.0, December 4, 2007 % % This function solves the convex problem % arg min_x = 0.5*|| y
www.eeworm.com/read/403838/11508905

m gpsr_basic.m

function [x,x_debias,objective,times,debias_start,mses]= ... GPSR_Basic(y,A,tau,varargin) % % GPSR_Basic version 5.0, December 4, 2007 % % This function solves the convex problem % arg min_x =
www.eeworm.com/read/261074/11667543

asv balleenergy.asv

%% balle - Program to compute the trajectory of a baseball % using the Euler method. % This version also computes and plots energy clear; % Clear memory and print header %% * Set initia
www.eeworm.com/read/156874/11758102

txt 10-16.txt

%例10-16 break语句的使用。 %该程序用于求解经典的鸡兔同笼问题。 %鸡兔同笼,头36,脚100。 %求鸡兔各几只。 i=1; while i>0 if rem(100-i*2,4)==0&(i+(100-i*2)/4)==36 break; end i=i+1; n1=i; n2=(100-2*i)/4
www.eeworm.com/read/156528/11794979

m shibbsr.m

function B = shibbsR(X,m) % % Developpment version %发展版本 %================================================================ % Blind separation of real signals with SHIBBS. Version 1.5 Dec. 1997. %用
www.eeworm.com/read/156528/11795323

m shibbsr.m

function B = shibbsR(X,m) % % Developpment version %================================================================ % Blind separation of real signals with SHIBBS. Version 1.5 Dec. 1997. % % Usag