代码搜索:tiny

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

代码结果 5,807
www.eeworm.com/read/137691/5819888

readme

This directory contains files for the TASK API for the Tiny Application Sensor Kit (TASK).
www.eeworm.com/read/137691/5822055

readme

TinyOS application for the Tiny Application Sensor Kit (TASK)
www.eeworm.com/read/114554/15048101

c thttpd.c

/* thttpd.c - tiny/turbo/throttling HTTP server ** ** Copyright
www.eeworm.com/read/481530/6642351

tmp labels.tmp

2.1.12 ATtiny12 G:\suc\tiny12 d:\Program Files\Atmel\AVR Tools\AvrAssembler2\Appnotes
www.eeworm.com/read/291235/8433404

cpp bandec.cpp

#include #include "nr.h" using namespace std; void NR::bandec(Mat_IO_DP &a, const int m1, const int m2, Mat_O_DP &al, Vec_O_INT &indx, DP &d) { const DP TINY=1.0e-20; int i,j,k,l,m
www.eeworm.com/read/372592/9500291

txt d10r12.txt

Private Sub Command1_Click() 'PROGRAM D10R12 'Driver for routine QROOT N = 7 EPS = 0.000001 NTRY = 10 TINY = 0.00001 Dim P(7), B(10), C(10) P(1) = 10# P(2)
www.eeworm.com/read/460384/7252187

f90 e_231_02.f90

! 求解二次方程 a*x**2+b*x+c=0 print *, '输入3个系数'; read *, a,b,c if(abs(a).le.tiny(a)) then print *, 'a的值小于允许的最小实数,认为是零' if(abs(b).le.tiny(b)) then print *, 'b的值小于允许的最小实数,认为是零' if(abs(c).le.tiny
www.eeworm.com/read/399279/7875656

f90 e_231_02.f90

! 求解二次方程 a*x**2+b*x+c=0 print *, '输入3个系数'; read *, a,b,c if(abs(a).le.tiny(a)) then print *, 'a的值小于允许的最小实数,认为是零' if(abs(b).le.tiny(b)) then print *, 'b的值小于允许的最小实数,认为是零' if(abs(c).le.tiny
www.eeworm.com/read/298743/7941052

txt 00readme.txt

FatFs/Tiny-FatFs Module Source Files R0.04b (C)ChaN, 2007 FILES ff.h Common include file for FatFs and application module. ff.c FatFs module. tff.h Common include fi
www.eeworm.com/read/244597/12854583

cpp bandec.cpp

#include #include "nr.h" using namespace std; void NR::bandec(Mat_IO_DP &a, const int m1, const int m2, Mat_O_DP &al, Vec_O_INT &indx, DP &d) { const DP TINY=1.0e-20; int i,j,k,l,m