CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - .e

搜索资源列表

  1. cck

    0下载:
  2. 基于递归下降分析法的循环语句WHILE E DO S1的语法及语义分析程序,其中E为布尔表达式,S1为赋值语句。输出的中间代码选用逆波兰式
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3807
    • 提供者:frank
  1. Regular

    1下载:
  2. 输入一个正则表达式,可以使用: 小写字母或数字,表示终结符;*,闭包;+,并集;~,补集;E,空串;O,空集 然后程序将生成 相应的NFA,以及化简之后的DFA,最后再输入一个字符串,程序判断它是否满足该正则表达式-input is a regular expression, you can use : lowercase letters or numbers, said Fu end; * Closure; , And set; To complement the set; E, empty
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:175504
    • 提供者:杨震原
  1. 国立——词法分析

    0下载:
  2. 自己做的一个普通词法分析程序c语言环境终结符:e c j t u可扩展-have done an ordinary lexical analysis procedure c language environment End Address : c j e t u scalability
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3342
    • 提供者:海浪
  1. pl/0

    0下载:
  2. /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-09-13
    • 文件大小:25139
    • 提供者:xqq771084591
  1. yufafenxi.rar

    0下载:
  2. 程序名称: 递归下降语法分析器 程序用途: 编译原理实验 实验题目: 识别下列表达式 E->E+T|T T->T*F|F F->(E)|i ,Name: recursive descent parser program purposes: to compile the experimental subject of experiment: Identify the following expression of E-> E+ T | T T-> T* F |
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:853
    • 提供者:zdh
  1. chm_Decoder

    0下载:
  2. CHM Encoder 可以反编译你的 CHM 文件或 E-Book 电子图书并提取它们的所有源文件。 你想要将 CHM 转换为 HTML 吗? 那么请立即使用 CHMDecoder 吧! 该工具是免费的并且十分易于使用。 -CHM Encoder may decompile your CHM files or E-Book E-book and extract all their source files. You want to convert CHM to HTML? So
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:434620
    • 提供者:carlose
  1. unewssetup

    0下载:
  2. unEbookWorkshop是专门用来反编译 ebook Workshop( e书工场 )制作的EXE电子书源文件的工具软件(E书反编译工具),可以迅速地反编译EXE电子书里面的全部源文件,并且完美地恢复源文件的全部目录结构及文件名,以便帮助用户得到源文件进行资料恢复或二次编辑。unEbookWorkshop支持批量操作,您只需指定一个包括EXE电子书的目录,unEbookWorkshop会自动把指定目录下符合条件的文件一次性反编译。 从V3.50开始支持反编译电子书制作时用到的原始的工程文
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:857978
    • 提供者:carlose
  1. ean13

    0下载:
  2. EAN-13的VB源代码,请有需要的,-EAN-13 of the VB source code, please necessary
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:24117
    • 提供者:steven
  1. CompilerConstructionPrinciplesAndPracticeChs

    0下载:
  2. 编译原理应用教程 解释器构造与实践电子书-Compilation Principle Application Guide interpreter structure and practice of e-books
  3. 所属分类:Compiler program

    • 发布日期:2017-05-20
    • 文件大小:5666646
    • 提供者:刘若杰
  1. suanfuyouxianfenxiqi

    2下载:
  2. 【目的】 设计一个算符优先分析器,理解优先分析方法的原理。 【要求】 使用算符优先分析算法分析下面的文法: E’ → #E# E → E+T | T T → T*F | F F → P^F | P P → (E) | i 其中i可以看作是一个终结符,无需作词法分析。具体要求如下: 1. 如果输入符号串为正确句子,显示分析步骤,包括分析栈中的内容、优先关系、输入符号串的变化情况; 2. 如果输入符号串不是正确
  3. 所属分类:Compiler program

    • 发布日期:2015-09-21
    • 文件大小:2918
    • 提供者:王东旭
  1. programming_in_lua

    0下载:
  2. programming_in_lua电子书-programming_in_lua e-book
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:1344411
    • 提供者:pengzhenglin
  1. redundantpaths

    0下载:
  2. c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that u
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:1748
    • 提供者:jazz
  1. Analysis_of_the_essence_of_C_language_examples

    0下载:
  2. ◎ 光盘内容说明 1.【Code】目录,包括实例1~190的所有源代码和可执行程序。 2.【Tools】目录,包括TC2.0编译器。 ◎ 光盘使用说明 1. 源代码的使用说明,参见【Code】目录下的CodeReadme.txt文件。 2. TurboC 2.0 的安装方法,参见【Tools】目录下的ToolsReadme.txt文件。 ◎ 技术支持 在光盘使用过程中,如果遇到问题,请发邮件至linread@163.com或
  3. 所属分类:Compiler program

    • 发布日期:2017-05-17
    • 文件大小:4575506
    • 提供者:吕成林
  1. softhy854g

    0下载:
  2. 这是一个很好的图书管理系统 数据库SQL2005-e i fjfianidfn ldsif ldno lviv livdf
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:310147
    • 提供者:sunchengjie
  1. nesc-ref.pdf

    0下载:
  2. nesc language introduction. nesC is an extension to C [2] designed to embody the structuring concepts and execution model of TinyOS [1]. TinyOS is an event-driven operating system designed for sensor network nodes that have very limited resourc
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:195591
    • 提供者:Moe
  1. MotorControl

    1下载:
  2. this the stepper motor contro lcode on xilinx spartan fpgas enjoy the cod e nd keep helpin each other-this is the stepper motor contro lcode on xilinx spartan fpgas enjoy the cod e nd keep helpin each other
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-08-08
    • 文件大小:563993
    • 提供者:ahmad
  1. acpi_compilers_decompiles

    0下载:
  2. Collection of ACPI compilers and decompilers, ACPI specification 3.0 and docs.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-17
    • 文件大小:4798687
    • 提供者:glaux
  1. EXEmaker

    0下载:
  2. 基于VIRTOOLS的封装工具,可以把virtools文件打包成为exe-Based on VIRTOOLS packaging tools can be packaged into exe files virtools
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2417572
    • 提供者:wujianping
  1. Virtoolsmexe

    0下载:
  2. 专门用来包装virtools文件的另一款工具,很好用的-Dedicated to packaging virtools file another tool, a very good use
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2276295
    • 提供者:wujianping
  1. fuzhiyuju

    0下载:
  2. 赋值语句语法分析器 文法: EVA_SENTENCE  id := E; E  E + T | T T  T * F | F F  i | ( E ) -grama analys
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:7495
    • 提供者:宋楷
« 1 23 4 »
搜珍网 www.dssz.com