CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 解释执行

搜索资源列表

  1. CommandProcessor

    0下载:
  2. BASIC 语言解释器源码 VB编写的Basic解释器+示例源码,可用于解释执行较简单的代码,详情请参阅使用帮助。-Basic Complier, you can refer to help in details
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-10
    • 文件大小:420852
    • 提供者:david
  1. MyCMM

    0下载:
  2. 实现简单的解释器,可进行一般的程序解释执行。token完整,tokentype齐全。-Simple explanation, can explain the implementation of the general program. the token complete, tokentype.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-18
    • 文件大小:173122
    • 提供者:Sinic
  1. cmm-compiler-document

    0下载:
  2. cmm 语言的解释器,包括整个程序的设计,以及程序的词法分析语法分析语义分析以及最后的解释执行。-cmm language interpreter, including the design of the entire program, and the program s lexical analysis syntax analysis semantic analysis and final interpretation of the implementation.
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:1372500
    • 提供者:stanly
  1. CMMInterpreter

    0下载:
  2. cmm解释器完整代码,包含词法分析模块,语法语义分析模块,中间代码生成模块,解释执行中间重新代码模块 ,中间代码采用四元式 界面简单,方便用户重新设计界面,只需要修改对应控件绑定事件-cmm interpreter complete code, including lexical analysis module, the syntax semantic analysis module, intermediate code generation module to explain the impl
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:173334
    • 提供者:戴雪
  1. minic_interpreter

    0下载:
  2. 一款比较完善的强大的C语言解释器,附带源码,可以嵌入到用户应用程序中。支持对比较复杂的C代码的解释执行。完美支持各种标准C语言语法,如if-else结构语句, ?:结构求值语句,for循环,while循环,do...while循环等 支持各种数据类型包括: char,short,int,string,float 支持多维数组及指针 支持自定义函数以及系统函数 支持局部变量以及全局变量,允许在变量定义时直接初始化 支持局部变量层次化作用域;允许定义系统常量;支持系统内部定义数据类型,但不支持用户在
  3. 所属分类:Compiler program

    • 发布日期:2017-10-31
    • 文件大小:118984
    • 提供者:CM
  1. PL0

    0下载:
  2. 在VS2010下,用VC++开发的PL0语言编译器,有词法分析、语法分析,语义分析和解释执行的功能。MVC单文档界面,可运行,可排错。-In VS2010, using VC++ developed PL0 language compiler, lexical analysis, syntax analysis, semantic analysis and interpretation of the functions performed. MVC single-document interfa
  3. 所属分类:.net

    • 发布日期:2017-05-23
    • 文件大小:7495932
    • 提供者:去去
  1. compile

    0下载:
  2. 大学课本的编译原理实验代码,全部自己实现,无错,包括词法分析、语法分析和解释执行三部分,第二和第三部分在run一个文件内,Gun C编译即可执行,而且有可供编译的示例程序,供大家学习。-school compile test code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:25013
    • 提供者:沉默的屋檐
  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. compileExperiment

    0下载:
  2. PLO 编译器 词法分析 语法分析 解释执行 编译原理 实验-PLO、 compiler、 lexical analyzer、 grammar analyzer、 compile and run
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:62858
    • 提供者:王目宣
  1. fel

    0下载:
  2. Fel轻量级的高效的表达式计算引擎。 Fel在源自于企业项目,设计目标是为了不断变化的功能需求和性能需求。 Fel是开放的,引擎计算中的多个模块都可以扩展或替换。Fel的执行主要是通过函数实现,运算符(+、-等都是Fel函数),所有这些函数都是可以替换的,扩展函数也非常简单。 Fel有双引擎,同时支持解释执行和编译执行。可以根据性能要求选择执行方式。编译执行就是将表达式编译成字节码(生成java代码和编译模块都是可以扩展和替换的) Fel基于Java1.5
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-31
    • 文件大小:13622880
    • 提供者:abo.net
  1. r4-master

    0下载:
  2. YACC LEX 编译器代码 用于简单的C 语言编译和解释执行
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:131849
    • 提供者:沈阳
  1. C0-Compiler

    2下载:
  2. C0语言编译器,包含词法分析、语法分析、代码生成等部分,生成PCODE中间代码并解释执行-C0 language compiler, including lexical analysis, parsing, code generation section that generates intermediate code and interpreted PCODE
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:533731
    • 提供者:Prince
  1. Project1

    0下载:
  2. 基于初级PL0文法的编译器实现,可以处理repeat...until语句的循环结构,具体包括词法分析,语法分析,语义分析,解释执行等处理模块。-Based on the primary grammar PL0 compiler implementation, you can handle repeat ... until loop structure statements, including lexical analysis, syntax analysis, semantic analysi
  3. 所属分类:assembly language

    • 发布日期:2017-05-01
    • 文件大小:59458
    • 提供者:liuyufan
  1. compiler_interpreter

    0下载:
  2. 小型cp0文法编译器。具有语法、语义识别功能,并且能够一定程度进行报错。并包含解释执行cp0文法程序-Small cp0 grammar compiler. With syntax, semantic recognition, and it is capable of a certain degree of error. And includes a grammar program interpreted cp0
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1545640
    • 提供者:MR.WONG
  1. java

    0下载:
  2. Java有两方面的含义:Java语言、Java平台 作为一种语言,Java是一种跨平台开发语言,能开发出跨平台的应用对象和应用程序 Java语言具有以下特点:简单、 跨平台、面向对象、健壮性、安全、解释执行、可移植性、多线程机制、动态性等。 作为一种平台,Java平台包括两部分内容:Java虚拟机和Java API。 -Java has two meanings: Java language, Java Platform As a language, Java is
  3. 所属分类:JavaScript

    • 发布日期:2017-05-18
    • 文件大小:4912154
    • 提供者:rankin
  1. TCL

    0下载:
  2. tcl脚本,TCL(Tool Command Language)是一种解释执行的脚本语言(scr ipting Language)。 它提供了通用的编程能力:支持变量、过程和控制结构;同时TCL还拥有一个功能强大的固有的核心命令集。-Tcl scr ipt, TCL (Tool Command Language) is an interpretation of the implementation of the scr ipting language (scr ipting Language).
  3. 所属分类:assembly language

    • 发布日期:2017-12-13
    • 文件大小:88604
    • 提供者:徐伟升
  1. PL0源码C语言版本

    0下载:
  2. C语言实现的pl0编译器,可以输出类pcode并解释执行(C language implementation of the pl0 compiler)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-19
    • 文件大小:234496
    • 提供者:xwking
  1. Shell脚本学习指南

    0下载:
  2. Shell就是一个命令行解释器,它的作用是解释执行用户的命令,用户输入一条命令,Shell就解释执行一条,这种方式称为交互式(Interactive)。(Shell is a command line interpreter, whose function is to explain the execution of user commands. The user enters a command, and Shell explains the execution, which is calle
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-27
    • 文件大小:2880512
    • 提供者:黑茶某
  1. StructureAndInterpretationOfComputerPrograms

    0下载:
  2. 计算机程序的构造和解释,详细介绍计算机程序的构造原理,以及计算机程序在机器中的执行过程。(I think that it's extraordinarily important that we in computer science keep fun in computing. When it started out, it was an awful lot of fun. Of course, the paying customers got shafted every now and t
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:2141184
    • 提供者:alawneric
  1. 225275

    0下载:
  2. 实现plll编译器,产生某虚拟计算机的目标代码,并编写解释执行程序,对该目标代码进行解释执行,输出解释执行结果,()
  3. 所属分类:通讯编程

    • 发布日期:2018-04-19
    • 文件大小:5120
    • 提供者:heuptub
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com