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

搜索资源列表

  1. CMM解释器

    0下载:
  2. 所属分类:源码下载

    • 发布日期:2011-12-25
    • 文件大小:366951
    • 提供者:melodyofsea
  1. FPX.rar

    0下载:
  2. 一个用C#编写的解释器,内附完整的实现过程以及源代码。,A used C# Prepared interpreter, enclosing the complete realization of the process, as well as source code.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:1757338
    • 提供者:link
  1. yufafenxi.rar

    0下载:
  2. 语法分析器是函数绘图语言解释器的核心,因此语法分析器的构造是整个解释权构造的关键。语法分析器的构造分为两个重要步骤:规定语言的文法和根据文风编写程序。由于采用递归下降子程序方法,因此在文法的设计上要求是LL(1)文法。具体到此绘图语言,需要构造语法树的语言结构仅限于表达式,因为后继语义处理需要对表达式求值,而对语法树进行遍历即可得到表达式的值。 我们最终构造的是递归下降的语法分析器,要求文法是LL(1)文法,因此需要对二义文法进行改造:即先将文法改写为非二义文法,消除左递归,提取公共左因子,
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:3155
    • 提供者:qj
  1. Analyser

    0下载:
  2. 这是一份由C#编写的C——语言的解释器,其功能比较齐全-This is a C# written by the C- language interpreter, the function of relatively complete
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:137105
    • 提供者:其良
  1. avm2

    0下载:
  2. adobe的avm2源码,该虚拟机是adobe的官方播放器的虚拟机引擎,并用在mozile项目中,对于虚拟机及解释器的学习者有很大的帮助-adobe' s avm2 source, the virtual machine is the official player adobe virtual machine engine, and used in mozile project, for the virtual machine and interpreter of great help l
  3. 所属分类:Compiler program

    • 发布日期:2017-06-20
    • 文件大小:30280666
    • 提供者:田华健
  1. PocketCMD.zip

    0下载:
  2. PocketCMD是与pocketconsole配合实用的命令行解释器(Shell),用于Windows CE平台,PocketCMD with practical pocketconsole with command-line interpreter (Shell), for the Windows CE platform
  3. 所属分类:Windows CE

    • 发布日期:2017-03-28
    • 文件大小:126161
    • 提供者:huhu
  1. shell

    0下载:
  2. 自己写的shell解释器,有多重管道、重定向、以及读入双引号功能。程序风格良好,适合阅读。-Write your own shell interpreter, there are multiple pipes, redirection, and read features double quotation marks. Good program style, suitable for reading.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:189007
    • 提供者:ryyrzzl
  1. cinterp

    0下载:
  2. 用C语言实现的简单的C语言解释器。 更详细的介绍与笔记请参考 http://longqzh.is-programmer.com-C language implementation of a simple C language interpreter. More detailed introduction and notes refer to http://longqzh.is-programmer.com
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:9207
    • 提供者:longqzh
  1. myshell

    0下载:
  2. Linux环境下的命令解释器,能实现所有基本功能-A shell program under Linux environment, which can achieve all the basic functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2911
    • 提供者:杨帆
  1. A-simple-language-interpreter

    0下载:
  2. 一个简单的语言解释器, 它可以读入一个简单的文本标记文件,并提取和 转换相应的成员关系信息。文件内容如下所示。 一个简单的文本标记文件: <class> <student> <name>ABC</name> <id>123456</id> group1 </student> </class> 每组"标记"包含两部分:标记名称和标记值。例如,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1256791
    • 提供者:潇湘风月
  1. Script

    0下载:
  2. vbs脚本解释器,在windows脚本宿主的基础上增强了功能,使脚本的威力更加强大-vbs scr ipt interpreter, the windows scr ipting host on the basis of enhanced features that make the scr ipt more powerful
  3. 所属分类:Compiler program

    • 发布日期:2017-05-19
    • 文件大小:5201869
    • 提供者:睡玾
  1. lua-1.0.tar

    0下载:
  2. lua解释器早期1.0版本,希望想了解代码的人有所帮助-lua interpreter earlier 1.0 version, hope that those who would like to know the code help
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:33149
    • 提供者:yun_xy
  1. Element

    0下载:
  2. 标记语言的简单解释器算法实现,实现一些简单的二叉树-A simple markup language interpreter algorithm, to achieve some simple binary tree
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:14812
    • 提供者:周佳栋
  1. jieshiqi

    0下载:
  2. 类高级语言解释器的设计与实现。词法分析,语法分析,语义分析,解释器-Class high-level language interpreter for the design and implementation. Lexical analysis, syntax analysis, semantic analysis, the interpreter
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:254710
    • 提供者:周雪婵
  1. shell

    0下载:
  2. linux shell 命令解释器 C语言编写-linux shell command interpreter written in C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:8964
    • 提供者:方青
  1. shiyan1

    0下载:
  2. 实现一个简单的shell(命令行解释器),类似于bash, csh等。本设计的主要目的在于学会如何在Unix系统下创建进程和管理进程。 要求实现的shell支持以下内部命令: 1. cd <目录> 更改当前的工作目录到另一个<目录>。如果<目录>未指定,输出当前工作目录。如果<目录>不存在,要求有适当的错误信息提示。改命令应能够改变PWD的环境变量。 2. environ 列出所有环境变量字符串的设置(类似于Unix系统下的e
  3. 所属分类:Shell api

    • 发布日期:2016-01-27
    • 文件大小:243712
    • 提供者:毕林
  1. eliza

    0下载:
  2. 一个小型的BASIC解释器及全部C源程序代码-c language
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:8010
    • 提供者:libin
  1. PLC51-example

    0下载:
  2. 与PLC51配套的范例,方便理解PLC解释器的运行-With the PLC51 supporting examples to facilitate understanding the operation of PLC interpreter
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:13691
    • 提供者:amwox
  1. LuaJIT

    0下载:
  2. 采用C语言写的Lua的解释器的代码,经过汇编优化,比Lua原始版执行效率更高! -Using C language interpreter written in Lua code, after compilation of optimized than the original version of the implementation of more efficient Lua!
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:616939
    • 提供者:华仔
  1. Shell

    0下载:
  2. shell实现shell命令行解释器,目录内容,实现内部命令及外部命令-shell shell command line interpreter implementation, directory content, to achieve internal order and external command
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4022
    • 提供者:栾小鑫
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 28 »
搜珍网 www.dssz.com