代码搜索:tiny

找到约 5,807 项符合「tiny」的源代码

代码结果 5,807
www.eeworm.com/read/374259/9412843

txt readme.txt

/***************************************************/ /* Release Notes for RTX51 TINY Version 2 */ /* PK51 PROFESSIONAL DEVELOPERS KIT */ /**********
www.eeworm.com/read/373953/9426780

txt src_calendar.txt

"C:\\Documents and Settings\\tiny\\桌面\\Calendar 在 192.168.1.100 上\\Clock1.java" "C:\\Documents and Settings\\tiny\\桌面\\Calendar 在 192.168.1.100 上\\Month.java" "C:\\Documents and Settings\\tiny\\桌面\\
www.eeworm.com/read/177282/9460954

me2 read.me2

/*******************************************************************/ /* */ /* Additional Information for RTX-51 Tiny Version 1 Sourc
www.eeworm.com/read/176119/9515569

f90 shell.f90

SUBROUTINE shell(n,arr) INTEGER m,k,l,j REAL arr !parameter (aln2i=1./0.69314718,tiny=1.e-5) PARAMETER (aln2i=1.4427,tiny=1.e-5) DIMENSION arr(n) lognb2=int(alog(float(n))*aln2i+tiny) m=n do n
www.eeworm.com/read/176119/9515774

f90 qroot.f90

SUBROUTINE qroot(p,n,b,c,eps) INTEGER n,NMAX,ITMAX REAL b,c,eps,p(n),TINY PARAMETER (NMAX=20,ITMAX=20,TINY=1.0e-6) !USES poldiv INTEGER iter REAL delb,delc,div,r,rb,rc,s,sb,sc,d(3),q(NMAX),&
www.eeworm.com/read/160739/10503919

m hmm_cl.m

% function [lik,likv]=hmm_cl(X,T,K,Mu,Cov,P,Pi); % % Calculate Likelihood for Hidden Markov Model % % X - N x p data matrix % T - length of each sequence (N must evenly divide by T, default T=N) % K
www.eeworm.com/read/278154/10562699

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) #d
www.eeworm.com/read/278154/10563753

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) #d
www.eeworm.com/read/467612/7005880

cpp main.cpp

// main.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include using namespace std; #include #include #include int Error = 0; #include "globals
www.eeworm.com/read/460384/7252178

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.