CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 表达式

搜索资源列表

  1. myexpression

    0下载:
  2. 计算字符串表达式的计算引擎,可以是任意复杂的字符串表达式-Calculation of the string expression calculation engine, which can be arbitrarily complex string expression
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-11
    • 文件大小:28969
    • 提供者:
  1. MathHead

    0下载:
  2. 一个分析并且计算数学表达式的例子-An analysis and examples of calculation of mathematical expression
  3. 所属分类:

    • 发布日期:2017-11-15
    • 文件大小:139902
    • 提供者:站长
  1. 诺亚高级计算器rcalc

    0下载:
  2. 一个科学计算器,包含表达式计算功能-A scientific calculator, including the expression of computing power
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:263376
    • 提供者:江涛
  1. calculator

    0下载:
  2. 该类有以下特点: 1.支持字符串中含有各种常用函数,如"7.5+sin(6*ln(8))/exp(5)" 2.具有很好的纠错能力,能检查出表达式中括号是否配对、库函数是否正确 3.运算过程中能检查并判断出各种异常,如除数为0、开方函数sqrt(x)中x<0,反余弦函数acos(x)中的x<-1或x>1等 4.支持积分、求方程,算术表达式中可含有x,计算时将用类中的成员变量xx代替-Such has the following characteristics: 1. To sup
  3. 所属分类:

    • 发布日期:2017-11-10
    • 文件大小:24263
    • 提供者:温馨
  1. bianyiyuanli

    0下载:
  2. 一. 实验目的: 设计、编写和调试一个具体的词法分析程序,加深对词法分析理论和自动词法分析工具的理解、实践和掌握。 二. 实验要求: ① 学习和理解正则表达式理论,写出C—语言的记号的完整的正则表达式;(适当使用正则定义) ② 学习和理解有限机理论,根据前面的正则表达式,用基于经验的方法画出C—语言的记的DFA图; ③ 用基于DFA图的算法编写C—语言的词法分析程序; ④ 学习词法分析程序的自动生成工具,使用LEX工具实现C—语言的词法分析程序.- 1. Experimental goal: T
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:147868
    • 提供者:晨曦
  1. 新建 Microsoft Word 文档

    0下载:
  2. 算术表达式的中缀是波兰表示法程序- The arithmetic expression center decorates is the Polish method of portrayal procedure
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-12
    • 文件大小:5599
    • 提供者:高峰
  1. LL(1)

    0下载:
  2. 用LL(1)法对布尔表达式的语法分析- (1) the law analyzes with LL to the Boolean expression grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:1874
    • 提供者:祥瑞
  1. expression

    1下载:
  2. 本程序在turboc 2.0中运行 输入表达式,并计算出表达式的值 采用二叉树存储方法,计算速度比较快- This procedure in 2.0 moves the input expression in turboc, and calculates the expression the value to use two forks the tree memory method, the computation speed quite is quick
  3. 所属分类:

    • 发布日期:2017-11-09
    • 文件大小:1380
    • 提供者:吴晓辉
  1. 栈类

    0下载:
  2. 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack)
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:3005
    • 提供者:墨镜牛郎
  1. calculator

    0下载:
  2. 表达式计算器 能过分析表达式,然后计算结果-Expression can be analyzed expression calculator, and then calculated results
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:59118
    • 提供者:周礼
  1. Expression2

    0下载:
  2. 经典问题,表达式,求值,java源代码-Classic problem, expression evaluation, java source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:19776
    • 提供者:zhaopengfei
  1. Caluate

    0下载:
  2. 将中缀表达式转换为后缀表达式,并计算任意四则运算表达式的结果,采用链表和队列实现,非文法和状态机-Infix expression would be converted to suffix expressions, and calculate the arithmetic expression of arbitrary results, the use of linked lists and queues to achieve, non-grammar and the state machine
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:7126
    • 提供者:wuwenxi
  1. 3071102672_A

    0下载:
  2. 计算后缀表达式,先将中缀式转化为后缀式,在进行计算,有较高的效率-Suffix calculated expression, first in the up-type into a suffix-style, in terms of higher efficiency
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8219
    • 提供者:wingcy
  1. compile_work

    0下载:
  2. 从正则表达式到有穷自动机实例 想研究透彻正则表达式,必须知道有穷自动机的原理,这个源码可以给你一个很好的示例参考。编译后程序会生成一个可执行文件,运行这个文件出来一个DOS窗口,然后按提示输入正则表达式。 -From regular expressions to DFA thorough study of examples like regular expressions, we must know the principles of DFA, this source can give
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:12826
    • 提供者:sdfads
  1. RegularExpression

    0下载:
  2. 正则表达式相关内容的初步探索,涉及相应的原理论述以及实现方案(源码),是研究句法分析的重要参考资料.-Regular expression content of the initial exploration, the corresponding principle involved, as well as on the realization of the program (source code), syntactic analysis is to study an important re
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:259972
    • 提供者:程度
  1. Cal

    0下载:
  2. 实验软装置(基于表达式的计算器ExprEval) 很不错的 有帮助于学习提高-Experimental soft device (based on expression calculator ExprEval) very good help in learning to improve
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:229091
    • 提供者:洪籽
  1. StackExpr

    0下载:
  2. 数据结构,栈实现表达式求值,可求多位整数,加减乘除带括号-Data structure, the realization of the expression evaluation stack, rectifiable number of integers, multiplication and division with addition and subtraction in brackets
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:10235
    • 提供者:lulu
  1. dd

    0下载:
  2. IF-ELSE条件语句的翻译程序设计(简单优先法、输出三地址表示) 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) (1) [bianyiqi.rar] - 词法分析,语法分析,以及中间代码生成布尔表达式转换为逆波兰式 [3.rar] - 编译原理课程设计(LL(1)分析),功能强大,使用,希望大家多多下载,多指出不足的地方 -IF-ELSE conditional statements translation program design
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:52086
    • 提供者:ddd
  1. delphi-RegTool

    0下载:
  2. 用delphi写得正则表达式工具,支持导出txt格式-Use delphi write regular expression tools, to support the export txt format
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:317345
    • 提供者:黄水涛
  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-29
    • 文件大小:13673
    • 提供者:cuckoo-jian
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com