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

搜索资源列表

  1. Basic解释器.zip

    1下载:
  2. Basic解释器
  3. 所属分类:中间件编程

    • 发布日期:2011-08-15
    • 文件大小:2104208
    • 提供者:flimulus
  1. 本实验要实现一个简单的命令解释器

    3下载:
  2. 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。  支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
  3. 所属分类:Linux/Unix编程

    • 发布日期:2016-04-26
    • 文件大小:8186
    • 提供者:香烟
  1. tinytcl681.zip

    0下载:
  2. 一个嵌入试TCL脚本解释器编译后不到60K.,TinyTcl is a tiny version of Tcl, for small footprint machines and embeddable/rommable applications. It is derived from Tcl 6.7 and compiles to less than 60K, 10X smaller than Tcl 7 and Tcl 8
  3. 所属分类:Shell api

    • 发布日期:2017-04-02
    • 文件大小:269952
    • 提供者:john.fang
  1. CmmInterpretor.rar

    0下载:
  2. 关于CMM语言的解释器,详细的分析与解释功能,敬请下载,About CMM language interpreter, a detailed analysis and interpretation of features, please download
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:95051
    • 提供者:朱冰洁
  1. interpreter_of_little_C

    0下载:
  2. 用C语言编的一个小解释器,可以执行C程序的!算是可以执行C程序的C程序吧! 选自最新C语言精华(第三版)Herbert Schildt著 A small interpreter arranges which with the C language, may carry out the C procedure! Is may carry out C the procedure C procedure! (Master) writes oh!-Using C language made a smal
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:8547
    • 提供者:钟毓秀
  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. include

    0下载:
  2. 栈和队列及其应用:实现一个魔王语言解释器,并且对魔王语言进行翻译.-Stacks and queues and its applications: Towards a fiendish language interpreter, and language translation of the devil.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:5146
    • 提供者:tianyuqian
  1. shell

    1下载:
  2. 本实验完成了一个shell命令解释器,实现了shell的解释命令功能,实现了重定向功能和多管道、后台运行等功能。具体功能描述如下: 1)解释器的命令格式为 cmd1[<infileName][|cmd2][|cmd3]…[|cmdn][>or>>outfileName][&] 2)cmdi为命令名+参数形式的命令,<为输入重定向,后跟输入重定向文件名infileName;>或>>后跟输出重定向文件名,输出内容将写入
  3. 所属分类:Shell编程

    • 发布日期:2013-10-24
    • 文件大小:22346
    • 提供者:souven
  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. basic

    2下载:
  2. 一个小型的BASIC解释器及其全部的C源程序代码- A small BASIC interpreter and its complete C source program code
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:16157
    • 提供者:李振海
  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. G 代码解释器源代码

    1下载:
  2. G 代码解释器源代码,此代码是解释器的标准代码,希望对你有所帮助,
  3. 所属分类:编译器/词法分析

  1. PHP-3_0_5_TAR.GZ

    0下载:
  2. PHP解释器 -PHP interpretor
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:1270695
    • 提供者:站长
  1. CompilerandPractice

    0下载:
  2. 编译原理及实践,一本很好的书籍!指导完成一个语言的解释器-Compiler Construction Principles and Practice, a very good book! Guidance to complete a language interpreter
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5666647
    • 提供者:whuqin
  1. tclinterop

    0下载:
  2. 在C#中嵌入TCL解释器,执行TCL脚本的源码示例-In the C# Embedded TCL interpreter, the implementation of TCL example scr ipt source
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:782350
    • 提供者:zq20082008
  1. jsqgz

    0下载:
  2. 现代解释器的Java实现(English Version)-Modern interpreter of Java to achieve (English Version)
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2871944
    • 提供者:tom
  1. basicsrc

    0下载:
  2. 用C写的Win32 BASIC解释器 asdf wefw-Win32BASIC written with C interpreter asdf wefw
  3. 所属分类:Button control

    • 发布日期:2017-04-04
    • 文件大小:161656
    • 提供者:your name
  1. analys

    0下载:
  2. vb scr ipt子集解释器 Makefile.vb用于生成解释器的c代码 可执行程序需要自己写main函数,调用解析类vbs_content,自行生成。 -vb scr ipt interpreter subset Makefile.vb interpreter used to generate the c code to write executable programs need to have their own main function, call the analyt
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:12242
    • 提供者:mxx
  1. jflex-1.4.2

    0下载:
  2. java语法解释器生成器,有源码和相关文档-java syntax parser generator, a source code and related documentation
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:1273741
    • 提供者:冯超
« 1 23 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com