代码搜索:Precision
找到约 10,000 项符合「Precision」的源代码
代码结果 10,000
www.eeworm.com/read/447462/7550677
makefile
include make.inc
#######################################################################
# This is the makefile to create a library for the BLAS.
# The files are grouped as follows:
#
# SBLAS
www.eeworm.com/read/447462/7550796
f drotmg.f
SUBROUTINE DROTMG(DD1,DD2,DX1,DY1,DPARAM)
* .. Scalar Arguments ..
DOUBLE PRECISION DD1,DD2,DX1,DY1
* ..
* .. Array Arguments ..
DOUBLE PRECISION DPARAM(5)
* ..
*
*
www.eeworm.com/read/442959/7640920
tdf top_level_rootb.tdf
--*********************************************************************
--*** TOP_LEVEL_ROOTB ***
--*** ***
--*** Parameterized Square Root Function ***
--***
www.eeworm.com/read/442261/7656384
cpp datasave.cpp
#include "data.h"
void DataSave(double**data,int row,int col,char*name)
{
int i,j;
ofstream outfile;
//打开文件,输出数据
outfile.open(name,ios::out);
outfile.setf(ios::fixed);
outfile.precisio
www.eeworm.com/read/441245/7672994
m arrfit.m
function [beta,msr] = arrfit(X,y,lambda,precision)
% ---------------------------------------------------------------------------------
% [beta,msr] = arrfit(X,y,lambda,precision)
%
% Adaptive Ridge R
www.eeworm.com/read/437067/7755669
tdf top_level_rootb.tdf
--*********************************************************************
--*** TOP_LEVEL_ROOTB ***
--*** ***
--*** Parameterized Square Root Function ***
--***
www.eeworm.com/read/436995/7757297
m svsel4.m
% svsel4.m
% Scope: This MATLAB macro determines the selection of a set of 4 satel-
% lites based on minimum geometric dilution of precision (GDOP)
%
www.eeworm.com/read/436995/7757312
m svsel6.m
% svsel6.m
% Scope: This MATLAB macro determines the selection of a set of 6 satel-
% lites based on minimum geometric dilution of precision (GDOP)
%
www.eeworm.com/read/436995/7757348
m svsel5.m
% svsel5.m
% Scope: This MATLAB macro determines the selection of a set of 5 satel-
% lites based on minimum geometric dilution of precision (GDOP)
%
www.eeworm.com/read/436995/7757401
m sdop.m
% sdop.m
% Scope: This MATLAB macro computes sub-dilution of precision (sub-DOP)
% quantities, i.e. DOP quantities for all satellites subsets obtained
%