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

搜索资源列表

  1. expr.rar

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:1964679
    • 提供者:
  1. expr

    0下载:
  2. 可以计算各种函数,还可以使用变量,如A,B,C,D。可以计算各种数学函数sin cos tg ctg,处理括号,四则运算,是VC中一款不可多得的表达式计算类和计算工具。例如:cos(0) 1-can calculate various functions, variables can also be used, such as A, B, C, D. Can calculate mathematical functions sin cos tg rays, handling brackets,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:45263
    • 提供者:何福保
  1. LL1_a

    0下载:
  2. 又一个LL(1)的分析器,针对文法// { E->-E|(E)|VX , X->-E|^ , V->iA , A->(E)|^ } // Expr : E ExprTail : X Var : V VarTail : A id : i ,是对编译原理初学者的一个帮助。-also an LL (1) analyzers, the grammar / / (E -
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:2050
    • 提供者:飞翔
  1. TCL_learning

    0下载:
  2. TCL语言的学习教程和几个程序实例 array.tcl --- --- This simple example shows how to create and manipulate arrays. main commands used: array, puts, foreach, get calculator.tcl -------------- This scr ipt asks the user to enter an operation ( e
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:434419
    • 提供者:王力
  1. Cal_do

    0下载:
  2. 一个命令行运算器源代码 用C++写的命令行运算器,支持加、减、乘、除、乘方和小括号(可嵌套),乘方的符号是^^,因为在WINDOWS的命令行模式下^是一个连接符。 用法:cal expression expression = expression op expression expression = (expression) op = + | - | * | / | ^^ -a command line computing devices wit
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:165977
    • 提供者:李柳静
  1. ucw-src129

    0下载:
  2. UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:428661
    • 提供者:lee
  1. expr

    0下载:
  2. 本程序是通过堆栈形式来进行表达式的各种操作的函数
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2858
    • 提供者:
  1. Expr - multithreading file transport---For Linux V

    0下载:
  2. 多线程文件的传输实现 需要在linux shell 下操作-multithreaded file transfer realize the need to operate under linux she
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:29094
    • 提供者:政家谦
  1. expr

    0下载:
  2. 实现四则表达式的解释器,通过使用正则表达式加速了表达式的解释和正确性,消除二义性-no
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:11472
    • 提供者:liyuqing
  1. expr

    0下载:
  2. 逆波兰式的输入及计算,是数据结构的很好代码-Reverse Polish Notation of input and calculation, is a good source data structure
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:154210
    • 提供者:tj
  1. Expr

    0下载:
  2. 对数据结构中二叉树的理解,前缀、中缀、后缀的相互转换.-Binary tree data structure understanding, prefix, infix, suffix interchangeable.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:118528
    • 提供者:亮亮
  1. apex_listener.0.10.56.22.08

    0下载:
  2. apex library fror oracle expr-apex library fror oracle expree
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4108293
    • 提供者:nino
  1. boolexprcal

    0下载:
  2. 布尔表达式四元分析程序,VC程序,编译原理试验程序-bool expr analysis by four element
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:34985
    • 提供者:majun
  1. logic-expr

    0下载:
  2. 用于解析逻辑表达式的程序,java环境编写.-The procedures used to resolve logical expression, java environment to write.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:6615
    • 提供者:SR
  1. XR

    0下载:
  2. XR头文件,C++中输出流的替代头文件,可以直接输出表达式的值已经要说的话-#ifndef EXPRESSION_RESULT #define EXPRESSION_RESULT #include <iostream> #include <iomanip> namespace zjun { class line_number { private: int num int width public:
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:621
    • 提供者:何小青
  1. EXPR

    0下载:
  2. 用vc设计计算器,应用队列,栈,实现计算器,可以键盘输入,也可以用鼠标点击-compute in vc++
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:2566403
    • 提供者:徐磊
  1. 1

    2下载:
  2. 编译原理实验 表达式翻译器:一个中缀表达式到后缀表达式的翻译器 表达式文法及其翻译模式定义如下: expr  expr + term {print(‘+’)} | expr - term {print(‘-’)}| term term  term * factor {print(‘*’)} | term / factor {print(‘/’)} | factor factor  ( expr ) | id {print(id.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:4924
    • 提供者:wuchiren
  1. expr

    0下载:
  2. 多项式求导,这是当年的作业,随便挑一个上来的-Polynomial derivation, which is then operating, pick one up
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:897037
    • 提供者:板上钉钉
  1. expr

    0下载:
  2. 按顺序输入第一个整数,运算符,第二个整数,判断运算符并输出-Sequentially input first integer, operator, and a second integer, judgment operator and outputs
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:832
    • 提供者:刘文正
  1. expr

    0下载:
  2. expr alloc symbol for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6725
    • 提供者:cuimengden
« 12 »
搜珍网 www.dssz.com