代码搜索:Precision
找到约 10,000 项符合「Precision」的源代码
代码结果 10,000
www.eeworm.com/read/431032/8712178
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/431022/8712817
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/430838/8723712
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 nu
www.eeworm.com/read/286883/8738511
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/386050/8768071
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/429936/8782036
c printf.c
/*-----------------------------------------------------------------------------*/
/* */
/* Copyright (C) 1996-2003 by Te
www.eeworm.com/read/429611/8799287
c format.c
/* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
#include
#include
#include
www.eeworm.com/read/429279/8813639
diff lapack.diff
diff -u -r -N -w old/LAPACK/BLAS/SRC/Makefile.win32 new/LAPACK/BLAS/SRC/Makefile.win32
--- old/LAPACK/BLAS/SRC/Makefile.win32 1970-01-01 01:00:00.000000000 +0100
+++ new/LAPACK/BLAS/SRC/Makefile.win32
www.eeworm.com/read/427960/8908549
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/427960/8908851
cpp ecsgen.cpp
/*
* Elliptic Curve Digital Signature Algorithm (ECDSA)
*
*
* This program generates one set of public and private keys in files
* public.ecs and private.ecs respectively. Notice that