代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/334951/12558944
cpp ludcmp.cpp
#include
#include "nr.h"
using namespace std;
void NR::ludcmp(Mat_IO_DP &a, Vec_O_INT &indx, DP &d)
{
const DP TINY=1.0e-20;
int i,imax,j,k;
DP big,dum,sum,temp;
int n=a.nrows(
www.eeworm.com/read/334951/12559587
cpp cntab1.cpp
#include
#include "nr.h"
using namespace std;
void NR::cntab1(Mat_I_INT &nn, DP &chisq, DP &df, DP &prob, DP &cramrv, DP &ccc)
{
const DP TINY=1.0e-30;
int i,j,nnj,nni,minij;
DP su
www.eeworm.com/read/135438/13931713
txt d6r4.txt
implementation
//PROGRAM D6R4
//Driver for routine TQLI
uses
unit2;
{$R *.DFM}
procedure TForm1.Button1Click(Sender: TObject);
const
s1='%14.6f'; s2='###'; s3='%9.6f';
NP = 3; TINY = 0
www.eeworm.com/read/106929/15617071
cpp ludcmp.cpp
#include
#include "nr.h"
using namespace std;
void NR::ludcmp(Mat_IO_DP &a, Vec_O_INT &indx, DP &d)
{
const DP TINY=1.0e-20;
int i,imax,j,k;
DP big,dum,sum,temp;
int n=a.nrows(
www.eeworm.com/read/106929/15617339
cpp cntab1.cpp
#include
#include "nr.h"
using namespace std;
void NR::cntab1(Mat_I_INT &nn, DP &chisq, DP &df, DP &prob, DP &cramrv, DP &ccc)
{
const DP TINY=1.0e-30;
int i,j,nnj,nni,minij;
DP su
www.eeworm.com/read/100569/15871827
asm mp3strpa.asm
; MP3 Strip_It! v4.0.0.7 Key Generator.
;
; Many thanks to Hayras (28/06/98).
;
; Use tasm32 mp3strpa.asm and then tlink /3/t mp3strpa.obj
; to generate mp3strpa.com
.MODEL TINY
.386
.DAT
www.eeworm.com/read/291235/8433655
cpp rf.cpp
#include
#include "nr.h"
using namespace std;
DP NR::rf(const DP x, const DP y, const DP z)
{
const DP ERRTOL=0.0025, TINY=1.5e-38, BIG=3.0e37, THIRD=1.0/3.0;
const DP C1=1.0/24.0, C
www.eeworm.com/read/387009/8712267
h elliptint.h
Doub rc(const Doub x, const Doub y) {
static const Doub ERRTOL=0.0012, THIRD=1.0/3.0, C1=0.3, C2=1.0/7.0,
C3=0.375, C4=9.0/22.0;
static const Doub TINY=5.0*numeric_limits::min(),
BIG=0
www.eeworm.com/read/278154/10562675
c rf.c
#include
#define NRANSI
#include "nrutil.h"
#define ERRTOL 0.08
#define TINY 1.5e-38
#define BIG 3.0e37
#define THIRD (1.0/3.0)
#define C1 (1.0/24.0)
#define C2 0.1
#define C3 (3.0/4
www.eeworm.com/read/278154/10563736
c rf.c
#include
#define NRANSI
#include "nrutil.h"
#define ERRTOL 0.08
#define TINY 1.5e-38
#define BIG 3.0e37
#define THIRD (1.0/3.0)
#define C1 (1.0/24.0)
#define C2 0.1
#define C3 (3.0/4