代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/252066/12304729
makefile
###############################################################################
# Makefile for the project softuart_tiny85
###########################################################################
www.eeworm.com/read/249972/12444492
txt 00readme.txt
FatFs/Tiny-FatFs Module Source Files R0.02a (C)ChaN, 2006
Files
ff.h Common include file for FatFs and application module.
ff.c FatFs module.
tff.h Common include fil
www.eeworm.com/read/129882/14220093
c rtx_ex1.c
/******************************************************************************/
/* */
/* RTX_EX1.C: The
www.eeworm.com/read/129882/14220153
c task0.c
/******************************************************************************/
/* */
/* Task 0: Create other Tasks and
www.eeworm.com/read/129882/14220160
txt readme.txt
/***************************************************/
/* Release Notes for RTX51 TINY Version 2.0 */
/* PK51 PROFESSIONAL DEVELOPERS KIT */
/**********
www.eeworm.com/read/129000/14270016
c gamma.c
/*----------------------------------------------------------------------
File : gamma.c
Contents: computation of the gamma function
Author : Christian Borgelt
History : 04.07.2002 file cre
www.eeworm.com/read/128996/14270494
c gamma.c
/*----------------------------------------------------------------------
File : gamma.c
Contents: computation of the gamma function
Author : Christian Borgelt
History : 04.07.2002 file cre
www.eeworm.com/read/115704/15003710
txt shell.txt
Sub SHELL(N, ARR())
ALN2I = 1.442695: TINY = 0.00001
LOGNB2 = Int(Log(CSng(N)) * ALN2I + TINY)
M = N
For NN = 1 To LOGNB2
M = Int(M / 2)
K = N - M
For J
www.eeworm.com/read/216367/15017679
txt shell.txt
Sub SHELL(N, ARR())
ALN2I = 1.442695: TINY = 0.00001
LOGNB2 = Int(Log(CSng(N)) * ALN2I + TINY)
M = N
For NN = 1 To LOGNB2
M = Int(M / 2)
K = N - M
For J
www.eeworm.com/read/168459/5446812
a51 vers.a51
;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK GmbH 1991 -