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

搜索资源列表

  1. liunx_shellprogram

    4下载:
  2. 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用\"&\"操作符作为命令的结束符。一个以\"&\"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用\"<\"和\">\"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符\" \"来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. P
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:23015
    • 提供者:李强
  1. 附录I Little C解释程序源代码

    1下载:
  2. Little C解释程序源代码用C语言实现了一个C语言的子集的解释程序,之所以是子集,是由于考虑到本次毕业设计的时间上并不允许将整个C语言的解释程序完成,事实上,若要将整个C语言的解释程序完成,那将不是凭一己之力加上数月可以完成的。为此,结合所学的编译原理和实现技术以及计算理论,本文之实现了C语言自己的解释程序。-C source code using C language of a C language subset of the procedures explained that the r
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:19611
    • 提供者:卞强
  1. cool

    0下载:
  2. 一个basic语言的解释器,界面及功能均比较的cool,希望能给各位有点帮组-a basic language interpreter, interface and functions comparable cool, in hopes of giving you a little help group
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:283486
    • 提供者:杨圣湖
  1. 使用Java实现语言解释器

    0下载:
  2. 使用Java语言实现Small Basic语言解释器。包括两个主要的子系统:一个是表达式解释器,负责处理数字表达式;另一个是解释器,负责程序的实际执行。-use Java language Small Basic language interpreter. Including the two major subsystems : an expression interpreter is responsible for handling digital expression; Another in
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:17418
    • 提供者:陈宁
  1. SmallBasic解释器

    0下载:
  2. 一个很小的语言解释器,表述了一个微型的 smallbasic语言的解释过程,可以以该语言进行简单的过程语言编程-a small language interpreter, the expression of a miniature smallbasic language interpretation process, the language can be a simple process language programming
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:20214
    • 提供者:扬扬
  1. 个人认为很好用的BASIC脚本解释器

    0下载:
  2. 个人认为很好用的BASIC脚本解释器,可嵌入C程序中使用,支持扩展对象。,Personally think that a good scr ipt to use the BASIC interpreter can be embedded in C programs used to support the expansion of the object.
  3. 所属分类:系统编程

    • 发布日期:2013-02-20
    • 文件大小:284339
    • 提供者:王长春
  1. 本实验要实现一个简单的命令解释器

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

    • 发布日期:2016-04-26
    • 文件大小:8186
    • 提供者:香烟
  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. C语言编译器的实现

    6下载:
  2. 编译原理大作业。C语言编译器的实现。附大作业的doc文档说明部分。 [编译原理豪华版程序.rar] - 编译原理豪华版程序用VC++编写 [附录I Little C解释程序源代码.rar] - Little C解释程序,Translation of the principle of large operations. C language compiler implementations. Attached to large operations doc document explain
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-03-18
    • 文件大小:2843
    • 提供者:zhx
  1. C_Programming_arts.rar

    0下载:
  2. 本书揭示了C++程序员创建世界级软件的奥秘。程序设计大师Herbert Schildt通过将C++语言广泛应用于功能强大的编程任务中,全面展示了C++语言的多功能性,敏捷性,和艺术性。本书内容包括探索C++的功能,创建内存管理的垃圾回收器子系统,开发线程控制面板,建立译码器以扩展C++的功能,开发可断点续传的Internet文件下载工具,创建财务分析库,用基于AI的搜索技术探索人工智能,建立定制的STL容器,以及开发Mini C++解释程序。,This book reveals the C++
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-20
    • 文件大小:5979455
    • 提供者:Andy_Jack
  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. Appro_GPS

    0下载:
  2. 翻译比较常见的GPS协议 GPGGA 和GPRMC 资料来自于英国-//** A high-precision NMEA interpreter //** Adapted from code written by Jon Person, author of "GPS.NET" (www.gpsdotnet.com)
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:3957
    • 提供者:luo
  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. 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. luainterface-2.0.1

    0下载:
  2. 这是一个非常轻便的脚本开发环境。可以通过这个Wrapper把Lua编译器集成到Windows .Net开发环境中。可以支持动态的程序更新。-This wrapper allows programmer to integrate Lua interpreter into windows .net development enviroment. You can dynamically change a program behavior in runtime.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1117413
    • 提供者:hegallis
  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. 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. CMM

    0下载:
  2. 了解cmm语言的语法和词法分析,帮助理解cmm语法解释器的基本设计-Understood cmm language syntax and lexical analysis to help understand the basic design of the the cmm syntax interpreter
  3. 所属分类:Project Design

    • 发布日期:2017-11-09
    • 文件大小:128810
    • 提供者:xiaohan
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 37 »
搜珍网 www.dssz.com