代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/199432/7857124
txt ludcmp.txt
procedure LUDCMP(var A:matrx2;N:integer;var INDX:array of real;var D:real);
const
NMAX = 100; TINY = 1E-20;
var
VV:array[0..100] of real;
I,J,K,IMAX:Integer;
AAMAX,SUM,DUM:Rea
www.eeworm.com/read/198397/7936940
c bas-int.c
/* A tiny BASIC interpreter */
#include "stdio.h"
#include "setjmp.h"
#include "math.h"
#include "ctype.h"
#include "stdlib.h"
#include "string.h"
#define NUM_LAB 100
#define LAB_LEN 10
www.eeworm.com/read/142573/12938911
c basic.c
/* A tiny BASIC interpreter */
#include "stdio.h"
#include "setjmp.h"
#include "math.h"
#include "ctype.h"
#include "stdlib.h"
#define NUM_LAB 100
#define LAB_LEN 10
#define FOR_NEST 25
www.eeworm.com/read/242178/13090164
txt ludcmp.txt
procedure LUDCMP(var A:matrx2;N:integer;var INDX:array of real;var D:real);
const
NMAX = 100; TINY = 1E-20;
var
VV:array[0..100] of real;
I,J,K,IMAX:Integer;
AAMAX,SUM,DUM:Rea
www.eeworm.com/read/139060/13191120
8 thttpd.8
.TH thttpd 8 "29 February 2000"
.SH NAME
thttpd - tiny/turbo/throttling HTTP server
.SH SYNOPSIS
.B thttpd
.RB [ -C
.IR configfile ]
.RB [ -p
.IR port ]
.RB [ -d
.IR dir ]
.RB [ -dd
.IR data_dir ]
.RB
www.eeworm.com/read/324308/13272305
asm compo.asm
;% You-name-the-bitch %
;哪哪哪哪哪哪哪哪哪哪哪
.model tiny
.code
org 100h
pagesize equ (((offset last) - (offset start)) shr 9) + 1
parasize equ (((offset last) - (offset start))
www.eeworm.com/read/126430/6017313
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[], i
www.eeworm.com/read/126430/6017486
c mnbrak.c
#include
#define NRANSI
#include "nrutil.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, floa
www.eeworm.com/read/102423/6232982
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[], i
www.eeworm.com/read/102423/6233155
c mnbrak.c
#include
#define NRANSI
#include "nrutil.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, floa