代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/158865/5594243

h 1750a.h

/* Definitions of target machine for GNU compiler. Copyright (C) 1994, 95-98, 1999 Free Software Foundation, Inc. Contributed by O.M.Kellogg, DASA (oliver.kellogg@space.otn.dasa.de) This file i
www.eeworm.com/read/158865/5594252

h ptx4.h

/* Operating system specific defines to be used when targeting GCC for some generic System V Release 4 system. Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. Contributed
www.eeworm.com/read/475765/6777746

m p3_23.m

%P3_23 See P3_23.dir fprintf('P3_23 See P3_23.dir')
www.eeworm.com/read/371680/9542242

m printv.m

function printv(varargin) if nargin==1 fprintf('( '); fprintf('%f ', varargin{1}); fprintf(')\n'); else fprintf('%s = ( ', varargin{1}); fprintf('%f ', varargin{2}); fprintf(')\n
www.eeworm.com/read/290607/8472598

m check.m

fprintf('***************************************************************\n') fprintf('************************ Puma 560 *****************************\n') fprintf('*************************************
www.eeworm.com/read/243539/12935380

m check.m

fprintf('***************************************************************\n') fprintf('************************ Puma 560 *****************************\n') fprintf('*************************************
www.eeworm.com/read/477110/6747958

m check.m

fprintf('***************************************************************\n') fprintf('************************ Puma 560 *****************************\n') fprintf('*************************************
www.eeworm.com/read/187283/8835609

h tm-spur.h

/* Definitions of target machine for GNU compiler, for SPUR chip. Copyright (C) 1988 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it a
www.eeworm.com/read/187283/8835620

h tm-convex.h

/* Definitions of target machine for GNU compiler. Convex version. Copyright (C) 1989, 1990 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistrib
www.eeworm.com/read/427005/8985835

m assignnmeanm.m

a=fprintf('enter 10 numbers'); s=meann(a);