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

搜索资源列表

  1. RegExpr 正则表达式的控件

    0下载:
  2. 正则表达式的控件...此版本修正了一些BUG-Regular expression control ... This release fixes some BUG
  3. 所属分类:Delphi控件源码

    • 发布日期:2017-03-29
    • 文件大小:414039
    • 提供者:aa
  1. EvaluateExpression.tar 数据结果实验 表达式求值

    0下载:
  2. 数据结果实验 表达式求值 中缀表达式转后缀表达式求值-Results of experimental data to evaluate the expression in infix postfix expression evaluation turn
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-24
    • 文件大小:283301
    • 提供者:endless
  1. EvaluateExpression 算术表达式求值

    0下载:
  2. 算术表达式求值: 中缀表达式求值; 将中缀转换成后缀表达式并求值-Arithmetic expression evaluation: infix expression evaluation to infix into postfix expression and evaluates
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-24
    • 文件大小:911081
    • 提供者:linlin
  1. l7-protocols-2008-12-18.rar

    0下载:
  2. 7层协议识别模板,使用正则表达式,可以作为网络安全的开发借鉴,7 layer protocol identification templates, use regular expressions can be used as the development of network security from
  3. 所属分类:Network Security

    • 发布日期:2017-03-28
    • 文件大小:201597
    • 提供者:hh
  1. DFA.rar

    0下载:
  2. 编译原理课程设计之正则表达式与自动机之间的变换,Principles of curriculum design to compile regular expressions with the automatic transformation between
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4427113
    • 提供者:weiren
  1. aaa.rar

    0下载:
  2. 使用正则表达式提取网页中的有用内容,提取网页中的URL地址,提取网页中的电子邮件E-mail地址,Use regular expressions useful to extract the contents of web pages, extract pages of the URL address, extract e-mail page E-mail Address
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:663
    • 提供者:ricky
  1. StackCalculate.rar

    1下载:
  2. 使用C#实现的表达式计算器,直接解析算术表达式并计算,不使用逆波兰式算法。附带二分法解方程功能。,Use C# to achieve expression calculator, direct analysis and calculate arithmetic expression, do not use Reverse Polish algorithm. Solution of equation incidental function dichotomy.
  3. 所属分类:CSharp

    • 发布日期:2017-01-23
    • 文件大小:32135
    • 提供者:史蒂芬
  1. Calc

    0下载:
  2. 用MFC做得计算器,功能简单,有表达式计算功能。-Calculator to do with MFC, functional simplicity, the calculation function of the expression.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:93790
    • 提供者:Kong
  1. c++2

    0下载:
  2. 编写一个能够计算中缀表达式的程序,其中关于中缀表达式有如下的要求: 1)表达式中只处理二元运算符 2)表达式中出现的运算符为:+、-、*、/、^(幂运算)、(),其中幂运算符的优先级别比*和/的高,但是其结合性为右结合 3)希望表达式中能够处理实数 -编写一个能够计算中缀表达式的程序,其中关于中缀表达式有如下的要求: 1)表达式中只处理二元运算符 2)表达式中出现的运算符为:+、-、*、/、^(幂运算)、(),其中幂运算符的优先级别比*和/的高,但是其结
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1375
    • 提供者:dgftd
  1. RegexTest

    0下载:
  2. 正则表达式小工具,参照网上源码,自己重写,界面用到extreme tookit-Gadgets regular expressions
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-28
    • 文件大小:223501
    • 提供者:月光
  1. FomulaStack

    0下载:
  2. 利用栈求解算术表达式的值,程序分为两种表达式,中缀式与后缀式,分别得用栈先入后出的特性,以及运算符的优先级比较,进行求解-use arithmetic to solve the value of the expression, procedures are divided into two expressions, and the sergeant-type suffix. Stack were starting after the first-in-the characteristics, a
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:259633
    • 提供者:Leon
  1. reg2NFA

    0下载:
  2. 这个编译实验把一个正则表达式转化为不确定的有穷自动机NFA算法,有兴趣的朋友可以看看哦。 -The experiment to compile a regular expression into an uncertain finite automata NFA algorithm, interested friends can see Oh.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:35722
    • 提供者:188
  1. RegextoDFA

    0下载:
  2. 正则表达式转DFA,设计原理:1正则表达式转换为带ε的NFA(Thompson构造法);2ε-NFA转为DFA;3最小化DFA;4DFA状态转换表判断是否接受输入字符串,附有详细文档说明。-Regular expressions turn DFA, design principles: a regular expression is converted to ε of the NFA (Thompson Construction Law) 2ε-NFA to DFA 3 minimal DF
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:85008
    • 提供者:王乾坤
  1. calculator

    0下载:
  2. 表达式计算器,实现+,-,*,/,中缀转后缀-calculator
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3797230
    • 提供者:方建伟
  1. regex-lib

    0下载:
  2. 一个方便实用的正则表达式类库,纯C编写,只需要把头文件包含到你的工程里即可,方便集成,支持多种操作系统及编译器。附常用正则表达式-A convenient and practical regular expression library, the preparation of pure C, only need to head to the file that contains your project where you can to facilitate the integration, s
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:81962
    • 提供者:nathanwang
  1. iuputtestCsharp

    0下载:
  2. C#输入检查,包括数字字符串检查,中文检查,邮箱地址检查等等。 还包括用于输入检查的一般正则表达式。-C# Input checks, including checking the number of strings, the Chinese inspection, checking e-mail address and so on. Also includes a general check for the importation of regular expressions.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1743
    • 提供者:马春林
  1. regexpress

    0下载:
  2. regexpr 正则表达式解析器。DELPHI版本。-regexpr regular expression parser.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:117583
    • 提供者:hkj
  1. code

    1下载:
  2. 1、猴子选大王 2、约瑟夫环 3、迷宫求解 4、回文游戏 5、地图四染色问题 6、八皇后问题 7、原四则表达式求值 8、k阶斐波那契序列 9、遍历二叉树 10、编写DFS算法的非递归函数。 编写BFS算法。 11、简单选择排序, 折半插入排序, 冒泡排序, 快速排序, 堆排序 12、顺序查找,折半查找-err
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-11
    • 文件大小:34686
    • 提供者:isxzh
  1. 3

    0下载:
  2. 表达式解析源代码 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。 -Parsing the source code for the expression contains a function, sin, cos, tan, cot, sqrt, asin, acos, atan, log, and operators
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:46403
    • 提供者:how
  1. ReDemo

    0下载:
  2. 正则表达式提取需要的信息,比如从网页提取公司职位信息-Regular expression extracting the required information, such as the company posts information from the web page extraction
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:160269
    • 提供者:huangtiantian
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com