代码搜索:tiny

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

代码结果 5,807
www.eeworm.com/read/103202/15740436

h modplay.h

/* modplay.h - Tiny MOD Player V2.11 for Watcom C/C++ and DOS/4GW Module player for Sound Blaster and compatibles header file. Copyright 1993,94 Carlos Hasan */ #ifndef __MODPLAY_H
www.eeworm.com/read/100569/15871832

asm microch7.asm

;MicroChart/32 v7.x Key Generator. ;Many thanks go to Quantico for allowing me to publish this source. ; ;Assemble with tasm32 microch7.asm then ;tlink /3 /t microch7 .model tiny .386
www.eeworm.com/read/391726/8386100

txt mnbrak.txt

Procedure MNBRAK(var AX, BX, CX, FA, FB, FC:real); const GOLD = 1.618034; GLIMIT = 100; TINY = 1E-20; var DUM,R,Q,U,ULIM,FU:real; DONE:boolean; begin FA:=FUNC(AX); FB:=FUNC
www.eeworm.com/read/192256/8392622

txt mnbrak.txt

Procedure MNBRAK(var AX, BX, CX, FA, FB, FC:real); const GOLD = 1.618034; GLIMIT = 100; TINY = 1E-20; var DUM,R,Q,U,ULIM,FU:real; DONE:boolean; begin FA:=FUNC(AX); FB:=FUNC
www.eeworm.com/read/387489/8671187

txt mnbrak.txt

Procedure MNBRAK(var AX, BX, CX, FA, FB, FC:real); const GOLD = 1.618034; GLIMIT = 100; TINY = 1E-20; var DUM,R,Q,U,ULIM,FU:real; DONE:boolean; begin FA:=FUNC(AX); FB:=FUNC
www.eeworm.com/read/387009/8712220

h mins.h

struct Bracketmethod { Doub ax,bx,cx,fa,fb,fc; template void bracket(const Doub a, const Doub b, T &func) { const Doub GOLD=1.618034,GLIMIT=100.0,TINY=1.0e-20; ax=a; bx=b; D
www.eeworm.com/read/428887/8831040

l tcc.l

# 21jan07abu # (c) Software Lab. Alexander Burger # use the Tiny C Compiler http://fabrice.bellard.free.fr/tcc (de tcc (S L . @) (out (tmp S ".c") (chdir '@ (prinl "#include "))
www.eeworm.com/read/180187/9317099

c vegas.c

#include #include #define NRANSI #include "nrutil.h" #define ALPH 1.5 #define NDMX 50 #define MXDIM 10 #define TINY 1.0e-30 extern long idum; void vegas(float regn[],
www.eeworm.com/read/373742/9441260

c mnbrak.c

#include #define JSWLANSI #include "jswlutil.h" #define GOLD 1.618034 #define GLIMIT 100.0 #define TINY 1.0e-20 #define SHFT(a,b,c,d) (a)=(b);(b)=(c);(c)=(d); void mnbrak(float *ax,
www.eeworm.com/read/372592/9501240

txt ratint.txt

Sub RATINT(XA(), YA(), N, X, Y, DY) TINY = 1E-25 Dim C(10), D(10) NS = 1 HH = Abs(X - XA(1)) For I = 1 To N H = Abs(X - XA(I)) If H = 0 Then Y =