代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/297034/8059153

m moon.m

% create a movie (or play it) showing the interferences % between a sinusoid, a logon and a rotating logon % F. Auger, oct 1999 % Copyright (c) CNRS - France 1999. % % ------------------- CON
www.eeworm.com/read/297034/8059201

m pwvmovie.m

% create a movie (or play it) showing the trade-off % for the pweudo Wigner-Ville Distribution % F. Auger, oct 1999 % Copyright (c) CNRS - France 1999. % % ------------------- CONFIDENTIAL PR
www.eeworm.com/read/297022/8065220

c testbtree.c

/***********************************************************************\ | | | B+tree function tests | | | | | | Jan Jannink created 12/22/94 revised 1/30/95 | |
www.eeworm.com/read/297022/8065244

c btree.c

/***********************************************************************\ | | | B+tree function implementation | | | | | | Jan Jannink created 5/27/94 revised 6/16/95
www.eeworm.com/read/397106/8067607

m classifier_commands.m

% This is the "core" of the % % function classifier_commands(command) persistent Preprocessing_methods; persistent Algorithms; persistent Frameworks; if (isempty(Preprocessing_methods) | isempty(Alg
www.eeworm.com/read/196632/8071187

c design_回文数.c

/* *设计程序:寻找并输出11至999之间的数m,它满足m、m*m、m*m*m均为回文数。 *所谓回文数是指各位数字左右对称,例如121、676、94249等。满足上述条件的数 *如m=11,m^2=121,m^3=1331皆为回文数。请编制函数int JSValue(long m)实现此功能, *如果是回文数,则函数返回1,反之则返回0。最后把结果输出到考生目录中Paper子目 ...
www.eeworm.com/read/196632/8071192

c design_平方根和.c

/* 设计程序:计算2的平方根、3的平方根、...、10的的平方根之和,要求计算结果具 */ /* 有小数点后10位有效位数,并以格式"%.10f\n"写到考生目录中Paper子目录下的新建 */ /* 文件design.dat中。 */ #include #include void main() { FILE *p; int
www.eeworm.com/read/296847/8075020

m nmf_cjlin.m

function [W,H] = nmf_cjlin(V,Winit,Hinit,tol,timelimit,maxiter) % % Copyright (c) 2005-2006 Chih-Jen Lin % All rights reserved. % % Redistribution and use in source and binary forms, with or wi
www.eeworm.com/read/396834/8087897

m writefasta.m

function [flag] = writeFASTA (sequence, header, filename) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % function [flag] = writeFASTA (sequences, headers, filen
www.eeworm.com/read/196467/8090969

cc object.cc

//======================================================================== // // Object.cc // // Copyright 1996-2003 Glyph & Cog, LLC // //=============================================================