代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/167185/5464492

c distort.c

/* * This material contains unpublished, proprietary software of * Entropic Research Laboratory, Inc. Any reproduction, distribution, * or publication of this work must be authorized in writing b
www.eeworm.com/read/187283/8835658

h tm-i860.h

/* Definitions of target machine for GNU compiler, for Intel 860. Copyright (C) 1989 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/427005/8985891

m trial2.m

x=fprintf('enter 10 numbers')
www.eeworm.com/read/296774/7113535

h ns32k.h

/* Definitions of target machine for GNU compiler. NS32000 version. Copyright (C) 1988, 1993, 1994, 1995 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) This
www.eeworm.com/read/296774/7114154

h 1750a.h

/* Definitions of target machine for GNU compiler. Copyright (C) 1994, 1995 Free Software Foundation, Inc. Contributed by O.M.Kellogg, DASA (kellogg@space.otn.dasa.de) This file is part of GNU
www.eeworm.com/read/165343/7143973

m pr.m

function pr(v) fprintf(1,'%s=',inputname(1)); fprintf(1,'%g ',v); fprintf(1,'\n');
www.eeworm.com/read/297233/8037942

h ns32k.h

/* Definitions of target machine for GNU compiler. NS32000 version. Copyright (C) 1988, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com)
www.eeworm.com/read/297233/8040222

h 1750a.h

/* Definitions of target machine for GNU compiler. Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. Contributed by O.M.Kellogg, DASA (oliver.kellogg@space.otn.dasa.de) This f
www.eeworm.com/read/297233/8040249

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 Free Software Foundation, Inc. Contributed by Ron Guilm
www.eeworm.com/read/321972/13391525

m sample.m

function out = sample(a, b, c) fprintf('In sample: a = %f, b = %f %f\n',a,b); a = b(1) + 2*a; b = a .* b; out = a + b(1); fprintf('In sample: a = %f, b = %f %f\n',a,b);