代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/195907/8124063
cc raw2pgm.cc
/*---------------------------------------------------------------------------*/
#include
#include
#include
#include
#include
#include "global.hh"
www.eeworm.com/read/195907/8124137
cc pgm2raw.cc
/*---------------------------------------------------------------------------*/
#include
#include
#include
#include
#include
#include "global.hh"
www.eeworm.com/read/295939/8132357
txt mips.txt
#include
#include
#include
#include "asm.h"
//定义使用函数
int change(int m, int n);
void decode();
void add();
void sub();
void And();
void Or();
void nor();
voi
www.eeworm.com/read/295939/8132368
cpp 模拟机.cpp
#include
#include"huibian.h"
#include
#include
#define MAXMUM 100
#define ISNUM 20
int instruction[ISNUM][32],inst[32],Memory[MAXMUM];
int pc,op,rs,rt,rd,shmt,func,d
www.eeworm.com/read/295878/8135578
c util.c
#include "globals.h"
#include "util.h"
void printToken( TokenType token, const char* tokenString )
{ switch (token)
{ case IF:
case THEN:
case ELSE:
case END:
case REPEAT
www.eeworm.com/read/295808/8138776
m main.m
% Program 2-3
% main.m
%
% calculate mean, dispersion and standard deviation for the vector data
%
% Programmed by H.Harada
%
data=rand(1,20);%产生均匀分布的随机数
mvalue2=mvalue(data); %sum(data)/len
www.eeworm.com/read/395965/8141532
cpp scanall.cpp
#include"traffic.h"
step Scanall(ALGraph G)
{
int i ,j;
char c;
FILE *fp;
ArcNode *p;
openfile("head");
printf("THere are %d statons ,and %d lines\n",G.vexnum,G.arcnum);
DFSTraverse(
www.eeworm.com/read/395965/8141605
cpp scanall.cpp
#include"traffic.h"
step Scanall(ALGraph G)
{
int i ,j;
char c;
FILE *fp;
ArcNode *p;
openfile("head");
printf("THere are %d statons ,and %d lines\n",G.vexnum,G.arcnum);
DFSTraverse(
www.eeworm.com/read/146253/12662009
m diedai.m
%迭代法求解
%令x=(x^2+exp(x)+2)/3
clc
x=0;
x1=fun(x);
while(abs(x1-x)>1e-6)
x=x1;
x1=fun(x);
t=x1-x;
end
b=x1;
fprintf('%.6f\n',b)
www.eeworm.com/read/333714/12663496
c iv.c
#include"stdio.h"
#include"math.h"
#include"stdlib.h"
#include"brmul.c"
//#define B 0.23
int main()
{
FILE *fp1,*fp2,*fp3;
static double u[650],e[650],z[650],x1[650];
static double