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

搜索资源列表

  1. 表达式解析器源代码(可以计算各种函数)

    0下载:
  2. 表达式解析器源代码(可以计算各种函数)。可以解析用户输入的表达公式。对MIS开发有用-expression parser source code (which can be calculated various functions). Users can input the analytical expression formula. Right useful MIS
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:20751
    • 提供者:张三水
  1. 中序表达式计算(四则混合)

    0下载:
  2. .cpp文件。输入中序表达式,可以计算10以内的整数四则混合运算。思路是用中序转后序,再进行计算。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2148
    • 提供者:桃蕊实
  1. C语言表达式的语法分析

    0下载:
  2. 该文描述了C语言表达式的文法,并由该文法生成算符优先矩阵和算符优先函数,讨论了C语言表达式的特点和文法分析过程。-The paper describes the expression of the C language grammar, grammar generated by the operator priority matrix and operator priority function to discuss the C language features of the expressi
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:162646
    • 提供者:褚亚飞
  1. 数学表达式计算器

    0下载:
  2. 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错误,但我不保证在将来的使用中它不会对您的程序造成影响,对您在使用中造成的一切后果,本人不承担任何责任。-this a mathematical expression evaluates the C class, detailed descr iption of the Calculator.pdf China. The Calculato
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34370
    • 提供者:李海生
  1. 十进制表达式

    0下载:
  2. 这是用汇编语言编写的关于十进制表达式的程序!输入完表达式之后,按"="键结束输入!在我们检查的时候,老师说这个程序考虑的很周到,希望会对大家有用!-This is written in assembly language on the procedure decimal expression! End the importation of expression, according to the "=" key input end! We check the time, th
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1628
    • 提供者:中国
  1. 模板类栈求表达式值

    0下载:
  2. 是一个表达式求值的算法,用 模板实现的,可以进行四则运算,支持小数和括号-is an expression evaluates the algorithm, using the template, can be four operators, and parentheses minority support
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:63588
    • 提供者:丁兴全
  1. 表达式求值

    0下载:
  2. 允许用户输入函数表达式,并可加载在需要用到此程序的工程中-allows users to input function expression may require the loading process is now projects
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1962
    • 提供者:赵小美
  1. 计算表达式

    0下载:
  2. 这个是一个小型计算器,你可以输入一个表达式,就可以得到答案,支持优先级运算,-This is a small calculator, you can enter a regular expression, we can get an answer in support of Operation priority,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5900
    • 提供者:赵泽东
  1. 逆波兰表达式

    0下载:
  2. 计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0—9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the e
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1451
    • 提供者:刘一
  1. Applet表达式解析器

    0下载:
  2. java的Applet 表达式解析器. 采用递归下隆解析法.可以进行四刚运算. 乘方,括号等正刚运算-the expression parser. Under LAI using recursive analytic method. Four can just computing. Involution, brackets, etc. are just Operational
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9314
    • 提供者:扬扬
  1. 表达式编译器

    0下载:
  2. 表达式编译器,可编译任何简单表达式。如:(a=2)+3-5等-expression compiler can compile no simple formula. Such as : (a = 2), 3-5, etc.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11745
    • 提供者:fred
  1. 计算器 能够分析表达式

    0下载:
  2. 计算器 能够分析表达式,看看吧,很有用的,用能挺强的-Computer can analyse the expression.Look at it,it is useful and it s function is effective.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:76357
    • 提供者:清澈
  1. 在程序中识别并计算表达式

    0下载:
  2. 在 程序 中 识别 并 计算 表达式,完成计算功能-recognize and compute expression in program,complete computing function.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:47536
    • 提供者:清澈
  1. 正则表达式规则

    0下载:
  2. 正则表达式的规则文档,常用的格式实例,很全,有用-The rule document of regular expression includes lots of typic formula example.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5854
    • 提供者:朱强峰
  1. 表达式求值2

    0下载:
  2. 另外一个关于表达式求值的程序,功能强大,可以计算带有次方的表达式 ,而且可以先输入字母,再对字母赋值-A program which can calulate the value of a expression, it owns powerful function, and can calculate the expression which has limited power, also it can input letters firstly,then assign value toward
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1301
    • 提供者:徐瑞
  1. 在MFC中用正则表达式对窗体进行有效性验证

    0下载:
  2. 我想利用本月的专栏描述一个有趣的应用程序,这个程序是用本期我的一篇文章:“使用 ManWrap 库在本机 C++ 代码中调用.NET”所讨论的 RegexWrap 库生成的。RegexForm 是一个基于正则表达式的MFC窗体有效性验证系统。为了实现这个程序,我首先实现了 RegexWrap。但因为许多细节与正则表达式本身无关,所以感觉在这里描述 RegexForm 更好些。-I would like to use this month's column describes an int
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:206389
    • 提供者:如月
  1. 无限长表达式运算器

    0下载:
  2. 这个程序的作用是计算并输出运算表达式的值。本程序支持+、-、*、/、^这五个运算操作符,并支持()以及sin()、cos()、tan()、log()、ln()等函数,支持()、函数的多层嵌套。 本程序有一定的容错及判错功能-A program that evaluates an numeric expression, supports five operators: +, -, *, /, ^, and (), also supports functions like sin, cos, tan
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:14878
    • 提供者:飞杨
  1. 算术表达式解析器

    0下载:
  2. 算术表达式解析器 .rar 支持变量和以下数学函数ABS, ATAN, COS, EXP, LN, ROUND,SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN\"-arithmetic expression parser. Rar support of the following variables and Math ABS, ATAN, COS, EXP, LN, ROUND, SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN &
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-10
    • 文件大小:49241
    • 提供者:石林
  1. 正则表达式傻瓜式宝典

    0下载:
  2. 正则表达式傻瓜式宝典.
  3. 所属分类:其它文档

  1. Fparser

    0下载:
  2. 一个关于数学表达式的语法分析器
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-05-09
    • 文件大小:80178
    • 提供者:xcl80225
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com