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

搜索资源列表

  1. ExpressAnalysis

    0下载:
  2. 表达式分析, 支持算术运算,括号,关系运算,逻辑运算,字符串的like运算等。采用了有限自动机做词法分析, 语法分析用算符优先分析方法,正负号算符使文法不是OPG,因此这里作了特殊处理。分析的结果是逆波兰式, 存在一个链表中。在逆波兰式的基础上,用一个栈来进行求值。在vc++6.0下试验通过。 如有问题,可以mail: zch888email@163.com 我将尽快回复你。-expression analysis, supports arithmetic operations, bra
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:22.27kb
    • 提供者:大山
  1. sdfefefa

    1下载:
  2. 此次课程设计我的设计题目是:判别后缀表达式。其具体要解决的问题是: (1)假设表达式由单字母变量和双目四则运算符构成; (2)从键盘输入任意一个非空的表达式; (3)利用栈,判别输入的表达式是否是一个正确的后缀表达式; (4)把正确的后缀表达式转换为前缀表达式; (5)测试用例自己设计。 -current curriculum design I design entitled : distinguishing suffix expression. To solve the
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:20.6kb
    • 提供者:朱杰
  1. hc_compiler

    0下载:
  2. 由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面:   不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系,最后只得把扫描器中已做好的相关的数组部分删去。   对于float数据类型的支持,直到语义分析都是正常的,也能生成相应的汇编代码,但由于我们对8086/8088指令系统本身了解不足,这样的汇编代码将只能做到含义上完全忠实于源程序,但不能运行。   对于局部变量的支持,则于时间紧迫,所有的局部变量全被处理成静态变量。使递归函数不能得到正确
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:254.46kb
    • 提供者:周杰
  1. 语法分析器:递归下降子程序的编写

    0下载:
  2. 语法分析器:递归下降子程序的编写 通过本实验,了解递归下降预测分析的原理和过程以及可能存在的回溯问题,探讨解决方法,为预测分析表方法的学习奠定基础。分析递归下降子程序的优缺点。-Parser: recursive descent routines written by this study to understand the principle of recursive descent and the process of predictive analysis, and possibl
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-03-22
    • 文件大小:218.96kb
    • 提供者:*飞
  1. Example_1

    0下载:
  2. 解决拜占庭将军问题典型问题的源程序。分别采用Dolev算法、快速收敛算法、及 混合算法等多种算法。-Byzantine generals problem solving typical problems of the source. Respectively Dolev algorithm, fast convergence algorithm and hybrid algorithm and other algorithms.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:603byte
    • 提供者:李伟
  1. translation

    0下载:
  2. 赋值语言翻译(C++)源代码+详细的课程设计报告 定义赋值语句;分析出翻译中要解决的问题;明确翻译错误的表达以及处理-Assignment language translation (C++) Source code report detailed the definition of curriculum design assignment analysis of translation problems to be solved clear expression of a tran
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:30.09kb
    • 提供者:michelle
  1. cifa

    0下载:
  2. 能实现对输入字符的词法分析,但不太完善,还需要进一步完善,结果中会出现毛病.-To achieve the input of the lexical analysis of characters, but less than perfect, but also need to be further improved, the result will be problems.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:9.75kb
    • 提供者:夜间游子
  1. UVASolutions4

    0下载:
  2. UVA Online Judge solutions to the problems
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:2.53kb
    • 提供者:shekhar
  1. UVASolutions3

    0下载:
  2. UVA solutions to few selected problems
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2.36kb
    • 提供者:shekhar
  1. UVASolutions1

    0下载:
  2. UVA solutions to few selected problems
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2.44kb
    • 提供者:shekhar
  1. UVASolutions6

    0下载:
  2. UVA solutions to few problems
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:1004byte
    • 提供者:shekhar
  1. Compiler

    1下载:
  2. 本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析、抽象语法树和类型检查的设计和实现方法,以及课程设计中碰到的问题、实验心得、参考数据等。-Tiger of the design language for the source language, has produced a compiler front-end parts, including the lexical analysis, syntax analysis, abstract syntax tre
  3. 所属分类:Compiler program

    • 发布日期:2014-11-09
    • 文件大小:380.66kb
    • 提供者:jack sio
  1. flex_bison

    0下载:
  2. Learn how to use flex and bison to process text data in Linux or Unix with the updated edition of this classic book. Whether you re interpreting code, configuration files, or any other structured format, flex & bison explains how these flexible utili
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2.71mb
    • 提供者:翁彬彬
  1. DT900fonts

    0下载:
  2. DT930字体,解决DT900程序在930上横向显示的问题 -DT930 fonts to resolve DT900 program 930 on the horizontal display problems
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:110.69kb
    • 提供者:liming
  1. NSGA-II

    0下载:
  2. It s NSGA-II with code in C for scheduling problems
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:153.84kb
    • 提供者:Duy
  1. GATOOLS

    0下载:
  2. Source code GA in Matlab code, multiobjective scheduling problems
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:100.09kb
    • 提供者:Duy
  1. bianyiyuanlixitiku

    0下载:
  2. 编译原理的全套课件和习题库,每章的都有,还有很多模拟题-Complete set of compiler theory courseware and exercise database, each chapter there, there are many simulation problems
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:262.93kb
    • 提供者:meiguo
  1. 12

    0下载:
  2. 这是C++编译常见的问题分析,希望大家能够积极探讨-This is a C++ compiler analysis of common problems, hope that we can study
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:10.93kb
    • 提供者:董亚强
  1. 32993992-c-cpp-programs-with-numerical-problems.r

    0下载:
  2. c++ (cpp) programs with numerical problems- c++ (cpp) programs with numerical problems
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:9.74kb
    • 提供者:vq
  1. Programming-Problems

    0下载:
  2. Programming Problems
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:5.85kb
    • 提供者:haicp
« 12 »
搜珍网 www.dssz.com