代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/108047/7122961
txt loopopti.txt
// loopOpti.cpp: implementation of the CloopOpti class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "face.h"
#include "loopOpti.h"
www.eeworm.com/read/108047/7122963
txt scan.txt
// scan.cpp: implementation of the Cscan class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "face.h"
#include "scan.h"
#include "glob
www.eeworm.com/read/108047/7122964
txt tm.txt
// tm.cpp: implementation of the Ctm class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "face.h"
#include "tm.h"
#include "indialog.h
www.eeworm.com/read/108047/7122965
txt constopti.txt
// constOpti.cpp: implementation of the CconstOpti class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "face.h"
#include "constOpti.h"
www.eeworm.com/read/108047/7122967
txt midcode.txt
// midcode.cpp: implementation of the Cmidcode class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "face.h"
#include "midcode.h"
#if
www.eeworm.com/read/245198/7123983
m exp3_4.m
% exp3_4.m --- SOR迭代法收敛速度受松驰因子的影响试验
function try_sor_and_relaxation
% 参见 P64例8 和 P65表3-4
A = [ 2 -1 0 0
-1 2 -1 0
0 -1 2 -1
0 0 -1 2];
b = [1 0 1 0]';
to
www.eeworm.com/read/449644/7125437
c hex2bix.c
#include
#include
#include
#include
#include
#include
#pragma pack (1)
#define ERR_INVALID_CL "Invalid command line."
www.eeworm.com/read/274556/7127204
m e0335.m
fid=fopen('cfs.dat','w');
ii=1:10;
square=ii.^2;
cube=ii.^3;
A=[square;cube];
count=fprintf(fid,'%f',A);
fclose(fid);
www.eeworm.com/read/274556/7127216
m e0336.m
n=input('Please input the number of student?');
fid=fopen('ss.txt','w');
for i=1:n
n=input('name=?','s');
s=input('score=?');
fprintf(fid,'%8s%6.1f\n',n,s);
end
fclose(fid);
www.eeworm.com/read/215710/7128459
cpp util.cpp
/****************************************************/
/* File: util.c */
/* Utility function implementation */
/* for the TINY compiler