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

搜索资源列表

  1. GrammarAnalysis

    0下载:
  2. 语法分析程序 实现C语言的语法分析过程,正则表达式,上下文无关语法-Analysis of program syntax of C language syntax analysis, regular expressions, context-free grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:413267
    • 提供者:杨晓艳
  1. Expression

    0下载:
  2. 用于表达式计算,如果用户自己添加界面,可以模仿微软计算器,另外,用户可进一步扩展,以支持程序中的变量-Expression for the calculation, if the user add their own interface that mimics Microsoft' s calculator, In addition, users can further expand to support the process variables
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:20547
    • 提供者:隐名
  1. jisuan

    0下载:
  2. 本程序的主要功能在于中缀表达式的计算, 其中运算符有加,减,乘,除,乘幂基本运算符 ,运算数为实数之间运算,并可以实现循环 计算..完成基本操作是进行字符处理,栈的使用. -The primary function of this program is made up of the calculation of expression, in which operators are add, subtract, multiply, divide, take the power of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1582
    • 提供者:Jun
  1. WindowsApplication1

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

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

    0下载:
  2. 界面的表达式计算器,用对话框和栈实现,可以判断表达式的是否正确输入-Expression calculator interface with dialog boxes and stack to achieve, you can determine whether the correct input expression
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-30
    • 文件大小:64470
    • 提供者:chenzhengjun
  1. arithmetic

    0下载:
  2. 利用堆栈实现算术表达式的功能,当你输入一个式子时,他自动检验符号的优先级+,-,*,/,(,)-The use of the stack to achieve the function of arithmetic expressions
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1859
    • 提供者:liuyu
  1. BianYiYuanLi

    1下载:
  2. 设计题三:条件语句的语法分析及语义分析程序设计。 1.目的 通过设计、编制、调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 2.设计内容及要求 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)如1题写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)编制好分析程序后,设计若干用例,上机测试并通过所设
  3. 所属分类:Compiler program

    • 发布日期:2016-01-08
    • 文件大小:334354
    • 提供者:龚斌
  1. RegularExp

    0下载:
  2. VC6等VC编译器下非常好用的正则表达式封装类。经过我精心封装,使用非常方便。非常难得的资料。请管理员帮我开通下载权限,谢谢!-VC compilers such as VC6 very useful type of regular expression packages. After I carefully package and is very convenient to use. Information is very rare. Please help me to open downlo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:18595
    • 提供者:baofanfan
  1. Missing

    0下载:
  2. 姓名缺失匹配查找,以用于检查列表,方便开发其他匹配运算的正则表达式-Find the names of missing matches for check list to facilitate the development of the other match of the regular expression operator
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:316853
    • 提供者:王思
  1. 1

    0下载:
  2. C++语言编的表达式求值-中缀表达式转为后缀表达式-C++ language for evaluation of the expression- expression to infix expressions suffix
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1565
    • 提供者:小杨
  1. tree

    0下载:
  2. 算术表达式与二叉树之间存在着对应关系,编写把以前缀形式输入的合法算术表达式转换为中缀表达式,再转换为后缀表达式,并求表达式的值-Arithmetic expressions with binary tree there is a correlation between the preparation of the form to enter the legitimate prefix arithmetic expression conversion infix expression, and t
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1532
    • 提供者:ty
  1. transform

    0下载:
  2. 输入表达式的中缀表达形式,通过编程(借助栈)实现中缀表达式到后缀表达式的转换-Input infix expression forms of expression, through the program (with stacks) infix expression to achieve expression of the conversion suffix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:840251
    • 提供者:libingyang
  1. InfixToFuffix

    0下载:
  2. 利用堆栈,将中缀表达式转化为后缀表达式,并且输出表达式。-The use of the stack will be made up of expressions into expressions suffix
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1014
    • 提供者:maike
  1. code2html

    0下载:
  2. 利用正则表达式实现将C++代码转换为html页面并对不同类别关键字高亮显示。编译时需boost/regex库支持。-Use regular expressions to achieve the C++ code into a html page and highlight the different types of keywords. When compiling boost/regex library support.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:152536
    • 提供者:晓阳
  1. mathcad

    2下载:
  2. MathCAD是美国Mathsoft公司推出的一个交互式的数学软件。该软件定位于向广大教师、学生、工程人员提供一个兼备文字处理、数学和图形能力的集成工作环境,使他们能方便地准备教案、完成作业和准备科学分析报告。在输入一个数学公式、方程组、矩阵之后,计算机能直接给出结果,而无须去考虑中间计算过程。在加入软件包自带的Maple插件后能直接支持符号运算。你可以在计算机上输入数学公式、符号和等式等,很容易地算出代数、积分、三角以及很多科技领域中的复杂表达式的值,并可显示数学表格和图形,通过对图形结果的分
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:59823
    • 提供者:Gail
  1. ReversePolishNotation

    0下载:
  2. 逆波兰表达式求解,算法中很重要的。方便输入输出。-Reverse Polish Notation solving, algorithm is very important. Facilitate the input and output.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:187407
    • 提供者:王钊
  1. regexp

    0下载:
  2. 正则表达式验证,看看你写的正则表达式是否有错,vb-Regular expression validation, to see if you write regular expression is wrong, vb
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:6247
    • 提供者:richie123
  1. WebExtractor

    0下载:
  2. 从网页中自动提取有价值的信息,例如email,图片,下载文件地址等,程序利用正则表达式技术判断。- Automatically from a web page to extract the valuable information, such as email, pictures, download the file addresses, the program to use regular expressions technical judgments.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-04
    • 文件大小:1047763
    • 提供者:yvweizhong
  1. Regular

    0下载:
  2. 自己在做项目中实现的正则表达式,非学实用。-Regular.zip
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:391196
    • 提供者:王华
  1. Express_Calculator

    0下载:
  2. 用C写的表达式计算器,不但可以完成四则运算,还可以处理一些函数运算,可以配合graphviz画出表达式树和计算过程。-Written using C expression calculator, not only can complete the four operations, but also can deal with a number of functions computing, you can tie in with graphviz to draw the expression t
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:5000399
    • 提供者:webee
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com