CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 编译原理 的计算

搜索资源列表

  1. 编译原理及实践

    1下载:
  2. 目      录 译者序 前言 第1章   概论 1 1.1   为什么要用编译器 2 1.2   与编译器相关的程序 3 1.3   翻译步骤 5 1.4   编译器中的主要数据结构 8 1.5   编译器结构中的其他问题 10 1.6 &
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-24
    • 文件大小:7612048
    • 提供者:wesong
  1. 算式编译识别(语音版)(原创)

    0下载:
  2. 本程序结合识别技术.编译原理技术.智能发音 本品在识别基本字符基础上,可以识别算式,即给出你书写的算式是否正确,并计算出结果,由于硬件或操作系统的鼠标中断原因,记点不是很好,但我们通过补点基本上处理这个问题,由于字符数据库输入有限和鼠标作为书写工具,所以识别率不能达到100%,但只要你认真书写,慢慢规范书写基本上可达到100%,由于出于对程序的保护,所以不提供原代码,答辩时会透漏,并请您打开你的音响,会听到真人发声 -identification technology. Princip
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2236297
    • 提供者:周百
  1. ExpressCa_m

    0下载:
  2. 学编译原理过程中的一个成果,可以直接输入多项式进行计算,核心代码是从网上下的,修改了原来计算首字符为负号计算错误的BUG,借此抛砖引玉,^_^-school compiler theory of a process results can be directly imported into polynomial calculations, the core code from the Internet under the revised terms of the original negativ
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45330
    • 提供者:johnhans888
  1. evalexpression

    0下载:
  2. 用编译原理方法计算表达式的值,例如(2+3)*84+3这样的复杂表达式 深入体现了面向对象的方法,代码可以很容易进行overwrite-with compiler theory calculated the value of the expression. For example, (2) * 84 3 such a complex expression reflects the depth of object-oriented methods, code can easily overwr
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:14439
    • 提供者:suli
  1. procedure

    0下载:
  2. 程序一:用VC++实现图像检索技术。程序二:在 C 源程序中调用 MATLAB 引擎来计算三次多项式的根。程序三:编译原理词法分析器c++源程序。程序四:银行取款机Cash 系统源程序。程序五:ACCESS2000数据库文件密码的提取。-procedure : VC image retrieval technology. Two procedures : the C source Calling MATLAB engine to calculate cubic polynomial root.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12707
    • 提供者:布布
  1. str_lx(xiugai)

    0下载:
  2. 通过编译原理的知识做的一个小程序,实现的功能是完成字符串表达式的计算
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:27907
    • 提供者:lixia
  1. 自动机

    0下载:
  2. 实现自动机,用于计算理论和编译原理的学习,关于上下文无关文法和正则表达式-automatic machine used in the calculation of compiler theory and principles of learning, on the context-free grammar, and is a regular expression
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8208
    • 提供者:huwu
  1. PhraseAnalyzer

    0下载:
  2. 主要实现表达式计算器词法分析功能,对编译原理中的第一步词法分析所编译的代码-The main achievement of expression calculator lexical analysis function, the principle of compiling the first step in the lexical analysis code compiler
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:13673
    • 提供者:cuckoo-jian
  1. First-fllow

    0下载:
  2. 编译原理里面 计算first和Fllow集合的算法,用C++实现,对该算法升入理解-Compiler Construction Principles calculating the first and inside Fllow collection algorithm, using C++ Achieved understanding of the algorithm to go
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:8753
    • 提供者:sun
  1. WindowsApplication1

    0下载:
  2. 基于编译原理的表达式计算器 使用算符优先算法实现了表达式计算器,能分析用户输入的表达式是否正确,支持括号运算、浮点运算、简单的四则运算、复杂的表达式运算、进制之间的相互转换等。操作简单,界面清晰。-Design of the expression calculator based on the compiler theory
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:84775
    • 提供者:周某某
  1. calculator

    0下载:
  2. 本程序是算术表达式计算程序,通过输入表达式达到计算的目的(编译原理中的词法分析、算符优先分析,可代替目前普遍使用的计算器)。-This procedure is the arithmetic expression program, by entering the expression to achieve the purposes of the calculation (the compiler of the principle of lexical analysis, operator pri
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:303966
    • 提供者:caipan
  1. Jisuanqi

    0下载:
  2. 通过java实现表达式来计算其数值,用到编译原理的内容-Achieved through the java expression to calculate its value, use the contents of compiler theory
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:16582
    • 提供者:dfadf
  1. lex_calculater

    0下载:
  2. Lex文法写的计算器,对学习编译原理的同学是不错的选择,看看它的强大功能吧-Lex wrote the calculator grammar, compiler theory of learning students is a good choice, the power of it to see if it
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:7244
    • 提供者:junko
  1. Calculator

    0下载:
  2. 是一个多功能计算器,可以进行表达式的计算,功能十分强大,表达式公式就用到了编译原理的一些原理,是一个很好的,用来学习的源码。-this is the calculator,the funtions is so strong,you can learn many things from this source.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3720844
    • 提供者:daluzhou12
  1. Review-Questions-compiler-theory

    0下载:
  2. 编译原理复习题,编译原理的概念复习,以及计算题复习,及答案-Compiler theory review questions, review the concept of compiler theory, and calculate the review questions, and answers
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:28221
    • 提供者:taozi
  1. main

    0下载:
  2. 编译原理的作业,计算算术表达式,四则运算-The job of the compiler theory to calculate the arithmetic expression, four operations
  3. 所属分类:Compiler program

    • 发布日期:
    • 文件大小:887569
    • 提供者:郭峰
  1. LL1_calc

    0下载:
  2. 用LL1文法产生的表格,做的预测分析法计算器!如:7+7=;计算可得14.0000(LL1 parse calc. have fun!)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-21
    • 文件大小:8192
    • 提供者:瞒着
  1. compiler

    0下载:
  2. 根据编译器的基本原理,实现简单的加减乘除的计算(According to the basic principle of the compiler, the realization of a simple calculation of add, subtract, multiply and divide.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-29
    • 文件大小:18432
    • 提供者:nihao1996
  1. principles_of_compiler_exp

    1下载:
  2. 编写一个LEX输入文件,使之生成可计算文本文件的字符、单词和行数且能报告这些数字的程序。单词为不带标点或空格的字母和/数字的序列。标点和空白格不计算为单词。(Write a LEX input file to generate programs that can calculate characters, words and rows of text files, and can report these numbers. Words are sequences of letters and n
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:257024
    • 提供者:kathy
  1. 编译原理DFA模拟程序

    2下载:
  2. 编译原理 简单的词法设计——DFA模拟程序 1,自己定义一个DFA或者一个右线性正规文法 2,利用合适数据结构存储自动机 3,利用有穷确定自动机M=(K,Σ,f, S,Z)行为模拟程序算法,来对于任意给定的串,若属于该语言时,该过程经有限次计算后就会停止并回答“是”,若不属于,要么能停止并回答“不是”
  3. 所属分类:其他小程序

« 12 3 »
搜珍网 www.dssz.com