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

搜索资源列表

  1. Geneexpression

    0下载:
  2. 基因表达式,人工智能研究,适合初学者学习,希望本程序得到您的支持!系-Gene Expression, artificial intelligence research, suitable for beginners to learn, I hope this procedure your support! Department of thanks
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1469
    • 提供者:寇振强
  1. RegTest

    0下载:
  2. 正则表达式测试工具,用于测试正则表达式的工具-a soft ware for RegTest
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:29863
    • 提供者:彭郭盛
  1. 2694

    0下载:
  2. poj 2964 逆波兰表达式 递归问题-Reverse Polish expression poj 2964 recursive problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:831929
    • 提供者:刘昊
  1. Calculator

    0下载:
  2. Calculator:可以计算各种基础表达式的计算器,比如3x+5x^2(x=3)-Calculator:calculate some basic expression like polynomial and ect.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7205
    • 提供者:荆江
  1. Calculator

    0下载:
  2. Calculator:可以计算各种基础表达式的计算器,比如3x+5x^2(x=3)or Sin(x)等等表达式-Calculator:calculate some basic expression like polynomial and ect.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7177
    • 提供者:荆江
  1. Expression

    0下载:
  2. 功能比较强的表达式解析、转换、计算,可以具有比较完善的查错功能。-expression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:464380
    • 提供者:夜风
  1. 1

    0下载:
  2. 实现中缀表达式转后缀表达式,并利用后缀表达式求值-Infix expression to expression algorithm suffix
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:892264
    • 提供者:tlh
  1. InToPost

    0下载:
  2. 中缀表达式转换成后缀表达式算法,并求算术表达式的方法。-Infix expression into the expression suffix algorithm, and methods for arithmetic expressions.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2042
    • 提供者:吕秀彬
  1. RegularExpression

    0下载:
  2. 精通正则表达式 英文版第一版 pdf 中文版 第三版 chm格式-Mastering Regular Expressions the first edition in English(pdf) and the the third edition in Chinese version(chm)
  3. 所属分类:Editor

    • 发布日期:2017-05-13
    • 文件大小:3410733
    • 提供者:
  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 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com