代码搜索:Precision

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

代码结果 10,000
www.eeworm.com/read/367160/9779185

f dchkbb.f

SUBROUTINE DCHKBB( NSIZES, MVAL, NVAL, NWDTHS, KK, NTYPES, DOTYPE, $ NRHS, ISEED, THRESH, NOUNIT, A, LDA, AB, LDAB, $ BD, BE, Q, LDQ, P, LDP, C, L
www.eeworm.com/read/101563/15825185

txt lll.txt

/**************************************************************************\ MODULE: LLL SUMMARY: Routines are provided for lattice basis reduction, including both exact-aritmetic variants
www.eeworm.com/read/100384/15875069

txt lll.txt

/**************************************************************************\ MODULE: LLL SUMMARY: Routines are provided for lattice basis reduction, including both exact-aritmetic variants (slow b
www.eeworm.com/read/100383/15875451

txt lll.txt

/**************************************************************************\ MODULE: LLL SUMMARY: Routines are provided for lattice basis reduction, including both exact-aritmetic variants
www.eeworm.com/read/181366/9257291

inf spiprint.inf

; SEIKO Precision Printers for Win NT4.0 (US) [Version] Signature="$Windows NT$" Class=Printer Provider=%SEIKO_Precision% LayoutFile=layout.inf [Manufacturer] %SEIKO_Precision% = mfg.SEIKO_
www.eeworm.com/read/151837/12171516

c no.4.c

#include "stdio.h" #include "conio.h" #define ROOT_PRECISION 10e-5 #define SEARCH_PRECISION 10e-2 float func1(float x) { return (x*x*x - x - 1); } float func2(float x) { return (
www.eeworm.com/read/162614/5523536

a c840001.a

-- C840001.A -- -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/179705/9341578

c read.c

/* ieee-utils/read.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General
www.eeworm.com/read/175317/9552386

m pre_rec_equal.m

function obj=pre_rec_equal(np,nn,fp,fn); % use with breakeven.m % this function maximizes when precision is close to recall recall = (np-fn)/np; if fp+np-fn > 0 precision = (np-fn)/(fp+np-fn);
www.eeworm.com/read/424281/10467313

c read.c

/* ieee-utils/read.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Ge