代码搜索:Precision

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

代码结果 10,000
www.eeworm.com/read/469416/6976386

m linemin.m

function [x, options] = linemin(f, pt, dir, fpt, options, ... varargin) %LINEMIN One dimensional minimization. % % Description % [X, OPTIONS] = LINEMIN(F, PT, DIR, FPT, OPTIONS) uses Brent's %
www.eeworm.com/read/172533/7131621

txt tzbesk_cpp.txt

/**************************************************************** * EVALUATE A K-BESSEL FUNCTION OF COMPLEX ARGUMENT (THIRD KIND) * * ------------------------------------------------------------- *
www.eeworm.com/read/447462/7550805

f dger.f

SUBROUTINE DGER(M,N,ALPHA,X,INCX,Y,INCY,A,LDA) * .. Scalar Arguments .. DOUBLE PRECISION ALPHA INTEGER INCX,INCY,LDA,M,N * .. * .. Array Arguments .. DOUBLE PRECISI
www.eeworm.com/read/443644/7629626

c printf.c

/* ** The "printf" code that follows dates from the 1980's. It is in ** the public domain. The original comments are included here for ** completeness. They are very out-of-date but might be useful
www.eeworm.com/read/436995/7757370

m gdopv.m

% gdopv.m % Scope: This MATLAB macro computes an approximate value of the geometric % dilution of precision (GDOP) when four line-of-sight unit vectors %
www.eeworm.com/read/436995/7757461

m xswdop.m

% xswdop.m % Scope: This MATLAB program computes sub-weighted dilution of precision % (sub-WDOP) quantities, i.e. WDOP quantities for all satellite %
www.eeworm.com/read/435917/7781035

c printf.c

/* ** The "printf" code that follows dates from the 1980's. It is in ** the public domain. The original comments are included here for ** completeness. They are very out-of-date but might be useful
www.eeworm.com/read/399126/7887270

c sincordic.c

#include "headDefine.h" double sinCordic(double theta) { int i; // for iteration int N = 8; // loop times // 7 -> 0.01的误差;8->可以收敛;11 -> 0.001的误差 double X[21] = {0.607253, 0
www.eeworm.com/read/297009/8065871

c printf.c

/* ** The "printf" code that follows dates from the 1980's. It is in ** the public domain. The original comments are included here for ** completeness. They are very out-of-date but might be useful
www.eeworm.com/read/296068/8125096

c printf.c

/* ** The "printf" code that follows dates from the 1980's. It is in ** the public domain. The original comments are included here for ** completeness. They are very out-of-date but might be useful