CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 解析器

搜索资源列表

  1. 表达式解析器

    0下载:
  2. 源码,数学表达式解析器,可以解析并自动计算输入的公式-source, the mathematical expression parser, and can automatically calculate the analytical input to the formula
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:237.6kb
    • 提供者:
  1. JAXPDOMTest

    0下载:
  2. 使用JAXP获得DOM解析器的基本原理与获得SAX是相同的,例子使用JAXP来获取一个DOM解析器组件。-use JAXP parser access to the DOM and access to the basic tenets of SAX is the same, examples use JAXP access to a DOM parser components.
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-10
    • 文件大小:1.63kb
    • 提供者:徐广贤
  1. autocompu

    0下载:
  2. 此算术表达式解析器能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc-this arithmetic expression parser procedures in the light of input variable size and arithmetic expressions Dyna
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:32.28kb
    • 提供者:riddle
  1. Calculator

    0下载:
  2. 一个表达式解析器, 可以解析二十多种运算符表达式, 支持优先级!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:26.3kb
    • 提供者:陈钢
  1. ALXParser

    0下载:
  2. 一个不错的简单实用的公式解析器,使用起来非常方便,容易上手。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:55.66kb
    • 提供者:liugaijin
  1. express

    0下载:
  2. 这个源码是用来通过顺序的扫描输入流中的数据,来计算表达式,这个代码在一般的表达式计算,比如:解析器构造中对表达式的处理都是有用的-This source is used to scan through the sequence of input stream data, to calculate the expression, the code in the general expression of the calculation, such as: Parser Construction o
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.9kb
    • 提供者:ssj
  1. 31723341SyntaxAnalyzer

    0下载:
  2. LR(1)生成的语法解析器,编译原理时候的作业-LR (1) grammar generated parser, the compiler when the operating principle
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:76.35kb
    • 提供者:kongqingzhou
  1. googleEng

    0下载:
  2. google引擎算法, 包括搜索短语解析器类-google engine algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:5.77kb
    • 提供者:bbsuser
  1. src

    0下载:
  2. Java版运算表达式解析器 主要功能: 对有括号的四则运算解析并求解. 支持多种表达式类型 思路: 1.把中缀表达式转化成后缀表达式 2.从后缀表达式得到解 注意: 该版本只支持1.6JDK,如果想替换成1.5JDK改替换LinkedList的几个方法就行了. 详细内容: http://jomper.javaeye.com/blog/464906-Java version of computing expressions parser mai
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.84kb
    • 提供者:jomper
  1. dmenuxml

    0下载:
  2. MTK平台xml解析器,用起来还是不错的,可以-MTK platform, xml parser, using them is still good, you can try
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:11.3kb
    • 提供者:wwt
  1. RoboCup

    0下载:
  2. 文章从功能分析、结构设计、软件实现三个层面,逐步求精的设计实现混合的Agent体系结构,规划各模块的功能和接口,并解决Agent与Server的同步问题。 介绍底层通信器、感知器、执行器的实现。 第五章使用类图设计世界模型的结构,设计更新算法融入各种感知信息和动作 预测,依据基本信息推导出一些球场状况判断函数为高层决策所用。 介绍了建立四层动作模型,采用解析计算法实现多种个人技术动作,如跑位、 截球、传球、带球、射门、守门等。-Articles from functional
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:3.99mb
    • 提供者:lichenlong
  1. maathparser

    0下载:
  2. 算术表达式解析器 .rar 支持变量和以下数学函数:+、-.*.\,sin,cos,tan等-Arithmetic expression parser. Rar support variables and the following mathematical functions :+,-.*. \, sin, cos, tan, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:34.29kb
    • 提供者:断了的弦
  1. xmlDecode_src

    0下载:
  2. 基于轻量级高效XML编解码,将树形数据结构用于最小化DOM模型XML编解码器的开发。在解析XML文本时,基于Expat解释器将XML字符串构造成树状结构 编码时构造DOM树结构,采用非递归深度优先法遍历树,将其串行化成XML串。本编解码器解决了国际化语言关键问题,是一个通用、高效的工业级XML应用支撑模块-Lightweight and efficient XML-based codec, the tree data structure used to minimize the DOM mode
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.57mb
    • 提供者:wu
  1. blead

    0下载:
  2. 基于伯德图的超前校正解析设计法根据所需闭环性能计算校正器的传递函数 -Analytical design method based on the Bode diagram of the lead compensator transfer function of the desired closed-loop performance computing Correction
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:548byte
    • 提供者:cp
  1. Arithmetic

    0下载:
  2. 公式解析器,支持加减乘除立方括号,支持自动校验-Formula parser
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.01kb
    • 提供者:wkq
  1. SimplexParser_src

    0下载:
  2. http://www.codeproject.com/Articles/6877/Simple-x-Numerical-Formula-Parser 数学公式解析器的c++源码-http://www.codeproject.com/Articles/6877/Simple-x-Numerical-Formula-Parser mathematical formula parser c++ source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:7.51kb
    • 提供者:yuzhiqiang
  1. BP

    0下载:
  2. 基于BP_Adaboost的分类器,RBF神经网络的回归,GRNN的数据预测,离散hopfield神经网络的分类,LIBSVM的实例解析。-BP_Adaboost classifier, RBF neural network regression, GRNN data prediction, discrete hopfield neural network classification, LIBSVM case analysis.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-17
    • 文件大小:104kb
    • 提供者:
  1. DVA1

    0下载:
  2. 二自由度无阻尼动力吸振器的数值解法与解析解法(Numerical solution and analytical solution of two degree of freedom undamped dynamic vibration absorber)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-23
    • 文件大小:1kb
    • 提供者:杰尼尔
搜珍网 www.dssz.com