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

搜索资源列表

  1. 编译原理课程设计报告LL1文法

    0下载:
  2. 课程设计的目的 通过课程设计进一步理解高级语言在计算机中的执行过程,加深对编译原理中重点算法和编译技术的理解,提高自己的编程能力,培养好的程序设计风格。同时通过某种可视化编程语言的应用,具备初步的Windows环境下的编程思想。解和掌握LL(1)语法分析方法的基本原理;根据给出的LL(1)文法,掌握LL(1)分析表的构造及分析过程的实现。 -curriculum design through curriculum design aimed to further understand se
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:124.02kb
    • 提供者:爽爽
  1. CNF

    0下载:
  2. 编译原理中CNF算法,请仔细审查,想必会有用的-compiler Principle CNF algorithm, carefully review must be used
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-08
    • 文件大小:10.22kb
    • 提供者:刘缵敏
  1. NFAtoDFA

    0下载:
  2. NFAtoDFA也是编译原理中的算法,供大家参考,有意见联系我-NFAtoDFA compiler theory is the algorithm, for your reference, I have Contact
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-08
    • 文件大小:10.84kb
    • 提供者:刘缵敏
  1. cweb.tar

    0下载:
  2. 著名算法大师高爷爷设计的语言。此语言结合了Tex和C,在写源代码的时候,详细注释,用一个工具单独在源码里面提取C代码编译,还有一个工具单独在源码里面提取Tex源码编译生成文档-famous masters Grandpa algorithm design language. This language combines Tex and C, writing source code, detailed notes, with a separate tool from inside the C so
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:218.7kb
    • 提供者:梁飞
  1. XTokenString

    0下载:
  2. 这是一个高效的多字段匹配算法的程序,可以精确的定位在某个字段上有那些内容。-This is a more efficient matching algorithm field procedures, the positioning precision in a particular field are those elements.
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-10
    • 文件大小:37.63kb
    • 提供者:路晓遥
  1. lr0

    0下载:
  2. 编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 -compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for the sentence syntax
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:38.46kb
    • 提供者:朱俊
  1. com.lxx.compiler

    1下载:
  2. 使用Eclipse开发的词法分析器和语法分析器,其中词法分析器用的自己设计的算法~-use Eclipse development of the lexical analyzer and parser, with the lexical analyzer designed algorithm ~
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:270.1kb
    • 提供者:菱形心
  1. exelmp

    0下载:
  2. 一个简单的公交查询管理系 d 统,采用最短路算法,利用odbcapi函数访问数据库。 -a simple inquiry Bus Marketing Management-d, the most shorted algorithm, use odbcapi function access to the database.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:45.08kb
    • 提供者:jhghgh
  1. madai

    0下载:
  2. 自己编写的一个算法,如果有错误或是不当支出,希望大家多多指教-themselves prepared an algorithm, if any errors or inappropriate expenditures, we hope the exhibitions
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.37kb
    • 提供者:小余
  1. slr(1)

    0下载:
  2. 这个是编译原理中非常重要的算法之一,如果能掌握好它将对以后的学习非常有好处!-the compiler is a very important principle of the algorithm, if we can master it right after learning very good!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8.27kb
    • 提供者:an
  1. LR0_show

    0下载:
  2. 本人编写的编译原理中LRO算法的演示程序,里面有较为详尽的文字说明-prepared by the compiler principles of the algorithm LRO Demonstration Program, which has a more detailed descr iption of
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:170.31kb
    • 提供者:杨杰
  1. 200561672100409

    0下载:
  2. 一个小语言的词法分析程序,很不错的哦.. 可以算是一个算法的小程序了! -a small language lexical analysis procedures, very good .. Oh algorithm can be considered as a small procedure!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.45kb
    • 提供者:why
  1. complior

    0下载:
  2. 编译器词法分析 1. 设计扫描器的自动机; 2. 设计翻译、生成Token的算法; 3. 编写代码并上机调试运行通过。 • 要求:输入——源程序文件; 输出——(1)相应的Token序列; (2)关键字、界符表,符号表,常数表。 -compiler is a lexical analysis. Automatic design of the scanner; 2. Design translation, the Token generation algor
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5.3kb
    • 提供者:送水的
  1. 5_BT

    0下载:
  2. BT教师的BT课程的BT成绩算法 输入学生各种成绩,按BT算法统计,并按格式输出 是我们老师的程序-teachers BT BT BT results courses students algorithm input various achievements, according to BT statistical algorithm, Output format is in accordance with our procedures for teachers
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:jack
  1. Dijkstra_c

    0下载:
  2. C#中实现最短路,该图算法描述的是这样的场景:图由节点和带有方向的边构成,每条边都有相应的权值,路径规划(最短路径)算法就是要找出从节点A到节点B的累积权值最小的路径。-achieve the most short-circuit, the algorithm described in the plan that is the scene : map with nodes and from the direction of the edges, and each side has a corre
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. mp3解码算法 ,能够在 个人 pc机上成功地 解码 播放 mp3文件 -mp3 decoding algorithm, to the individual pc crew successfully decode mp3 players document
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:37.09kb
    • 提供者:谢敏
  1. ll1Analysis

    0下载:
  2. LL(1)分析法 1、LL(1)分析法的功能 LL(1)分析法的功能是利用LL(1)控制程序根据显示栈栈顶内容、向前看符号以及LL(1)分析表,对输入符号串自上而下的分析过程。 2、LL(1)分析法的前提 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法, 3、LL(1)分析法实验设计思想及算法-LL (1) an analysis, LL (1) Analysis of the functional LL (1) Analysis of the fun
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:吴伟
  1. paser

    0下载:
  2. 一个简单的语法分析器实现,采用的是自顶向下的算法,结构清晰,容易理解,适合初学者学习。-Parser A simple realization is based on top-down algorithm, the structure of clear and easy to understand for beginners to learn.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:258.6kb
    • 提供者:罗兴
  1. operator-priority-algorithm

    0下载:
  2. 本程序是对算符优先算法的简单实现,适合初学编译原理的人参考使用-This program is a simple algorithm to achieve the priority operator, suitable for beginners who compiled reference works
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:3.18kb
    • 提供者:yjj
  1. pridiction-analysis-algorithm

    0下载:
  2. 本程序实现的是预测分析算法,是编译原理上机实现的具体源码-The program analysis algorithms to achieve the forecast, the principle is to compile the source code on the machine to achieve the specific
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:2.29kb
    • 提供者:yjj
« 12 3 4 5 6 »
搜珍网 www.dssz.com