代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/123322/6060894
c e_atan2.c
//===========================================================================
//
// e_atan2.c
//
// Part of the standard mathematical function library
//
//==================================
www.eeworm.com/read/118064/6099314
a51 vers.a51
;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK GmbH 1991 -
www.eeworm.com/read/118064/6099317
a51 conf_tny.a51
$DEBUGPUBLICS
;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRON
www.eeworm.com/read/118064/6099576
c rtx_ex1.c
/******************************************************************************/
/* */
/* RTX_EX1.C: The
www.eeworm.com/read/118064/6099599
c task0.c
/******************************************************************************/
/* */
/* Task 0: Create other Tasks and
www.eeworm.com/read/117864/6100358
a51 vers.a51
;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK GmbH 1991 -
www.eeworm.com/read/117864/6100361
a51 conf_tny.a51
$DEBUGPUBLICS
;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRON
www.eeworm.com/read/115281/6117216
a51 vers.a51
;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK GmbH 1991 -
www.eeworm.com/read/115281/6117219
a51 conf_tny.a51
$DEBUGPUBLICS
;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRON
www.eeworm.com/read/320368/6295137
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