代码搜索:tiny

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

代码结果 5,807
www.eeworm.com/read/149399/5700071

me2 read.me2

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

c sf_scalbln.c

/* s_scalbnf.c -- float version of s_scalbn.c. * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* * ==================================================== * Copyright
www.eeworm.com/read/140847/5779116

m mfa.m

% function [Lh,Ph,Mu,Pi,LL]=mfa(X,M,K,cyc,tol); % % Maximum Likelihood Mixture of Factor Analysis using EM % % X - data matrix % M - number of mixtures (default 1) % K - number of factors in each mix
www.eeworm.com/read/137654/5822712

me2 read.me2

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

m mfa.m

% function [Lh,Ph,Mu,Pi,LL]=mfa(X,M,K,cyc,tol); % % Maximum Likelihood Mixture of Factor Analysis using EM % % X - data matrix % M - number of mixtures (default 1) % K - number of factors in each mix
www.eeworm.com/read/128784/5979230

me2 read.me2

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

me2 read.me2

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

c rc.c

#include #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 COMP2 (TNB
www.eeworm.com/read/126430/6017439

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/124910/6038422

c s_tanhl.c

/* s_tanhl.c -- long double version of s_tanh.c. * Conversion to long double by Ulrich Drepper, * Cygnus Support, drepper@cygnus.com. */ /* * ====================================================