代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/478557/6709808
h mods.h
/* SHORT STACK MODEL FOR STM8 COMPILER
* Copyright (c) 2006 by COSMIC Software
*/
#pragma space () @far
#pragma space [] @tiny
#pragma space auto [] @near
#pragma space * @near
#pragma space
www.eeworm.com/read/408317/11393050
cpp configfile.cpp
#include "stdafx.h"
#include "ConfigFile.h"
#include
#include
#include
_CrtMemState startMemState;
_CrtMemState endMemState;
#include "tinyxml/tiny
www.eeworm.com/read/407892/11409058
tny aa.tny
{ Sample program
int TINY language
computes factorial
}
read x; { input an integer }
if 0 < x then { don't compute if x
www.eeworm.com/read/252680/12268131
h code.h
/****************************************************/
/* 文件 code.h */
/* 说明 TINY编译器代码生成功能头文件和TM机界面 */
/* 主题 编译器结构:原理和实例 */
/************************************************
www.eeworm.com/read/250005/12443173
dos readme.dos
http://www.cs.sjsu.edu/~louden/
This is the README.DOS file included in the loucomp.zip file.
The other files in the distribution are the source code files
in standard C for the TINY compiler an
www.eeworm.com/read/130781/14174332
c tinybc.c
/** tinybc.c * a tiny calculator that uses dc to do its work
** * demonstrates bidirectional pipes
** * input looks like number op number which
** tinybc converts into number \n number \n o
www.eeworm.com/read/212337/15159445
java scanner.java
package jeex.tiny;
import java.io.*;
/**
* A class for lexical analyse.
*/
class Scanner implements Tokens {
private char[] buf ; // hold the file in buf wholly
private int bp = 0; /
www.eeworm.com/read/212337/15159482
java tree.java
package jeex.tiny;
import java.util.*;
/**
* Abstract syntax tree.
*/
abstract class Tree {
static int count = 0; // tree count
Tree() {
count ++;
}
void visit(Visitor v) {
www.eeworm.com/read/15127/432406
cpp xtqli.cpp
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine tqli
int main(void)
{
const int NP=10;
const DP TINY=1.0
www.eeworm.com/read/19184/824745
sdi t15demo.sdi
,,,;Tiny 15 - Test of ADC - also include multiplex display driver.
,,,
,,,; Specify Device.
,,,.device ATTINY15
,,,
,,,; I/O Register Definitions
,,,.equ SREG =$3F
,,,.e