CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 SCSI/ASPI 搜索资源 - Tiny

搜索资源列表

  1. tiny

    1下载:
  2. 这是一个语法分析实验,输入tiny语言就可以输出语法树-This is a parsing experiment, enter the tiny language can output syntax tree
  3. 所属分类:Compiler program

    • 发布日期:2016-06-10
    • 文件大小:2608128
    • 提供者:杨震
  1. TinyBASIC

    3下载:
  2. 一款小巧的 BASIC 解释器,可以执行简单的 BASIC 语言,您可以扩充更多的语言指令。-A small BASIC interpreter, you can perform a simple BASIC language, you can expand more language instructions.
  3. 所属分类:Compiler program

    • 发布日期:2014-11-23
    • 文件大小:57418
    • 提供者:YangTze
  1. tcc-0.9.25

    0下载:
  2. 一个小型的C编译器源码,可支持在X86,ARM体系架构目标代码的生成。自身可运行于WINDOWS或LINUX环境下。-A tiny C compiler source code for windows and linux both.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-07
    • 文件大小:487020
    • 提供者:YutaoFeng
  1. analysis-and-code-generation-of-Tiny

    0下载:
  2. 编译原理实验,编译TINY及其词法分析、语法分析、语义分析、代码生成,其中包含实验报告分析、代码和结果。-Compiler theory test, compile TINY and lexical analysis, syntax analysis, semantic analysis, code generation, which includes analysis of test reports, code and results.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:316200
    • 提供者:Panda
  1. lab2

    2下载:
  2. 编译原理实验二:TINY扩充语言的语法分析 扩充的语法规则有:实现 while、do while、for语句和求余计算式子,具体文法规则自行构造。-Compiler Principle Experiment II: TINY extension language parsing expansion syntax rules: to achieve the while, do while, for statement and the remainder calculation formulas
  3. 所属分类:Compiler program

    • 发布日期:2014-12-29
    • 文件大小:330752
    • 提供者:Tin
  1. MTK_NMEA_Packet_0.71_Sanav

    0下载:
  2. rtos 8051 programming using keil rtx tiny rtos
  3. 所属分类:Compiler program

    • 发布日期:2017-11-23
    • 文件大小:195645
    • 提供者:mcbs
  1. lab2

    0下载:
  2. 实验二:TINY扩充语言的语法分析 扩充的语法规则有:实现 while、do while、for语句和求余计算式子,具体文法规则自行构造。 可参考:P97及P136的文法规则。 (1) While-stmt --> while exp do stmt-sequence endwhile (2) Dowhile-stmt-->do stmt-sequence while exp (3) for-stmt-->for identifier:=
  3. 所属分类:Compiler program

    • 发布日期:2016-01-25
    • 文件大小:314368
    • 提供者:liangchuqi
  1. tiny-complier

    0下载:
  2. Source code using lex and flex/bison to compile "tiny" programming language from the lexical analysis phase to code generation
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:27461
    • 提供者:reaper_2334
  1. compile

    0下载:
  2. 对tiny语义分析器的阅读和分析,理解符号表的定义(栏目设置)与基于抽象语法树的类型检查/推论的实现方法(树遍历)。完成C-语言的符号表的定义设计。规划类型检查/推论的实现方法。实现一种语言的语义分析器-Type checking/inference realization tiny semantic analyzer reading and analysis, to understand the definition of the symbol table (part set) based o
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:226883
    • 提供者:时雨
  1. ccompiler

    0下载:
  2. c compiler for c,it use flex & bison to build a tiny c compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-12
    • 文件大小:142364
    • 提供者:lenmom
  1. tinycomp

    0下载:
  2. 用C语言实现的一个小型的tiny编译器,通过进行词法分析,自顶向下的语法分析进行编译。-Using C language to achieve a small tiny compiler, through lexical analysis, top-down syntax analysis to be compiled.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:57299
    • 提供者:caimy
  1. otccelf

    0下载:
  2. 这是tiny c compiler作者Fabrice Bellard参加IOCCC比赛写的非乱码的版本,只有一个C文件,代码量少,且可以产生elf文件,加以修改过参考tcc源代码就可以生成PE文件,需要的小伙伴请下载-This is the tiny c compiler of Fabrice Bellard wrote a non-participating IOCCC game garbled version, only one C files, less code, and can gen
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:6713
    • 提供者:刘龙
  1. NKU_compliers

    0下载:
  2. NKu编译原理代码,可供借鉴,欢迎指正,包括yacc和lex使用,词法分析,语法分析,小型C编译器-the compliers homework of Nankai University,include complier of tiny C
  3. 所属分类:Compiler program

    • 发布日期:2017-06-18
    • 文件大小:28135424
    • 提供者:
  1. grammar

    0下载:
  2. 编译原理,识别tiny+语言,并进行错误类型的反馈-Compiler theory, language identification tiny+
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:6280
    • 提供者:nk
  1. tiny_linker_lab_scu

    0下载:
  2. 系统级编程课的作业,虽然不是很难,但是里面对链表的操作还是挺复杂的。自己在网上没找到,所以写了自后就分享出来现把。我只修改了linker.c的文件,替换上去就OK了!-tiny linker
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:9577
    • 提供者:liuxi
  1. Compiler-Construction-book

    0下载:
  2. Compiler Construction book 中文版,里面包含tiny语言的C++实现的编译器-Compiler Construction book Chinese version, which contains tiny language C++ compiler to achieve
  3. 所属分类:Compiler program

    • 发布日期:2017-05-23
    • 文件大小:7481460
    • 提供者:小邓
  1. tinycompiler

    0下载:
  2. Tiny样本语言的编译器。实现了语法分析、词法分析、语法树、三地址码和解释执行。- Tiny sample language compiler. Implements parsing, lexical analysis, syntax trees, three address code and interpreted.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:931333
    • 提供者:王鑫
  1. Source-of-TINY-Compiler

    0下载:
  2. source of TINY compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:473043
    • 提供者:546
  1. Parser

    0下载:
  2. 基于tiny修改而成的c-minus语言的语法分析器(包括了词法分析)-Based tiny modifications made parser c-minus languages ​ ​ (including lexical analysis)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:9754
    • 提供者:zheng
  1. TinyCC 0.9.26

    1下载:
  2. TCC(Tiny C Compiler)0.9.26源码 VS版工程 已经实现VS2008和VS2013 打开即用 可编译 可调试 建议使用VS2008编译(TCC (Tiny C Compiler) 0.9.26 source VS version project VS2008 and VS2013 have been opened and used Compiling and debugging It is recommended to use VS2008 to compile
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-20
    • 文件大小:580608
    • 提供者:张四
« 12 »
搜珍网 www.dssz.com