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

搜索资源列表

  1. msh

    0下载:
  2. 编译简单的shell命令解释器(shell内外部命令,管道,列表,重定向等)-Compile simple shell command interpreter (shell within external command, pipeline, lists, redirects, etc.)
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4194
    • 提供者:士大夫
  1. KEIL

    3下载:
  2. 单片机上的python解释器,能在单片机上解释sd中的python语言的一些计算的代码-python language interpretation on single chip
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:36543
    • 提供者:刘振贤
  1. CMMParserOfIss

    0下载:
  2. 这是武大国软的解释器构造课程的词法分析器代码-This is Wutai Guo soft interpreter configuration program lexical analyzer codes
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:141284
    • 提供者:liu
  1. CMMParse

    0下载:
  2. 这个是国软桂浩的解释器构造课程最后的大作业。-Gui Hao interpreter course last big construction job.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-13
    • 文件大小:2874166
    • 提供者:liu
  1. copiler

    0下载:
  2. 编译原理实验,实现PL语言的解释器,实现几条简单的语句。-Compiler principle experiment, PL language implementation of the interpreter, to achieve a few simple statements.
  3. 所属分类:Compiler program

    • 发布日期:2017-06-11
    • 文件大小:17963006
    • 提供者:张根
  1. compilor

    0下载:
  2. C++语言解释器,可以将自己定义语言转化为C++语言。实用。-C++ language interpreter, you can define the language into C++ language. Practical.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-28
    • 文件大小:162781
    • 提供者:wushengguang
  1. C-interpreter-Picoc-2.1

    1下载:
  2. Picoc是google开源代码项目中看到的一个项目,其初衷貌似是要做一个在小的嵌入设备上的C解释器。它的核心代码只有3500行左右,可读性不错,虽然没有实现完整的ISO C标准,基本的C运行库还是具备了。-Picoc is a very small c interpreter.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:406590
    • 提供者:张清华
  1. Interpreter

    0下载:
  2. 简易语法解释器Demo,使用递归下降分析法-Simple Intepreter demo
  3. 所属分类:Compiler program

    • 发布日期:2017-06-03
    • 文件大小:15335533
    • 提供者:王宇
  1. ARM_s

    0下载:
  2. source Insight,代码arm风格,关键词解释器-source insight, arm code interpreter
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1566
    • 提供者:黄强
  1. CMMLanguageAnalyzer

    0下载:
  2. CMM解释器,C语言编写,附带源码和exe文件,及示例文件-CMM interpreter, programed by C language
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:50729
    • 提供者:taotaoqiqi
  1. EX1

    0下载:
  2. 命令解释器的实现,将batch文件中所列的应用程序启动运行.ex1-Implementation of the command interpreter,Start running the application listed in the batch file
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2278886
    • 提供者:yang
  1. c4.tar

    0下载:
  2. C预言实现的简单的c语言解释器,功能比较全面-A simple C interpreter
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:125952
    • 提供者:任毅
  1. explain-tools

    0下载:
  2. 一个简单的图形解释器,西电软院大三编译原理上机题目。-a simple picture explain tools
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2494443
    • 提供者:郭贝贝
  1. scheme_demo

    0下载:
  2. scheme解释器的c++模板,可在此基础上开发scheme解释器scheme解释器的c++模板,可在此基础上开发scheme解释器-this is scheme
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7660
    • 提供者:朱雄
  1. xrc_vs2008_C

    0下载:
  2. xrc_vs2008_C语言解释器
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-12-21
    • 文件大小:5981913
    • 提供者:张嘉璐
  1. cmmjava5

    0下载:
  2. cmmm解释器,用于对cmm语言进行编译执行,采用swt框架编写界面-this is the interpreter for cmm you can compile the cmm file to be run. ......
  3. 所属分类:Applet

    • 发布日期:2017-05-30
    • 文件大小:12079691
    • 提供者:李曌
  1. loucomp

    0下载:
  2. 这个代码不是我写的,是编译原理及实践课后带的源码,就是Tiny解释器,C语言写的-This code is not mine, is to compile the principle and practice after school with the source code, is Tiny interpreter, C language to write
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:58408
    • 提供者:pngfiwang
  1. how-to-write-an-interpreter

    0下载:
  2. 教会你如何构造解释器,对于想要从事解释器学习的朋友会有帮助。-Teach you how to construct the interpreter, you want to engage in the interpreter to learn a friend will help.
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:418363
    • 提供者:zebra
  1. picoc

    0下载:
  2. picoc解释器,移植mrc版本的,敢和姐姐洪荒剑君-the picoc form jni!
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-29
    • 文件大小:56097
    • 提供者:谭福友
  1. src

    0下载:
  2. 一个功能强大的字符串裂解类,可以用于解释器程序,词法分析程序的前身。你还为java的split功能有限而苦恼吗,你还为可恶的正则表达式的复杂度和健壮性而苦恼吗。该类可以满足你的需求,可以以包含,排除两种方式裂解,可以包含分隔符,不包含分隔符,可以区分大小写,也可以不区分,总之,基本可以满足大部分需求了,注意该算法只考虑功能强大,不考虑效率问题,不一定能够适合大规模批量生产。理解示例: 原字符串:12a345B67cc890 规则符:a,b,cc 裂解方式:包含分隔符,区分大小写
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:4846
    • 提供者:1111
« 1 2 ... 23 24 25 26 27 2829 30 31 32 »
搜珍网 www.dssz.com