代码搜索:tiny

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

代码结果 5,807
www.eeworm.com/read/374259/9412793

lnp traffic.lnp

"TRAFFIC.obj", "SERIAL.obj", "GETLINE.obj", "Conf_tny.obj", "START900.obj" TO "traffic" Rtx51Tiny RAMSIZE(256)
www.eeworm.com/read/374259/9412821

c rtx_ex2.c

/******************************************************************************/ /* */ /* RTX_EX2.C: A
www.eeworm.com/read/374259/9412828

c task1.c

/******************************************************************************/ /* */ /* Task 1: Count up Every 2 ticks
www.eeworm.com/read/374259/9412833

c task3.c

/******************************************************************************/ /* */ /* Task 3: Process Overflow from
www.eeworm.com/read/373742/9441150

c ratint.c

#include #define JSWLANSI #include "jswlutil.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
www.eeworm.com/read/372592/9500888

frm d10r12.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 3195 ClientLeft = 60 ClientTop = 345 ClientWidth = 4680 LinkTopic
www.eeworm.com/read/372592/9501943

txt qroot.txt

Sub QROOT(P(), N, B, C, EPS) ITMAX = 20 TINY = 0.000001 Dim Q(20), D(3), REM1(20), QQ(20) D(3) = 1# For ITER = 1 To ITMAX D(2) = B D(1) = C Call POL
www.eeworm.com/read/278154/10562252

c xqroot.c

/* Driver for routine qroot */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define N 6 /* degree of polynomial */ #define EPS 1.0e-6 #define NTR
www.eeworm.com/read/278154/10562711

c qroot.c

#include #define NRANSI #include "nrutil.h" #define ITMAX 20 #define TINY 1.0e-6 void qroot(float p[], int n, float *b, float *c, float eps) { void poldiv(float u[], int n, float v[
www.eeworm.com/read/278154/10562799

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,