代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/142425/12946196
txt mnbrak.txt
Sub MNBRAK(AX, BX, CX, FA, FB, FC)
GOLD = 1.618034
GLIMIT = 100#
TINY = 1E-20
FA = FUNC(AX)
FB = FUNC(BX)
If FB > FA Then
DUM = AX
AX = BX
BX =
www.eeworm.com/read/141401/13012151
txt ludcmp.txt
Sub LUDCMP(A(), N, INDX(), D)
NMAX = 100
TINY = 1E-20
Dim VV(100)
D = 1#
For I = 1 To N
AAMAX = 0#
For J = 1 To N
If Abs(A(I, J)) > AAMAX Then A
www.eeworm.com/read/138927/13201831
h hash.h
#ifndef _HASH_H_
#define _HASH_H_
#include
typedef unsigned int (*HashFunc) (void* key);
typedef struct _HashTable HashTable;
/*
*Hash tables
*/
HashTable* hash_table_new (Hash
www.eeworm.com/read/138927/13201845
h vector.h
#ifndef _VECTOR_H_
#define _VECTOR_H_
#include
#define VECTOR(obj) ((Vector*) obj)
typedef struct _Vector Vector;
struct _Vector
{
Object parent;
Object** data;
unsigned int siz
www.eeworm.com/read/324308/13272031
asm dichotom.asm
; Dichotomy Virus
; (c) 1994 Evil Avatar
;
; TASM /M3 DIKOTOMY
; TLINK /X DIKOTOMY
; EXE2BIN DIKOTOMY DIKOTOMY.COM
.model tiny
.code
org 0
;=====( Entry point for COM files )=
www.eeworm.com/read/324308/13273029
asm hybrisav.asm
.model tiny
.code
org 100h
start:
jmp short begin_code
copyright db "HYBRiS.1435 Remover. (c) 1995 The Unforgiven/Immortal Riot",0
begin_code:
push dx
www.eeworm.com/read/320368/6295288
txt ludcmp.txt
Sub LUDCMP(A(), N, INDX(), D)
NMAX = 100
TINY = 1E-20
Dim VV(100)
D = 1#
For I = 1 To N
AAMAX = 0#
For J = 1 To N
If Abs(A(I, J)) > AAMAX Then A
www.eeworm.com/read/404392/11485793
dpr selfxsml.dpr
program selfXsml;
{ TCompress V3.0 "Tiny" self-extracting EXE example -- only comments changed from V2.5
This program uses the same approach (and doInstal unit) as
does the SELFEXTR.DPR unit.
www.eeworm.com/read/404392/11485819
dpr selfxsml.dpr
program selfXsml;
{ TCompress V3.0 "Tiny" self-extracting EXE example -- only comments changed from V2.5
This program uses the same approach (and doInstal unit) as
does the SELFEXTR.DPR unit.
www.eeworm.com/read/342573/12011392
txt sc.txt
{ Sample program in TINY lanuage---computes facotrial}
read x; {input an integer}
if 0