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

搜索资源列表

  1. StraightLineProgramInterpreter.tar

    0下载:
  2. 针对虎书(现代编译原理-C语言描述)Tiger Language的Straight-Line Program Interpreter,包含testcase-A Straight-Line Program Interpreter for the Tiger Language in the Tiger Book (Modern Compiler Implementation in C) with testcases.
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:12534
    • 提供者:David
  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. 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. C0Compiler

    0下载:
  2. 用c++开发的一个小小的解释器,适合初学者学习编译原理有帮助!-C++ development with a small interpreter for beginners to learn the principle of compiled help!
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:595685
    • 提供者:kaiwen
  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. NC00Code

    1下载:
  2. G代码解释程序,调试通过,很适合初学的朋友-G code interpreter, debugging through, it is suitable for beginners to a friend
  3. 所属分类:Windows Develop

    • 发布日期:2015-07-21
    • 文件大小:93717
    • 提供者:shg
  1. De_Re_BASICp21

    0下载:
  2. Manual for re BASIC - a android BASIC interpreter
  3. 所属分类:android

    • 发布日期:2017-05-10
    • 文件大小:2196419
    • 提供者:marcelo
  1. shell

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

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

    0下载:
  2. CalcExpress is an interpreter for quick and easy evaluation of mathematical expressions. It is a smart tool easy in use. Supports 5 operators, parenthesis, 18 mathematical functions and user-defined variables
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:123921
    • 提供者:boo
  1. PyEmbedMFC_src

    1下载:
  2. Python语言嵌入到MFC的开发中,通过这个例子可以利用两种语言的优势开发程序-Many of you might have seen the numeric input fields in most commercial CAD and scientific applications that facilitate the user to write mathematical expressions. This is to allow the user to use the edit box
  3. 所属分类:其他小程序

    • 发布日期:2016-03-21
    • 文件大小:25928
    • 提供者:liulei
  1. VB_code_parser

    0下载:
  2. VB源代码解释器,用richtext控件编的,对于学习如何使用rtf控件有很大帮助,包括加亮,起始字符串匹配段落功能-VB source code interpreter used for the richtext control, for learning how to use the rtf control of much help, including a bright start paragraphs string matching function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:106235
    • 提供者:覃东
  1. C.Compiler

    0下载:
  2. C编译器使用了界面库CJLIB6.0,自己修改了CrystalView的高亮显示方式,仿照emacs,代码生成先使用了PCode,但因为苦于手中没有解释器,编写一个时间不够,所以后来又编写了80x86汇编代码的生成,有一定突破。自我认为整个程序界面比较友好,功能(基于所要求的)也计较完善。-C compiler to use the interface library CJLIB6.0, his revised CrystalView highlighting the way, along th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:906605
    • 提供者:白大勇
  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. lab

    0下载:
  2. Shell解释程序,用于实现unix下命令的解释执行,后台处理,管道定向等功能。-Shell interpreter, under the command used to implement the interpretation of the implementation of unix, background processing, pipe orientation and other functions.
  3. 所属分类:Shell api

    • 发布日期:2017-03-30
    • 文件大小:254163
    • 提供者:zhangcf
  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. A-Simple-Shell

    4下载:
  2. Shell或者命令行解释器是操作系统中最基本的用户接口,该项目是写一个简单的Shell程序myshell。具体的详细功能见压缩包文件: A Simple Shell设计报告.docx-Shell command line interpreter or operating system is the most basic user interface, the project is to write a simple Shell program myshell. Details of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:111692
    • 提供者:sy
  1. a-joos

    0下载:
  2. 雏形java的解释器源码。配合flex和bison可以工作-Embryonic java source of the interpreter. With flex and bison can work
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:40447
    • 提供者:流风
  1. meval.tar

    0下载:
  2. lisp下面编写的meval的lisp语言解释器,对学习lisp语言的人非常重要-lisp prepared meval below the lisp language interpreter, lisp language learning are very important
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:2247
    • 提供者:YIN WEI
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 37 »
搜珍网 www.dssz.com