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

搜索资源列表

  1. 转换中缀表达式求值

    0下载:
  2. 实现中缀变后缀表达式求值.用VC编写的,大家可以来看看,发表下意见也行. -realization grade change suffix expression evaluated. VC prepared, we can look at, to publish opinions OK.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:108344
    • 提供者:陈静波
  1. 中缀表达式求值

    0下载:
  2. 中缀表达式求值,运用了堆栈进行存储,并支持小数的计算-expression which evaluates superintendent, the use of stack for storage, and support for the calculation of the minority
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1341
    • 提供者:吴伟
  1. 表达式求值1

    0下载:
  2. 我二年级的数据结构课程设计,是关于表达式求值的,本人觉得还可以,里面的算法很好,但是vc用得还不熟-my two-year curriculum design data structure is on the expression evaluates, and I felt that I could, well inside the algorithm, but also spent vc wake
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:52301
    • 提供者:杨宏
  1. 表达式类型的实现

    3下载:
  2. 数据结构表达式求值详细算法(包括WORD文档)-data structure expression evaluates detailed algorithm (including Word document)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4462
    • 提供者:林明
  1. 基于表达式的科学计算器

    1下载:
  2. 这是一个基于表达式的科学计算器,计算结果的有效位较长(16位);支持不严格的表达式输入(如cos(23)*sin(34)与cos(23)*sin(34与cos23*sin34等价);支持四种进制的数在一个表达式中同时出现的进制混合运算(除十进制外的各进制数不限于整数,如12d.3axh,xh是我的计算类所能识别的十六进制数的标识符);且程序做得也比较精细(如制作了鼠标键盘、窗口跟随、计算历史查看等),功能非常不错。-This is a formula based on the scientifi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:148597
    • 提供者:tufei8438
  1. 编译原理程序设计 布尔表达式的翻译

    0下载:
  2. 用C++实现的编译原理程序设计 布尔表达式的翻译-C + + compiler program design principles Boolean expressions translation
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:314083
    • 提供者:寒冰
  1. 通用的数学表达式编译计算动态库 v2.2

    0下载:
  2. 通用的数学表达式编译计算动态库,功能比较强大-common mathematical expression compiler for calculating dynamic, more powerful functions
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36638
    • 提供者:庞岳峰
  1. 表达式的计算

    0下载:
  2. 数据结构的实验,用一个堆椎来计算一个整形表达式的值-structure of the experimental data, with a heap of vertebral a plastic calculated the value of the expression
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11918
    • 提供者:张心海
  1. 多赋值语句算术表达式解析器2.2

    0下载:
  2. 能计算如下表达式:x=3 y=4 z=x^2+sin(y) -expression can be calculated as follows : 3 x = y = z = 4 x ^ 2 sin (y)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:196696
    • 提供者:王箭
  1. 用DELPHI制作的一个表达式

    0下载:
  2. 该程序是用DELPHI制作的一个表达式 能够计算和区别表达式的正确与否-the program is produced by Delphi formula to calculate a distinction between expression and the correct or not
  3. 所属分类:Windows编程

    • 发布日期:2010-07-01
    • 文件大小:1325183
    • 提供者:姚小明
  1. 表达式解析源代码

    0下载:
  2. 表达式解析源代码-source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:49543
    • 提供者:慕小明
  1. 进行表达式运算

    0下载:
  2. 表达式的计算程序- Expression computational procedure
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expression in accordance with the p
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:49554
    • 提供者:曲贵增
  1. 表达式求值

    0下载:
  2. 表达式求值,包括括号的匹配问题、负数如何识别?2.2.3这样非法的数怎样识别?如何区别3+-2(非法)和3+(-2)(合法)以及3++2(非法)和3+(+2)(合法)-evaluates expressions, including parentheses matching, how to identify negative? 2.2.3 the number of such illegal identify what? What is the difference between 3 -2 (
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4687
    • 提供者:陈毛华
  1. vc++版本的表达式求值

    0下载:
  2. dlg界面的c++表达式求值程序。-DLG interface c + + expression evaluation procedures.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:45215
    • 提供者:chengjr
  1. 解读C#中的正则表达式

    0下载:
  2. 解读C#中的正则表达式-interpret C# in the regular expression
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5649
    • 提供者:文渲
  1. 算术表达式求值

    0下载:
  2. 算术表达式求值源代码-arithmetic expression evaluates source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3723
    • 提供者:李智
  1. VC表达式求解器

    0下载:
  2. VC表达式求解器-VC expression solver
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:38770
    • 提供者:wolf
  1. 后缀表达式求值

    1下载:
  2. 简单的后缀表达式求值-simple expression evaluates Suffix
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:921
    • 提供者:冯彩华
  1. 简单表达式

    0下载:
  2. 用C语言实现一个简单数学计算器,并按后序排列将输入的表达式显示出来。-C language a simple mathematical calculator, together with sequence after importation of expression displayed.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:15561
    • 提供者:魏永锋
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com