代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/201342/15410015
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/109646/15553310
cpp unbwt.cpp
//
// UNBWT.CPP
//
// Mark Nelson
// March 8, 1996
// http://web2.airmail.net/markn
//
// DESCRIPTION
// -----------
//
// This program performs an inverse Burrows-Wheeler transform on
www.eeworm.com/read/108043/15596025
c output.c
/* Output the generated parsing program for bison,
Copyright (C) 1984, 1986, 1989 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
Bison is free software
www.eeworm.com/read/103140/15743973
c charts.c
/*
** Astrolog (Version 4.00) File: charts.c
**
** IMPORTANT NOTICE: the graphics database and chart display routines
** used in this program are Copyright (C) 1991-1993 by Walter D. Pullen
** (c
www.eeworm.com/read/103140/15743983
c options.c
/*
** Astrolog (Version 4.00) File: options.c
**
** IMPORTANT NOTICE: the graphics database and chart display routines
** used in this program are Copyright (C) 1991-1993 by Walter D. Pullen
** (
www.eeworm.com/read/102417/15781480
c output.c
/* Output the generated parsing program for bison,
Copyright (C) 1984, 1986, 1989 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
Bison is free software
www.eeworm.com/read/241836/13113636
m layer.m
function layer(fit2)
%-LARER COLOR AND LTYPE CONFIG
fprintf(fit2,'0\n'); fprintf(fit2,'SECTION\n');
fprintf(fit2,'2\n'); fprintf(fit2,'TABLES\n');
fprintf(fit2,'0\n'); fprintf(fit2,'TABLE\n');
fp
www.eeworm.com/read/241836/13113936
m layer.m
function layer(fit2)
%-LARER COLOR AND LTYPE CONFIG
fprintf(fit2,'0\n'); fprintf(fit2,'SECTION\n');
fprintf(fit2,'2\n'); fprintf(fit2,'TABLES\n');
fprintf(fit2,'0\n'); fprintf(fit2,'TABLE\n');
fp
www.eeworm.com/read/268541/4251741
m display.m
function display(A)
fprintf('Year : %4d\n', A.year);
fprintf('Month : %4d\n', A.month);
fprintf('Day : %4d\n', A.day);
fprintf('Hour
www.eeworm.com/read/412300/11206609
m printout.m
function printout(varargin)
fid=fopen(varargin{1}(:,:),'w');
for k=2:3:nargin
fprintf(fid,'\n');
fprintf(fid,varargin{k}(:,:));
fprintf(fid,'\n');
fprintf(fid,varargin{k+1}(:,: