代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/131315/5936412

h i386gas.h

/* Definitions for Intel 386 running system V with gnu tools Copyright (C) 1988 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or
www.eeworm.com/read/101082/6241633

c s_rnge.c

#ifndef lint static char *sccsid = "@(#)s_rnge.c 1.2 (ULTRIX) 1/16/86"; #endif lint /************************************************************************ * * * Copyright (c) 1986 by
www.eeworm.com/read/101082/6241640

c abort_.c

#ifndef lint static char *sccsid = " @(#)abort_.c 1.2 (ULTRIX) 1/16/86"; #endif lint /************************************************************************ * * * Copyright (c) 1986 by
www.eeworm.com/read/101082/6241684

c subout.c

#ifndef lint static char *sccsid = " @(#)subout.c 1.2 (ULTRIX) 1/16/86"; #endif lint /************************************************************************ * * * Copyright (c) 1986 by
www.eeworm.com/read/456224/6278872

m alm.m

% % Optimization with MATLAB % copyright Dr. P.Venkataraman % % Chapter 7. Sec 7.2.2 % Augmented Lagrange Multiplier Method % % An Indirect Method for Constrained Optinmization % % Problem
www.eeworm.com/read/492695/6419583

m display.m

function display(ker) % fprintf(1,'\nlinear kernel\n\n');
www.eeworm.com/read/476392/6759265

m routh.m

% Function routh(a) constructs the Routh table for a polynomial of degree n % Hadi Saadat, 1998 function routh(a) head=[' ' ' Routh-Hurwitz Array ' '
www.eeworm.com/read/409644/11317464

c be1.c

/*[ Program Be1 ]*/ #include"cbox1.h" main() {float X[102],Y[102],Xm[101],Ym[101],Bc[101],F[101],Xi[21],Yi[21],u[21]; float q1[21],q2[21],G[100][100],H[100][100],D; int Code[101],Dim; /*[ Dim is a
www.eeworm.com/read/400814/11568207

html cgic.html

cgic: an ANSI C library for CGI Programming cgic 2.05: an ANSI C library for CGI Programming By Thoma
www.eeworm.com/read/257078/11950770

m e0805.m

clear; for ii = 1:3 for jj = 1:3 product = ii * jj; fprintf('%d * %d = %d\n',ii,jj,product); end end