代码搜索:Precision
找到约 10,000 项符合「Precision」的源代码
代码结果 10,000
www.eeworm.com/read/205013/15329877
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/202630/15377473
f lapack5.f
PROGRAM TESTEIG
* .. Scalar Arguments ..
CHARACTER*1 JOBZ
INTEGER INFO, LDZ, N, NN
PARAMETER ( JOBZ = 'V', N = 500, LDZ = N+1, NN = 2*N-2 )
* .. Array Arguments ..
DOUBLE
www.eeworm.com/read/201355/15409573
txt abstract.txt
The AD8INPUT program reads all eight analog inputs of the
MSC1210 and outputs the values along with other A/D relevant
information via the serial interface.
This example shows a simple method to
www.eeworm.com/read/200886/15420738
m compareblur.m
function [totalScores AUC]=compareBlur(dat,tryTime,tryMz,timeBlur2,mzBlur2,...
computeROC);
%% see how different blurring to correct for residual misalignment
%% affects the TVD score, and the AU
www.eeworm.com/read/110685/15527393
txt whatsnew.txt
RAR - What's new in the latest version
Version 3.20
1. Previous RAR versions stored only the file modification time
and only in DOS FAT format with 2 seconds precision.
www.eeworm.com/read/101557/15826535
m timvec.m
function t=timvec(a,b,c,x0,st,precision)
%TIMVEC Returns a time vector for use with time response functions.
%
% T=TIMVEC(a,b,c,X0,ST,PRECISION) returns a time vector T
% for use with state space
www.eeworm.com/read/100612/15868882
cpp hilbert.cpp
/*
* Solve set of linear equations involving
* a Hilbert matrix
* i.e. solves Hx=b, where b is the vector [1,1,1....1]
*
* Requires: flash.cpp
*
* Copyright (c) Shamus Software 19
www.eeworm.com/read/100431/15873804
c mtherr.c
/* mtherr.c
*
* Library common error handling routine
*
*
*
* SYNOPSIS:
*
* char *fctnam;
* int code;
* void mtherr();
*
* mtherr( fctnam, code );
*
*
*
* DESCRIPTION:
*
* This
www.eeworm.com/read/100384/15875020
txt quad_float.txt
/**************************************************************************\
MODULE: quad_float
SUMMARY:
The class quad_float is used to represent quadruple precision numbers.
Thus, with standard
www.eeworm.com/read/100383/15875402
txt quad_float.txt
/**************************************************************************\
MODULE: quad_float
SUMMARY:
The class quad_float is used to represent quadruple precision numbers.
Thus, with