代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/404684/11480332
cpp qroot.cpp
void value1(double qq[],double rem1[],double d[],double q[])
{
int i;
for(i=1; i
www.eeworm.com/read/401838/11547345
lnp rs-485hub.lnp
"main.obj",
"STARTUP.obj",
"CONF_TNY.obj"
TO "RS-485HUB" Rtx51Tiny
RAMSIZE(256)
CODE( 0X0000-0X3FFF )
XDATA( 0X0000-0X03FF )
www.eeworm.com/read/158443/11615259
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/158443/11615459
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/158443/11616366
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/156798/11770908
txt qroot.txt
Procedure QROOT(P:array of real; N:integer; var B, C:real; EPS:real);
const
ITMAX = 20; TINY = 0.000001;
var
Q,REM1,QQ:array[0..20] of real; D:array[0..3] of real;
ITER,I:integer; S
www.eeworm.com/read/156458/11802224
cpp qroot.cpp
void value1(double qq[],double rem1[],double d[],double q[])
{
int i;
for(i=1; i
www.eeworm.com/read/152083/12143552
cpp qroot.cpp
void value1(double qq[],double rem1[],double d[],double q[])
{
int i;
for(i=1; i
www.eeworm.com/read/339382/12239913
cpp qroot.cpp
void value1(double qq[],double rem1[],double d[],double q[])
{
int i;
for(i=1; i