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

搜索资源列表

  1. crossref

    0下载:
  2. 交叉引用生成器的一个程序,统计稳当中出现的词汇数量,打印统计结果-generate cross-references for a procedure, which reliable statistics of the number of vocabulary, print results
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-12
    • 文件大小:3.11kb
    • 提供者:zpa
  1. 编译LLR(1)

    0下载:
  2. 用户输入一个文法,然后再输入,要被分析的字符串,自动进行语法分析,把每一不的分析过程都一一打印出来。直到分析成功或失败。-a user input grammar, and then imported to the string were analyzed automatically syntax analysis, the analysis of each process does not have to print out on January 1. Until the analysis o
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9.14kb
    • 提供者:小名
  1. printer

    1下载:
  2. 采用c8051f020芯片,此程序运行时就可驱动微型打印机打印字符或汉字,打印内容可自己定义 -Using c8051f020 chip, this program is running can drive mini-printer character or characters, print content can define their own
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1.01kb
    • 提供者:张 勇
  1. vbacodeprint

    0下载:
  2. 使得你能打印你的VBA代码带有色彩,具有良好的使用界面,支持Microsoft Office的全系列程序。针对的用户包括从初学者到专家,对于学习者、对相应工程编制文档和调试复杂系统是理想的工具。支持的输出格式包括RTF, HTML,PDF等。 -Allows you to print your VBA code with color, has a good user interface, support for Microsoft Office
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3.77mb
    • 提供者:carlose
  1. LR1

    0下载:
  2. 以lr1分析法,按照给定的文法分析单词序列是否合乎语法要求,将每一步分析打印出来,并给出最后结果.-To lr1 analysis, in accordance with the given word sequence grammar analysis grammar requirements whether it will print out every step of the analysis and give the final results.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:16.68kb
    • 提供者:Jimmy
  1. LRParser

    0下载:
  2. LRParser.exe 是语法分析器,运行时必须传入syntax文件和对应的action文件,这两个文件必须是对应的,否则运行结果不可预料。运行停止后可以使用 “?” 命令来查询支持哪些 Command。例如用 result 命令来打印分析后的语法树。-LRParser.exe is the parser, run-time files and syntax must be introduced into the corresponding action document, which cor
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:163.62kb
    • 提供者:朱斌
  1. cifafenxiqi

    0下载:
  2. 实现一个词法分析器,词法分析程序的主要任务是从左到右扫描每行源程序,拼成单词,换成统一的内部表示 (token)输出,送给语法分析器。具体包括: –组织源程序的输入; –按规则拼单词,并转换成二元形式; –滤掉空白符,跳过注释、换行符及一些无用的符号(如字符常数的引号) (实验一已完成); –进行行列计数,用于指出出错的行列号,并复制出错部分; –列表打印源程序; –发现并定位词法错误; –生成符号表。token 文件和符号表用作语法分析的输入部分。
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:28.18kb
    • 提供者:何娜
  1. Anti-compilationTools

    0下载:
  2. 反编译工具,适用于C#、VB、Dlphi-REFLECTOR SOFTWARE LICENSE ("License") The following sets out the full License with respect to the use of the Reflector Software. IMPORTANT NOTICE: Please read this License carefully. BY DOWNLOADING, INSTALLING AN
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1.03mb
    • 提供者:lfhc
  1. Hoffmanndecoder

    0下载:
  2. 从键盘输入若干字符及每个字符出现的频率,将字符出现的频率作为结点的权值,建立哈夫曼树,然后对各个字符进行哈夫曼编码,最后打印输出字符及对应的哈夫曼编码。-From the keyboard characters and each character appear frequency, the frequency as characters of weights, build node tree, then hoffmann for each character coding hoffmann l
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:3.26kb
    • 提供者:刘晓溪
  1. gg

    0下载:
  2. this is address program add print exit
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:427.99kb
    • 提供者:jinbae
  1. wcp

    0下载:
  2. 文件中:wcp.exe是我们针对编译实验的文法的一个编译器(不含源码);pi.txt和prime_number.txt是按照实验文法写的测试程序(前者是求pi值,后者是求质数) 注:wcp将编译和执行放在了一起,而且对原实验文法做了以下扩展 1.标识符采用c语言标准的标识符 2.增加了print语句来打印结果(statement:print VarList ) 执行方法:在cmd下进入wcp所在目录,如 E:\My Learns\编译原理 然后执行如下 E
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:28.64kb
    • 提供者:小全
  1. 1-1

    1下载:
  2. 《现代编译原理C语言描述》书上第一章的直线式程序解释器的一个问题:写一个函数int maxargs(A_stm),告知给定语句中任意子表达式内的print语句的最大参数个数. 参照所给部分源码,在Linux环境下编写的,GCC版本4.4.4测试通过-The book Modern compiler Implementation In C, in first chapter of the book linear program interpreter there be a problem: W
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:20.29kb
    • 提供者:安哥拉
  1. lex_simple

    0下载:
  2. 简单的lex编程,详细见英文描述 Running the Lex program 1. Write the Lex specifications as described above in a file, say, prog1.l 2. On moon.cse.yzu.edu.tw, do the following: flex prog1.l (Produces lex.yy.c as the output) gcc lex.yy.c -lfl (Compi
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:22.72kb
    • 提供者:yifuren
  1. priority.tar

    0下载:
  2. 编译原理算符优先分析实现,可以打印出比较帅的语法树-Compiler theory operator priority to achieve, you can print out the more handsome of the syntax tree
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:4.63kb
    • 提供者:张佳
  1. script_interpreter

    0下载:
  2. 一个用c语言写的解释器,有三种数据类型:int、float、string。支持+ -×/和print功能。虽然很小,但有很强的参考意义,容易扩展-A simple interpreter, there are three data types: int, float, string. Support+- ×/and print functions. Although small, but has a strong reference value, easy to extend
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:17.96kb
    • 提供者:
  1. LALR(1)

    0下载:
  2. 源程序+MyEclipse工程 LALR(1)语法分析程序,包括语法分析表、分析过程以及打印出语法树-Source code+ MyEclipse project LALR (1) parser, including parsing tables, analysis and print out the syntax tree
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:226.82kb
    • 提供者:陶树才
  1. grammar-analyser

    0下载:
  2. 1、任意输入一个文法G; 2、处理文法中可能存在的左递归和公共左因子问题; 3、对文法中的每个非终结符自动生成并打印输出: ① FIRST集; ② FOLLOW集; 4、判断处理后的文法是否为LL(1)文法,如果是,自动生成并打印输出其预测分析表; 5、模拟分析过程。 如输入一个句子,如果该句子合法则输出与句子对应的语法树;能够输出分析过程中每一步符号栈的变化情况。如果该句子非法则进行相应的报错处理。 -An arbitrary input to a gr
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1.42mb
    • 提供者:chenlu
  1. 1

    2下载:
  2. 编译原理实验 表达式翻译器:一个中缀表达式到后缀表达式的翻译器 表达式文法及其翻译模式定义如下: expr  expr + term {print(‘+’)} | expr - term {print(‘-’)}| term term  term * factor {print(‘*’)} | term / factor {print(‘/’)} | factor factor  ( expr ) | id {print(id.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:4.81kb
    • 提供者:wuchiren
  1. scanner_of_P

    0下载:
  2. 切出P語言的token,但尚未return只有印出值,若要return的話在rule最後都加上return NONTERMINAL即可。-print tokens from input of P language
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:10.55kb
    • 提供者:Wu Chi Zu
  1. print-the-calendar

    0下载:
  2. 通过输入要查询的月份,来输出日历形式的该月的日历表-input the month you want to search and print the calendar of the month.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:1.22kb
    • 提供者:吴心宇
« 12 »
搜珍网 www.dssz.com