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. 词法分析器-编译

    0下载:
  2. 基于c语言编写的关于编译中的词法分析算法的编程-based on the language compiler of lexical analysis algorithm programming
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:50.97kb
    • 提供者:贾利新
  1. 递归下降分析法(编译原理).tex

    0下载:
  2. 递归下降分析法 是编译原理课程设计的源代码 可用来研究递归下降算法-decline recursive analysis is to compile the curriculum design principle source code can be used to study decline recursive algorithm
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:916byte
    • 提供者:刘飘
  1. maxent-2.4.0

    0下载:
  2. 基于统计的文本分析中,最为常用的最大熵算法,可直接调用,广泛用于词性标注,词义消岐等-based on statistical analysis of the text, the most commonly used of maximum entropy algorithm, can be called directly, widely used in tagging, Words such as Consumers qi
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-03-28
    • 文件大小:2.37mb
    • 提供者:廖剑
  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. nfa

    0下载:
  2. NFA DFA相关算法 编译原理的一个实验内容 使用VC++打开-NFA DFA correlation algorithm compiler principles of the use of an experimental content VC Open
  3. 所属分类:编译器/词法分析

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

    1下载:
  2. 算符优先分析算法实现 编译原理课程设计 显示移进规约-operator priority analysis algorithm compiler theory of curriculum design show moved into the Statute
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.51kb
    • 提供者:钱雷
  1. base64decoder

    0下载:
  2. Base64 decoder for Visual C++, 所谓的Base64 , 是密码学中的一门算法 , 在计算机界来说 , 常常运用在EMAIL传送之上-Base64 decoder for Visual C, the so-called Base64. Cryptography is the one algorithm, in the computer industry, for example, is often used in transmission above EMAIL
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:35.83kb
    • 提供者:陈志文
  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. turbo_VHDL

    2下载:
  2. Turbo Decoder Release 0.3 * Double binary, DVB-RCS code * Soft Output Viterbi Algorithm * MyHDL cycle/bit accurate model * Synthesizable VHDL model -Turbo Decoder Release 0.3 * Double binary, DVB-RCS code * Soft Output Viterbi Algorithm * M
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:151.14kb
    • 提供者:鲁京
  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. rs-codec-8-4

    0下载:
  2. encode.v The encoder syndrome.v Syndrome generator in decoder berlekamp.v Berlekamp algorithm in decoder chien-search.v Chien search and Forney algorithm in decoder decode.v The top module of the decoder inverse.v Computes multiplic
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:43.86kb
    • 提供者:zs8292
  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. shumojiaocheng

    0下载:
  2. 关于lingo教程和一些小算法。。数模者愈看从速哦。嘿嘿·-About lingo tutorials and small algorithm. . Digital-analog were more to see as soon as possible oh. Hey
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:280.62kb
    • 提供者:zhang
  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. Algorithm-to-generate-armstrong-numbers

    0下载:
  2. Algorithm to generate armstrong numbers
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:11.31kb
    • 提供者:ASAD
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com