代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/201525/15402718
asm mp3s.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;
; Tiny MP3 Shoutcast Server v0.1 (vt) ;
; ;
;
www.eeworm.com/read/198073/7952058
asm 1.asm
*#cpu 8051 Tiny
*
* DDS MICRO-C 8031/51 Startup Code & Runtime library for TINY model
*
* Copyright 1991-1999 Dave Dunfield
* All rights reserved.
*
ORG $0000 $0800 CODE Sta
www.eeworm.com/read/457118/7333937
txt readme.txt
i2c-tiny-usb - (c) 2006 by Till Harbaum
---------------------------------------
http://www.harbaum.org/till/i2c_tiny_usb
The firmware code itself is distributed under the GPL, but
one of the usb cod
www.eeworm.com/read/366702/2872764
ads rep_clause2.ads
with Unchecked_Conversion;
package Rep_Clause2 is
type Tiny is range 0 .. 3;
for Tiny'Size use 2;
type Small is range 0 .. 255;
for Small'Size use 8;
type Small_Data is re
www.eeworm.com/read/390009/8489310
c scan.c
/****************************************************/
/* 文件:scan.c */
/* TINY扫描程序的执行代码 */
/****************************************************/
#inclu
www.eeworm.com/read/183554/9153881
c main.c
/****************************************************/
/* File: main.c */
/* Main program for TINY compiler */
/* Compiler Construction: Princi