代码搜索:Precision
找到约 10,000 项符合「Precision」的源代码
代码结果 10,000
www.eeworm.com/read/436995/7757494
m xsdop.m
% xsdop.m
% Scope: This MATLAB program computes sub-dilution of precision (sub-DOP)
% quantities, i.e. DOP quantities for all satellites subsets obtained
www.eeworm.com/read/436995/7757497
m xwdopv.m
% xwdopv.m
% Scope: This MATLAB program computes the weighted dilution of precision
% (WDOP) quantities when four line-of-sight unit vectors and the
%
www.eeworm.com/read/436604/7766963
c dbgformat.c
/*******************************************************************************
* Copyright: Copyright (c) 2007. Hisilicon Technologies, CO., LTD.
* Version: V300R001B04
* Filename: F
www.eeworm.com/read/435640/7788581
m c5_3_1.m
clear all;
clf;
N=256;
N1=10;
N2=300;
f=64;
n=2;
da=1.5.^0.03;
adot=16
www.eeworm.com/read/399521/7854460
cpp 24.cpp
#include
#include
using namespace std;
//设置全局变量和常量
double number[4];
const double PRECISION = 1E-6;
//递归计算24
bool calculate(int n)
{
//end
if(n==1)
{
www.eeworm.com/read/434003/7898082
c tn_sprintf.c
//----------------------------------------------------------------------------
//
// Derived from Dave Hylands & http://www.efgh.com/software/gprintf.htm
// code (public domain)
//
// The
www.eeworm.com/read/434003/7898128
c tn_sprintf.c
//----------------------------------------------------------------------------
//
// Derived from Dave Hylands & http://www.efgh.com/software/gprintf.htm
// code (public domain)
//
// The
www.eeworm.com/read/298649/7947005
m calcbits.m
function [bits]=calcbits(bounds,precision)
% function [bits]=calcbits(bounds,precision)
% Determine the number of bits to represent a float number to the precision
% provided.
%
% bits - the
www.eeworm.com/read/197981/7958872
asm sqrt.asm
;*******************************************************************
;
; Square Root By Newton Raphson Method
;
; This routine computes the square root of a 16 bit number(with
; lo
www.eeworm.com/read/197268/8007647
cc decode.cc
/*---------------------------------------------------------------------------*/
// Baseline Wavelet Transform Coder Construction Kit
//
// Geoff Davis
// gdavis@cs.dartmouth.edu
// http://www.cs.dartm