代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/133943/5897302

m mfa.m

% function [Lh,Ph,Mu,Pi,LL]=mfa(X,M,K,cyc,tol); % % Maximum Likelihood Mixture of Factor Analysis using EM % % X - data matrix % M - number of mixtures (default 1) % K - number of factors in each mix
www.eeworm.com/read/133943/5897371

m mk_collage_from_clqs.m

function mk_collage_from_clqs(dir, cliques) % For use with mk_ps_from_clqs. % This generates a latex file that glues all the .ps files % into one big figure. cd(dir) C = length(cliques); ncols = 4;
www.eeworm.com/read/133703/5903188

c mapper.c

/* * mapper.c -- simple file that mmap()s a file region and prints it * * Tested with 1.2 on the x86 * Tested with 2.0 on the x86, Sparc and Alpha * * Actually, it should run with any Unix */
www.eeworm.com/read/133703/5903192

c heartbeat.c

/* * heatbeat.c -- flash NumLock in an hearthbeat fashion * * Tested with 1.2 on the x86 * Tested with 2.0 on the x86, Alpha, Sparc */ #include #include #include #
www.eeworm.com/read/133703/5903239

c mapper.c

/* * mapper.c -- simple file that mmap()s a file region and prints it * * Tested with 1.2 on the x86 * Tested with 2.0 on the x86, Sparc and Alpha * * Actually, it should run with any Unix */
www.eeworm.com/read/133703/5903243

c heartbeat.c

/* * heatbeat.c -- flash NumLock in an hearthbeat fashion * * Tested with 1.2 on the x86 * Tested with 2.0 on the x86, Alpha, Sparc */ #include #include #include #
www.eeworm.com/read/133703/5903358

c heartbeat.c

/* * heatbeat.c -- flash NumLock in an hearthbeat fashion * * Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet * Copyright (C) 2001 O'Reilly & Associates * * The source code in this file
www.eeworm.com/read/133703/5903465

c setconsole.c

/* * setconsole.c -- choose a console to receive kernel messages */ #include #include #include #include #include #include int mai
www.eeworm.com/read/133703/5903467

c mapper.c

/* * mapper.c -- simple file that mmap()s a file region and prints it */ #include #include #include #include #include #include int
www.eeworm.com/read/133703/5903471

c outp.c

/* * outp.c -- write all the ports specified in hex on the command line. * The program uses the faster ioperm/iopl calls on x86, /dev/port * on other platforms. The program acts as outb/ou