代码搜索:Precision
找到约 10,000 项符合「Precision」的源代码
代码结果 10,000
www.eeworm.com/read/424063/10499903
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/352733/10520600
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/160029/10578609
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/159280/10673571
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/276620/10722573
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/349903/10785488
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/275163/10833987
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/418028/10967281
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/417110/11003158
f90 lsqrcheck.f90
!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
! File lsqrcheck.f90 (double precision)
!
! Acheck xcheck
!
! These routines are for testing algorithms LSQR an
www.eeworm.com/read/270583/11032436
h chartodouble.h
/*************************************************
这个头文件将用字符串表达的数据转换成double型的数据.
这里调用了pow函数,此函数包含在cmath头文件里
*************************************************/
double CharToDouble(char *exp)
{