代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/117212/14934277
makefile
#
# Tiny C Compiler Makefile
#
include config.mak
CFLAGS=-O2 -g -Wall
LIBS=-ldl
CFLAGS_P=$(CFLAGS) -pg -static -DCONFIG_TCC_STATIC
LIBS_P=
CFLAGS+=-mpreferred-stack-boundary=2
ifeq ($(GCC_MAJOR),2)
www.eeworm.com/read/217040/14981514
dem tqli.dem
PROGRAM d11r4(input,output);
(* driver for routine TQLI *)
CONST
np=10;
tiny=1.0e-6;
TYPE
glnp = ARRAY [1..np] OF real;
glnpnp = ARRAY [1..np,1..np] OF real;
VAR
i,j,k : intege
www.eeworm.com/read/206273/15297270
cpp ludcmp.cpp
void ludcmp(double a[], int n, int indx[], int d)
{
const int nmax=100;
const double tiny=1e-20;
double vv[100];
double sum,dum,aamax;
int i,j,k,imax;
d=1;
for (i=1; i
www.eeworm.com/read/38317/911610
[
[Programmer]
PRGType=0
CpuType=190
FlashFile=C:\Program Files\Atmel\Atmel_QTouch_Libraries_4.0\AVR_Tiny_Mega_XMega\QTouch\example_projects\2080A_gnu_example\2080A_8qt_k_0rs\2080A_example.hex
Eepro
www.eeworm.com/read/37703/1084431
[
[Programmer]
PRGType=0
CpuType=190
FlashFile=C:\Program Files\Atmel\Atmel_QTouch_Libraries_4.0\AVR_Tiny_Mega_XMega\QTouch\example_projects\2080A_gnu_example\2080A_8qt_k_0rs\2080A_example.hex
Eepro
www.eeworm.com/read/475809/1381833
c ratint.c
#include
#define NRANSI
#include "nrutil.h"
#define TINY 1.0e-25
#define FREERETURN {free_vector(d,1,n);free_vector(c,1,n);return;}
void ratint(float xa[], float ya[], int n, float x
www.eeworm.com/read/475809/1382020
c miser.c
#include
#include
#define NRANSI
#include "nrutil.h"
#define PFAC 0.1
#define MNPT 15
#define MNBS 60
#define TINY 1.0e-30
#define BIG 1.0e30
static long iran=0;
vo
www.eeworm.com/read/475809/1382112
c amoeba.c
#include
#define NRANSI
#include "nrutil.h"
#define TINY 1.0e-10
#define NMAX 5000
#define GET_PSUM \
for (j=1;j
www.eeworm.com/read/457727/1593794
c pearsn.c
#include
#define TINY 1.0e-20
void pearsn(x,y,n,r,prob,z)
float *prob,*r,*z,x[],y[];
unsigned long n;
{
float betai(),erfcc();
unsigned long j;
float yt,xt,t,df;
float syy=0.0,
www.eeworm.com/read/457727/1593798
c cntab1.c
#include
#include "nrutil.h"
#define TINY 1.0e-30
void cntab1(nn,ni,nj,chisq,df,prob,cramrv,ccc)
float *ccc,*chisq,*cramrv,*df,*prob;
int **nn,ni,nj;
{
float gammq();
int nnj,nni,