代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/137520/13317357

m ex4_2.m

% 输入文本文件名 qname=input('Enter file containing questions : ','s'); ip=fopen(qname,'rt'); % 打开该文本文件 if (ip
www.eeworm.com/read/137518/13317528

c blxy54.c

#include "stdio.h" #include "stdlib.h" #include #include "string.h" #define A 6378245 #define E2 0.00669342162297 #define RO 57.295779513082 static d
www.eeworm.com/read/137518/13317542

cpp blxy54.cpp

#include "stdafx.h" #include "stdlib.h" #include #include "string.h" #include "blxy54.h" void definite_ellipsolid_parameter() { double aa,e4,e6,e8,ea,ec; a=A; e2=E2; e22=e2
www.eeworm.com/read/238844/13320056

c smcom.c

/* * Copyright 1992 SynOptics Communications, Inc. All Rights Reserved. * SynOptics grants a non-exclusive license to use, copy, modify, and * distribute this software for any purpose and witho
www.eeworm.com/read/238844/13320619

c smwe.c

/* * Copyright 1992 SynOptics Communications, Inc. All Rights Reserved. * SynOptics grants a non-exclusive license to use, copy, modify, and * distribute this software for any purpose and witho
www.eeworm.com/read/238844/13320800

c smdump.c

/* * Copyright 1992 SynOptics Communications, Inc. All Rights Reserved. * SynOptics grants a non-exclusive license to use, copy, modify, and * distribute this software for any purpose and witho
www.eeworm.com/read/238825/13322301

m leasqrexamp.m

% leasqrexamp : leasqr and simplex fit example/test % Author: EF % Description: leasqr example fprintf(1,'\nThis is a fitting example with Leasqr V3.b.'); fprintf(1,'\nCo
www.eeworm.com/read/238825/13322348

m removepeak.m

function [nx,ny,iy,sy] = removepeak(xs,ys, thr, pos,width) % removepeak : Removes some peaks in a signal %Syntax: [new_x,new_y,interpolated_y,smoothed_y] = removepeak(x,y,{thr=1, pos, width}) or new_y
www.eeworm.com/read/137384/13325255

c showendf.c

void FShowResult(int Result,FILE *fp) { switch(Result) { case NUM :fprintf(fp, " (\t Int16 , \t%ld)" ,token0); break; case ID :fprintf(fp, " (\t identifier , \t%s
www.eeworm.com/read/137384/13325262

c showenf2.c

void FShowResult2(int Result,FILE *TempFp) { switch(Result) { case NUM :fprintf(TempFp,"\t Int16 \t" ); break; case ID :fprintf(TempFp,"\t identifier \t" );