代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/237003/13983364
h tinymatexpr.h
/***************************************************************************
* blitz/tinymatexpr.h Tiny Matrix Expressions
*
* $Id: tinymatexpr.h,v 1.4 2003/12/11 03:44:22 julianc Exp $
*
* Cop
www.eeworm.com/read/132387/14090630
asm micro-os_loader.asm
; This is a very basic example
; of a tiny Operating System.
; Directive to create BOOT file:
#MAKE_BOOT#
; This is an OS loader only!
;
; It can be loaded at the first
; sector of a flo
www.eeworm.com/read/132387/14090633
asm micro-os_kernel.asm
; This is a very basic example
; of a tiny operating system.
;
; This is Kernel module!
;
; It is assumed that this machine
; code is loaded by 'micro-os_loader.asm'
; from floppy drive from:
www.eeworm.com/read/205098/15326625
h symbtable.h
/****************************************************/
/* 文件 symbTable.h */
/* 说明 TINY编译器的符号表界面 */
/* 主题 编译器结构:原理和实例 */
/************************************************
www.eeworm.com/read/205098/15326660
h analyze.h
/****************************************************/
/* 文件 analyze.h */
/* 所明 TINY编译器语义分析功能函数 */
/* 主题 编译器结构: 原理和实例 */
/****************************************************/
/*
www.eeworm.com/read/110490/15532597
c parser.c
/*
* This is a tiny basic parser, used for LDAP, MySQL, and Postgres configuration
* files, but it may be useful for future extensions as well.
* -Jedi.
*/
#include
#if defined(WITH
www.eeworm.com/read/100569/15871962
asm riscmirc.asm
; tasm riscmirc
; tlink /t riscmirc
.MODEL TINY
.CODE
.386
ORG 100h
start: jmp main
;_______________________________________________________________
intro db 10,13, 'Mir
www.eeworm.com/read/399923/2357017
regkeys
CommandLine
D:\Xilinx\10.1\ISE\bin\nt\unwrapped\map.exe -ise D:/Verilog/TINY3/TINY3.ise -intstyle ise -p xc3s500e-fg320-4 -cm area -pr off -k 4 -c 100 -o TINYCPU_map.ncd TINYCPU.ngd TINYCPU.pcf
s
Form
www.eeworm.com/read/355959/10240866
s tinybld_ds3012.s
;modif by Mark Connolly
;********************************************************************
; Tiny Bootloader dsPIC series Size=100words
; claudiu.chiculita@ugal.ro
; http://www.etc.ugal.ro/cc
www.eeworm.com/read/143323/10246291
c tcc.c
/*
* TCC - Tiny C Compiler
*
* Copyright (c) 2001, 2002, 2003 Fabrice Bellard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser G