代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/128784/5979697
c rtx_ex2.c
/******************************************************************************/
/* */
/* RTX_EX2.C: A
www.eeworm.com/read/128784/5979699
c task1.c
/******************************************************************************/
/* */
/* Task 1: Count up Every 2 ticks
www.eeworm.com/read/128784/5979702
c task3.c
/******************************************************************************/
/* */
/* Task 3: Process Overflow from
www.eeworm.com/read/128784/5979840
c rtx_ex2.c
/******************************************************************************/
/* */
/* RTX_EX2.C: A
www.eeworm.com/read/128784/5979842
c task1.c
/******************************************************************************/
/* */
/* Task 1: Count up Every 2 ticks
www.eeworm.com/read/128784/5979845
c task3.c
/******************************************************************************/
/* */
/* Task 3: Process Overflow from
www.eeworm.com/read/126430/6016423
c xqroot.c
/* Driver for routine qroot */
#include
#include
#include "nr.h"
#include "nrutil.h"
#define N 6 /* degree of polynomial */
#define EPS 1.0e-6
#define NTRY 10
#define TI
www.eeworm.com/read/126430/6016596
c qroot.c
#include
#include "nrutil.h"
#define ITMAX 20
#define TINY 1.0e-6
void qroot(p,n,b,c,eps)
float *b,*c,eps,p[];
int n;
{
void poldiv();
int iter;
float sc,sb,s,rc,rb,r,dv,delc,d
www.eeworm.com/read/126430/6016616
c ratint.c
#include
#include "nrutil.h"
#define TINY 1.0e-25
#define FREERETURN {free_vector(d,1,n);free_vector(c,1,n);return;}
void ratint(xa,ya,n,x,y,dy)
float *dy,*y,x,xa[],ya[];
int n;
{
www.eeworm.com/read/126430/6017035
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