代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/386780/8727491
h macros.h
#ifndef __MACROS_H
#define __MACROS_H 1
/* FOR ATMEL AVR and TINY AVR ONLY! */
#ifndef BIT
#define BIT(x) (1
www.eeworm.com/read/429196/8814887
cpp comandoendp.cpp
/*
TP2 LP INTERPRETADOR TINY
ALUNO : ANDRE LUIS DURAO ABDO
MATRICULA : 283999
DATA DA ENTREGA : 10/05/2007
*/
//ComandoEndP.cpp
#include "ComandoEndP.h"
ComandoEndP::ComandoEndP(int linha
www.eeworm.com/read/429196/8814893
cpp comandoif.cpp
/*
TP2 LP INTERPRETADOR TINY
ALUNO : ANDRE LUIS DURAO ABDO
MATRICULA : 283999
DATA DA ENTREGA : 10/05/2007
*/
//ComandoIf.cpp
#include "ComandoIf.h"
//Construtor
ComandoIf::ComandoIf(Memor
www.eeworm.com/read/384801/8842992
h tmhttpd.h
/**
* TieMa(Tiny&Mini) Http Server
* Copyright (C) 2008 heiyeluren. All rights reserved.
*
* tmhttpd is a mini open-source web server, mainly used in html/js/cs/images,
* such as static re
www.eeworm.com/read/384801/8842993
c tmhttpd.c
/**
* TieMa(Tiny&Mini) Http Server
* Copyright (C) 2008 heiyeluren. All rights reserved.
*
* tmhttpd is a mini open-source web server, mainly used in html/js/cs/images,
* such as static re
www.eeworm.com/read/426946/8990342
h macros.h
#ifndef __MACROS_H
#define __MACROS_H 1
/* FOR ATMEL AVR and TINY AVR ONLY! */
#ifndef BIT
#define BIT(x) (1
www.eeworm.com/read/426946/8990452
h macros.h
#ifndef __MACROS_H
#define __MACROS_H 1
/* FOR ATMEL AVR and TINY AVR ONLY! */
#ifndef BIT
#define BIT(x) (1
www.eeworm.com/read/281424/9155969
h macros.h
#ifndef __MACROS_H
#define __MACROS_H 1
/* FOR ATMEL AVR and TINY AVR ONLY! */
#ifndef BIT
#define BIT(x) (1
www.eeworm.com/read/376254/9322400
c yabasic.c
/*
YABASIC --- a tiny integrated Basic Compiler/Interpreter
written by Marc-Oliver Ihm 1995-99.
e-mail: ihm@kph.uni-mainz.de
Current Version:
*/
#define BASIC_VERSION "2.45"
/
www.eeworm.com/read/372592/9501999
txt mnbrak.txt
Sub MNBRAK(AX, BX, CX, FA, FB, FC)
GOLD = 1.618034
GLIMIT = 100
TINY = 1E-20
FA = FUNC(AX)
FB = FUNC(BX)
If FB > FA Then
DUM = AX
AX = BX
BX =