代码搜索:tiny

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

代码结果 5,807
www.eeworm.com/read/278154/10563763

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/10563871

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/271232/11002382

h mltinyx.h

/////////////////////////////////////////////////////////////////////////////// // // File: mlTinyx.h // // Author: Frank Luna (C) All Rights Reserved // // System: Athlon 1800+ XP, 512 DDR, R
www.eeworm.com/read/412175/6983580

lnp statemonitor.lnp

"Conf_tny.obj", "SERIAL.obj", "CRC.obj", "CONTROL.obj" TO "StateMonitor.omf" Rtx51Tiny RAMSIZE(256)
www.eeworm.com/read/464764/7155632

h regs.h

#ifndef REGS_H #define REGS_H /****************************************************************************** * * Copyright (C) 2003 Motorola, Inc. * All Rights Reserved * * Filen
www.eeworm.com/read/451644/7458809

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/449114/7518186

makefile

CC = gcc #CFLAGS = -O2 -Wall -I . # This flag includes the Pthreads library on a Linux box. # Others systems will probably require something different. #LIB = -lpthread all: tiny cgi tiny:
www.eeworm.com/read/447309/7554490

c task1.c

/******************************************************************************/ /* */ /* Task 1: Count up Every 2 ticks
www.eeworm.com/read/447309/7554508

c task3.c

/******************************************************************************/ /* */ /* Task 3: Process Overflow from
www.eeworm.com/read/199432/7854210

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