代码搜索:tiny

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

代码结果 5,807
www.eeworm.com/read/420382/10798104

asm wintsr.asm

.MODEL tiny .CODE .STARTUP jmp begin old_int2Fh_off dw 0 ;
www.eeworm.com/read/420382/10798125

asm nowintsr.asm

.MODEL tiny .CODE .STARTUP jmp begin old_int2Fh_off dw 0 ;
www.eeworm.com/read/463435/7181045

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/460252/7254814

h stm8_tsl_rc_internal.h

/** ****************************************************************************** * @file STM8_TSL_RC_Internal.h * @brief RC Touch Sensing Library for STM8 CPU family. * TSL Internal vari
www.eeworm.com/read/457118/7333979

makefile

# # Makefile # APP = i2c_usb all: $(APP) clean: rm -f $(APP) $(APP): $(APP).c $(CC) -Wall -o $@ $(APP).c -lusb install: install $(APP) $(DESTDIR)/usr/bin install i2c_tiny_usb.rules $(DESTDIR)
www.eeworm.com/read/447309/7554515

c task0.c

/******************************************************************************/ /* */ /* Task 0: Create other Tasks and
www.eeworm.com/read/439505/7707516

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/439505/7707518

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/297966/7983215

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/297877/7990562

html ch18.html

第 18 章 TTY 驱动-Linux设备驱动第三版(中文版)-