代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/241836/13113920

m plot_ellipse.m

function plot_ellipse(fit2,x,y,a,b,fi,scale) BETA = pi/ 30; fe=fi*pi/180; for j = 1:60 XE(j) = x + (b*cos(fe)*sin(BETA * j)+a *sin(fe)*cos (BETA * j))*scale; YE(j) = y - (b*sin(fe)*sin(BETA * j
www.eeworm.com/read/241836/13113998

m sidevalue.m

function sidevalue(fit2,layername,groesse,side,x1,y1,x2,y2) %----write side fprintf(fit2,'0\n'); fprintf(fit2,'TEXT\n'); fprintf(fit2,'8\n'); fprintf(fit2,'%s\n',layername); x=(x1+x2)/2;y=(y1+y2)/
www.eeworm.com/read/241836/13114004

asv poly_fuhe.asv

function poly_fuhe(e,d,sid,g,f,dir,si,ni,ed,dd,pn,x0,y0) %符合导线闭合差计算 global pathname net_name c5_datafile c5_datafile='_fuhe.out'; fit2=fopen(strcat(pathname,net_name,c5_datafile),'wt'); [p1,p2,
www.eeworm.com/read/140020/13114008

cpp 三相预处理.cpp

//动态数据的预处理程序 #include "stdio.h" #include "math.h" #include "stdlib.h" #include #include #include using namespace std; FILE *fp1; FILE *fp2; void four(do
www.eeworm.com/read/241836/13114024

m poletermerr.m

function[err,maxdiff]=poletermerr(cpp2,mr,tr,g,f,dir,si,ni,pn,md) %计算极条件闭合差和限差===================================================== n=size(cpp2,2); err=[]; maxdiff=[]; for i=1:n site=cpp2{
www.eeworm.com/read/241792/13116291

html vsnprintf.html

www.eeworm.com/read/241792/13116998

html vprintf.html

www.eeworm.com/read/241792/13117524

html vsprintf.html

www.eeworm.com/read/241792/13118547

html vfprintf.html

www.eeworm.com/read/326569/13134842

c segy.c

//将程序中的数据存为SEGY格式 #include #include #define M1 1500//采样点数 #define us 6000//采样间隔 #define ap 5//振幅 #define nsp 3//炮数 #define nl 2//层数 main() { FILE *fpo,*fpi,*t