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

搜索资源列表

  1. BAS-INT1

    0下载:
  2. A tiny BASIC interpreter in c !
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:21370
    • 提供者:何福保
  1. BAS-INT2

    0下载:
  2. http://www.programmersheaven.com/zone6/cat700/16060.htm A tiny BASIC interpreter with C++ sourcecode
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:22126
    • 提供者:何福保
  1. YABASIC的一个解释器

    0下载:
  2. 用C语言写的YABasic解释器,可以在Linux/windows等多个平台上运行-C YABasic written language interpreter, the Linux / windows etc. running on multiple platforms
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:302060
    • 提供者:
  1. Mathshandbook

    0下载:
  2. 此程序在K6II350,TC2.0环境下通过翻译、运行。 演示了五个优先级队列,时间片分别为8、16、32、64,128。 -K6II350 in this procedure, WITH TC 2.0 environment through an interpreter, run. Demonstration of five priority queues, time-were 8,16,32,64,128.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:127157
    • 提供者:鸡冠花
  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. 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. 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. ScriptEngine

    0下载:
  2. 可以和GameBryo、Unreal、Ogre等集成的Ruby脚本解释器,可以用来做关卡设定和服务器yield逻辑回调。可以用来替换奇迹世界、天机等的服务器逻辑判定模块-Can GameBryo, Unreal, Ogre, etc. Ruby integrated scr ipt interpreter, so points can be used to set and server callback logic yield. Can be used to replace the miracl
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1318068
    • 提供者:rubysolo
  1. Interpreter

    0下载:
  2. C# 表达式解析应用 主要对象: 1.Parser 处理数学公式文件2.Interpreter 管理符号 3.BizMgr 业务层面封装和管理Parser和Interpreter 详见代码 -C# expression analysis applications
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:181258
    • 提供者:温智星
  1. interprete-pascal

    0下载:
  2. a function interpreter for object pascal-a function interpreter for object pascal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:8862
    • 提供者:pijama.cu
  1. EX1

    2下载:
  2. 命令解释器的实现: 学会在Win32环境下创建与使用进程,学会用使用类ifstream读入文件,将batch文件中所列的应用程序启动运行(批处理)。 -Implementation of the command interpreter: learn to create and use under Win32 process, learn to use the class ifstream read files, batch files listed in the application
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1247
    • 提供者:Nancy
  1. interpreter

    0下载:
  2. 在VS2005.NET开发环境下,使用C#语言设计了一个对机器人指令进行翻译的解释器。 -In VS2005.NET development environment, using C# language design a robot command interpreter to translate.
  3. 所属分类:.net

    • 发布日期:2017-03-28
    • 文件大小:337015
    • 提供者:luzhou
  1. Interpreter

    0下载:
  2. 小型数据库系统miniSQL的interpreter模块-miniSQL s interpreter module~~
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-16
    • 文件大小:12922
    • 提供者:chen
  1. Interpreter-Design-Pattern

    0下载:
  2. Interpreter Design-Pattern for Convert Chinese Number for VC6project
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:873368
    • 提供者:shuren88
  1. Beelzebub-language-interpreter

    0下载:
  2. 数据结构课程设计《魔王语言解释》有一个魔王总是使用自己的一种非常精练而抽象的语言讲话,没有人能够听得懂,但他的语言是可以逐步解释成人能听懂的语言的,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的。-Data structure curriculum design devil language interpreter There is a devil always uses its own in a very concise and abstract language speech
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:40535
    • 提供者:姚志远
  1. Interpreter-652224Decrypt__197224

    0下载:
  2. 与大家一起分享源码Interpreter-652224Decrypt__197224的功能,源码还是不错的-And share the source code Interpreter- 652224 decrypt__197224 function, source code is ok
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:8799
    • 提供者:WPI215134
  1. Interpreter-93961Cloud6863957

    0下载:
  2. 这是电脑系统应用方面的功能源码Interpreter-93961Cloud6863957,分享给同学们学习-This is the function of the computer system application source code Interpreter- 93961 cloud6863957, share learning to students
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2276
    • 提供者:phg-658551
  1. BASIC的一个解释器

    0下载:
  2. The code shows how to implement an interpreter (for Basic specially).
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:101376
    • 提供者:shawn5013
  1. Lisp-Interpreter-Draw-Qt-master

    0下载:
  2. Lisp Interpreter for c++ and Qt Library
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:116736
    • 提供者:xstriga
  1. XEROX-APL

    0下载:
  2. XEROX APL Interpreter language ( < 1973 ). Written in XEROX Sigma computer AP ( Assembler Program ) Assembly language
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:375808
    • 提供者:APLSVBill
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com