代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/251503/4419268
h incrementor.h
/*
* Tiny Vector Matrix Library
* Dense Vector Matrix Libary of Tiny size using Expression Templates
*
* Copyright (C) 2001 - 2007 Olaf Petzold
*
* This library
www.eeworm.com/read/251503/4419269
h general.h
/*
* Tiny Vector Matrix Library
* Dense Vector Matrix Libary of Tiny size using Expression Templates
*
* Copyright (C) 2001 - 2007 Olaf Petzold
*
* This library
www.eeworm.com/read/181271/9260824
makefile
#
# Makefile for TINY
# Gnu C Version
# K. Louden 2/3/98
#
CC = gcc
CFLAGS =
OBJS = main.o util.o scan.o parse.o symtab.o analyze.o code.o cgen.o
tiny: $(OBJS)
$(CC) $(CFLAGS) $(OBJS) -o tiny
m
www.eeworm.com/read/255578/12071953
makefile
#
# Makefile for TINY
# Gnu C Version
# K. Louden 2/3/98
#
CC = gcc
CFLAGS =
OBJS = main.o util.o scan.o parse.o symtab.o analyze.o code.o cgen.o
tiny: $(OBJS)
$(CC) $(CFLAGS) $(OBJS) -o tiny
m
www.eeworm.com/read/183554/9153874
c util.c
/****************************************************/
/* File: util.c */
/* Utility function implementation */
/* for the TINY compiler
www.eeworm.com/read/183554/9153885
c cgen.c
/****************************************************/
/* File: cgen.c */
/* The code generator implementation */
/* for the TINY compiler
www.eeworm.com/read/183554/9153899
c analyze.c
/****************************************************/
/* File: analyze.c */
/* Semantic analyzer implementation */
/* for the TINY compiler
www.eeworm.com/read/181271/9260832
c cgen.c
/****************************************************/
/* File: cgen.c */
/* The code generator implementation */
/* for the TINY compiler
www.eeworm.com/read/181271/9260862
c analyze.c
/****************************************************/
/* File: analyze.c */
/* Semantic analyzer implementation */
/* for the TINY compiler
www.eeworm.com/read/181271/9260868
c util.c
/****************************************************/
/* File: util.c */
/* Utility function implementation */
/* for the TINY compiler