代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/278864/10501661

c sysprobe.c

/* * sysprobe.c - host endian probe implementation * * This file is a part of the SimpleScalar tool suite written by * Todd M. Austin as a part of the Multiscalar Research Project. * * The too
www.eeworm.com/read/278580/10527212

html cgic.html

cgic: an ANSI C library for CGI Programming cgic 2.02: an ANSI C library for CGI Programming By Thoma
www.eeworm.com/read/160033/10578026

c mulmats_old.c

/* Copyright (c) 1990 Massachusetts Institute of Technology, Cambridge, MA. All rights reserved. This Agreement gives you, the LICENSEE, certain rights and obligations. By using the software, you ind
www.eeworm.com/read/421516/10733248

m m4.m

% M-file for Project 4 on linearized analysis in Chapter 6 % To be used in the same directory containing the SIMULINK % file, s4eig, of an induction machine in the synchronous % reference frame
www.eeworm.com/read/275194/10829878

cpp masm.cpp

// $masm\masm.cpp 1.5 milbo$ build active shape model from shapes and associated images // Warning: this is raw research code -- expect it to be quite messy. // milbo Petaluma jun05 //----------------
www.eeworm.com/read/419697/10842957

c alg074.c

/* * ITERATIVE REFINEMENT ALGORITHM 7.4 * * To approximate the solution to the linear system Ax=b when A is * suspected to be ill-conditioned: * * INPUT: The number of equations and unk
www.eeworm.com/read/419697/10843002

c alg096.c

/* * QR ALGORITHM 9.6 * * To obtain the eigenvalues of a symmetric, tridiagonal n by n matrix * * a(1) b(2) * b(2) a(2) b(3) * . . . *
www.eeworm.com/read/274679/10858419

m mexfilelost.m

% mexFileLost - displays a message if a mex file couldn't be found. % This file is part of the SaliencyToolbox - Copyright (C) 2006-2007 % by Dirk B. Walther and the California Institute of Technolog
www.eeworm.com/read/417350/10993579

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/470596/6904738

cpp genetic.cpp

#include "rand32.h" #include "genetic.h" Placement * Genetic(Netlist * nl, /* Constraints */ double Rc, /* Crossover Rate*/ double Rm, /* Mutation Rate */ double Ri, /* Invers