代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/439505/7707517
me2 read.me2
/*******************************************************************/
/* */
/* Additional Information for RTX-51 Tiny Version 1 Sourc
www.eeworm.com/read/399279/7875623
f90 e_141_02.f90
real*8 a, pai, pi_
a=1.d-307; print *, a, 1./a; print *, tiny(a), huge(a)
b=1.e-39 ; print *, b, 1./b; print *, tiny(b), huge(b)
pi =3.14159265358979_8 ; print *, pi ! pi 无双精度定义,仍为单精度。
a =3.
www.eeworm.com/read/143701/12850613
plg 人员管理系统.plg
Build Log
--------------------Configuration: 人员管理系统 - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /f
www.eeworm.com/read/244597/12853866
cpp xqroot.cpp
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine qroot
int main(void)
{
const int N=6; // degree of polynomial
www.eeworm.com/read/140665/13068576
cpp xqroot.cpp
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine qroot
int main(void)
{
const int N=6; // degree of polynomial
www.eeworm.com/read/140062/13111858
cpp d10r12.cpp
#include
#include
#include
#include
void main()
{
//program d10r12
//driver for routine qroot
int n,ntry,nroot,nflag,i,j;
double eps,
www.eeworm.com/read/140062/13112494
cpp shell.cpp
void shell(int n, double arr[])
{
double t,aln2i = 1.442695;
double tiny = 0.00001;
int nn,k,l,m,j,i,lognb2,done;
lognb2= int(log(double(n)) * aln2i + tiny);
m = n;
for (nn =
www.eeworm.com/read/139776/13133838
c rc.c
#include
#define NRANSI
#include "nrutil.h"
#define ERRTOL 0.04
#define TINY 1.69e-38
#define SQRTNY 1.3e-19
#define BIG 3.e37
#define TNBG (TINY*BIG)
#define COMP1 (2.236/SQRTNY)
#define CO
www.eeworm.com/read/241049/13173859
cpp d10r12.cpp
#include
#include
#include
#include
void main()
{
//program d10r12
//driver for routine qroot
int n,ntry,nroot,nflag,i,j;
double eps,